A visually stunning multi-agent AI system that demonstrates real-time collaboration between specialized AI agents. Watch agents reason, delegate tasks, and solve problems together.
- 5 Specialized Agents: Orchestrator (Nexus), Researcher (Scout), Coder (Forge), Critic (Sage), and Creative (Muse)
- Real-time Streaming: See agent thoughts appear as they're generated
- Visual Agent Network: Animated visualization of agent connections and activity
- Task Delegation: Watch the orchestrator break down problems and delegate to specialists
- Beautiful Dark UI: Glassmorphic design with smooth animations
- Next.js 16 with App Router
- Vercel AI SDK with AI Gateway
- Framer Motion for animations
- Tailwind CSS + shadcn/ui
- Zustand for state management
- Install dependencies:
npm install- Set up environment variables:
cp .env.example .env.localAdd your API key:
ANTHROPIC_API_KEYfor direct Anthropic access, or- Configure Vercel AI Gateway in your Vercel project
- Run the development server:
npm run dev- User Input: Enter a prompt or click an example
- Orchestration: Nexus analyzes the request and delegates subtasks
- Specialist Work: Relevant agents (Scout, Forge, Sage, Muse) process their assigned tasks
- Streaming Output: Watch thoughts stream in real-time with agent attribution
- Visual Feedback: See active agents pulse and connections light up
The easiest way to deploy is via Vercel:
- Push to GitHub
- Import to Vercel
- Add your
ANTHROPIC_API_KEYenvironment variable - Deploy
MIT