-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Create minimal FastAPI app exposing POST /runs (start run), GET /runs (list metadata), GET /runs/{id} (status/log links).
Why? - This is needed as a backend to control what happens inside the container from an outside browser.
- Wire it to
run_pipeline.pyandrun.jsonfiles; serve static logs. - Add an entrypoint script
uvicorn app:app --host 0.0.0.0 --port 8000.
Acceptance criteria:
curlcan start a run and list statuses.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request