MultiAgentView
N concurrent agents side-by-side, each its own mini status terminal. Active agents (thinking/tool) pulse with an acid-green ring so the eye lands on the ones doing work.
Source
src/components/ai/multi-agent-view.tsxThree-agent swarm
Planner, researcher, writer — each in a different status. Active agents get an acid-green ring.
PlannerThinking
Orchestrator
▸ decomposing task
ResearcherTool
Web
▸ fetch(docs.stripe.com)
WriterIdle
Synthesis
—
Mixed done + error
A four-agent run post-execution — two complete, one errored, one still working.
CrawlerDone
Discovery
· found 12 pages
ExtractorDone
Parse
· extracted 47 entities
ValidatorError
QA
· schema mismatch on row 9
LoaderThinking
Warehouse
▸ batching inserts
Columns layout
Horizontal scroll for long-running swarms with many agents.