A multi-agent AI orchestration system with real-time visualization. Watch AI agents plan, execute tasks, and collaborate through an interactive canvas interface.
# Install dependencies
pip install -r requirements.txt
# Create .env file
DEEPSEEK_API_KEY=your_api_key
DEEPSEEK_URL=https://api.deepseek.com
# Start WebSocket server
python server.pycd frontend
npm install
npm run dev- Open Chrome browser
- Install Browser MCP extension
- Click "Connect" in the extension
- Open http://localhost:5173
- Navigate to "Live Demo" in the sidebar
- Enter a request (e.g., "research about Glassmorphism style and build a sample page")
- Watch the agents work in real-time on the canvas
- Planner: Breaks down requests into tasks with dependencies
- ResearchAgent: Web research using browser automation
- WebCoderAgent: Creates HTML/CSS/JS webpages
- Frontend: React + Vite + Zustand + Framer Motion
- Communication: WebSocket for real-time updates
Scan the QR code to connect with me