← Back to the repo README: README.md
This directory contains consolidated docs for the demo project.
- Step 0 (manual flow): Upload a W-2 and manually prepare Form 1040 values and generate a PDF. See
docs/step0/README.md. - Step 1 (agent-powered flow): Use a Codex-based agent running in a Runloop Devbox to generate Form 1040 JSON, then render the PDF. See
docs/step1/README.md. - Step 2 (benchmarks): Set up and run Runloop benchmarks to measure agent performance across scenarios. See
docs/step2/README.md. - Step 3 (prompt iteration): Benchmark multiple prompt versions across standardized scenarios using the harness. See
docs/step3/README.md.