OnyxlMunkey's picture
feat: Implement initial frontend application for agent generation with client-side download and update task progress.
e7ec332

Tasks

  • Professionalize CLI (Previous Context)
  • Implement React + Vite Frontend
  • Implement FastAPI Backend
  • Deploy to Hugging Face Spaces
  • [/] Configure Model Options
    • Update AgentForm.jsx with new models and provider selector
    • Add Stream Response toggle
    • [/] Implement Backend Validation (Pydantic)
    • [/] Implement Streaming Support in Templates
    • Add Security Measures (.env.example, pre-commit)
    • Add Security Measures (.env.example, pre-commit)
    • Update AgentBuilder default if needed
  • [/] Implement Sandbox Executor
    • [/] Create Sandbox module (subprocess + resource limits)
    • [/] Add /api/execute endpoint
    • [/] Add 'Test Agent' button in Frontend
  • [/] Add Observability
    • [/] Add Prometheus Metrics
    • [/] Add /healthz endpoint
  • Push to GitHub