refactor: consolidate eval routes into cforch.py #44
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Four separate FastAPI route modules (
style.py,plans_bench.py,voice.py, plus classifier routes inapi.py) each have their own model-loading and reporting logic. All benchmarks should route through cf-orch so they exercise real end-user paths.Work
app/style.py,app/plans_bench.py,app/voice.pyintoapp/eval/cforch.pybenchmark_style.py,benchmark_voice.py, etc.) survive asmanage.shcommands — only their API routes are absorbedstyle.py,plans_bench.py,voice.pyapp modulesAcceptance
./manage.sh style-bench,voice-bench,plans-benchstill work/api/eval/*routesShipped in the Apr 19–May 4 sprint. Eval benchmark routers consolidated into app/eval/cforch.py.