You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate all tables, figures, and supplementary files.
uv run python scripts/reproduce.py
Check that outputs/reproduction_report.json reports "status": "PASS" with no CSV mismatches.
3. Data and Pipeline
The final dataset is data/rabench.jsonl.gz, the construction records are in data/construction_index.json.gz, and replay manifests are in data/manifests/.
Prepare the source benchmarks with the scripts/download_* and scripts/build_* scripts.
Generate source agent trajectories with the five scripts/run_* scripts.
Build and combine repair windows with scripts/bench_build.py and scripts/bench_combine.py.
Run repair experiments with scripts/bench_repair_run.py.
Generate paper artifacts with scripts/paper_tables_1.py and scripts/paper_supplement.py.
4. Live Replay
Copy .env.example to .env and provide the model credentials and endpoints.