Spec: §2 (FastAPI backend — REST + SSE), §13 (Tech stack).
The deterministic engine's HTTP surface. A FastAPI app with a health check and environment-driven settings, structured so the SSE live-progress stream and REST routes can be added later without rework.
Acceptance criteria
Dependencies
Depends on: #1
Spec: §2 (FastAPI backend — REST + SSE), §13 (Tech stack).
The deterministic engine's HTTP surface. A FastAPI app with a health check and environment-driven settings, structured so the SSE live-progress stream and REST routes can be added later without rework.
Acceptance criteria
create_app()), runnable viauvicorn.GET /healthreturns 200 with a small status JSON./healthreturns 200.Dependencies
Depends on: #1