Skip to content

Commit 3cb3d7d

Browse files
committed
Remove autoresearch simulator artifacts
1 parent 73315e4 commit 3cb3d7d

3 files changed

Lines changed: 0 additions & 294 deletions

File tree

agent.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

examples/autoresearch/README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -176,36 +176,6 @@ The CLI prints the exact service name for the session it generated.
176176
http://localhost:8080/
177177
```
178178

179-
## Local UI Stress Simulation
180-
181-
The UI can be exercised without a real agent or OpenRL backend by generating a
182-
local log root with the same files the harness writes:
183-
184-
```bash
185-
cd examples/autoresearch
186-
uv run python -m harness.simulate_ui \
187-
run_name=ui-stress \
188-
researchers=2 \
189-
attempts=4 \
190-
delay_seconds=0.2
191-
```
192-
193-
In a second terminal, serve that generated run:
194-
195-
```bash
196-
cd examples/autoresearch
197-
uv run python -m harness.serve \
198-
run_name=ui-stress \
199-
serve=True \
200-
interval_seconds=1
201-
```
202-
203-
Then open `http://localhost:8080/`. The simulator writes researcher manifests,
204-
attempt manifests, `agent.log`, `attempt.log`, `metrics.jsonl`, `notes.md`, and
205-
`diff.patch` while the UI is watching. It intentionally includes concurrent
206-
researchers, growing logs, ANSI output, stream-json agent events, split UTF-8
207-
writes, metric updates, diffs, and a simulated failure.
208-
209179
Researcher pods use a shared init container to wait for vLLM, the trainer
210180
worker, and the gateway before the agent starts.
211181

examples/autoresearch/harness/simulate_ui.py

Lines changed: 0 additions & 178 deletions
This file was deleted.

0 commit comments

Comments
 (0)