Skip to content

Latest commit

History

History
14 lines (13 loc) 路 930 Bytes

File metadata and controls

14 lines (13 loc) 路 930 Bytes

Tasks - ActSandbox Implementation

  • Create workspace directories and project skeleton
  • Create backend/requirements.txt with 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.bat fast 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.md summarizing implementation and testing results