- Create workspace directories and project skeleton
- Create
backend/requirements.txtwith backend dependencies - Implement
backend/sandbox.py(Docker & E2B sandboxes) - Implement
backend/agent.py(CodeAct LLM reasoning loop & HITL) - Implement
backend/app.py(FastAPI backend server & WebSockets) - Implement
frontend/index.html(Refined glassmorphic dashboard markup) - Implement
frontend/style.css(Curated design, layout styling, and animations) - Implement
frontend/app.js(WebSockets stream, UI controls, file reader, terminal logs) - Create
run.batfast startup orchestration script - Spin up local development server and verify backend/frontend connection
- Perform end-to-end verification (testing local Docker sandbox and custom LLM integration)
- Create
walkthrough.mdsummarizing implementation and testing results