agent-orchestrator/packages/web
Sujay Choubey 2c269d9174 feat: add Mission Control tab with live agent visualization
Implement the Mission Control dashboard for real-time visualization of
parallel agent activity, inspired by Gource. The feature includes three panels:

1. Agent Map (left): D3 force-directed visualization showing agents as
   orbiting nodes around a central "main" node, with files they touch as
   leaf nodes that pulse on modification.

2. Branch Timeline (center): Horizontal swimlanes per agent showing commits
   as nodes, with visual indication of how far each branch has diverged
   from main.

3. Activity Feed (right): Real-time scrolling feed of agent actions via
   SSE, showing commits, file changes, and PR events as they happen.

Technical implementation:
- GitActivityPoller service polls git log on worktrees every 10 seconds
- New /api/activity SSE endpoint streams events to clients
- D3-force for physics simulation, Canvas for rendering
- Event buffering to handle rapid-fire git activity

Closes #81

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-18 00:06:47 +05:30
..
e2e feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
screenshots feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
server feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
src feat: add Mission Control tab with live agent visualization 2026-02-18 00:06:47 +05:30
.env.local.example feat: implement DirectTerminal with XDA clipboard support (#55) 2026-02-16 04:34:15 +05:30
.gitignore feat: implement DirectTerminal with XDA clipboard support (#55) 2026-02-16 04:34:15 +05:30
next-env.d.ts feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
next.config.js feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
package.json feat: add Mission Control tab with live agent visualization 2026-02-18 00:06:47 +05:30
postcss.config.mjs feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
tsconfig.json fix: resolve dashboard GitHub API rate limiting and PR enrichment (#37) 2026-02-15 04:14:54 +05:30
vitest.config.ts feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30