Live agent heartbeats
See which agents are live, idle, or stale. Heartbeats update every 10 seconds — you always know who is working and who dropped.
Open source agent monitoring
Watch your Claude agents think, coordinate, and ship — all from one
dashboard. If you run the .tasks/ protocol, Dispatch gives
you eyes on every agent, every epic, every phase.
// features
Your agents already coordinate via the .tasks/ protocol.
Dispatch makes that coordination visible, real-time, and beautiful.
See which agents are live, idle, or stale. Heartbeats update every 10 seconds — you always know who is working and who dropped.
Phase railroad dots show exactly where each epic stands. DONE, IN_PROGRESS, TODO, BLOCKED — at a glance, across every workstream.
A live stream of completed phases across all projects. No more grepping execution logs — watch work land as it happens.
Click any epic to see the full plan and execution log side by side. Read the context, the decisions, the handoff notes — everything.
Register any number of projects. Watch all of them from a single tab. Switch between project views with one click.
If your agents already use the .tasks/ blackboard protocol, Dispatch works out of the box. Point it at a directory and go.
// how it works
Dispatch watches your agents' filesystem protocol and streams state to a React dashboard via Server-Sent Events. No polling, no config files, no overhead.
Point Dispatch at any project that uses the .tasks/ directory.
The CLI stores the path and starts watching immediately.
Use the included start-agent.sh launcher. It wraps your
Claude session and writes a heartbeat file every 10 seconds so Dispatch knows who is alive.
Run npm run dev and open your browser. Watch your agents
claim tasks, complete phases, and coordinate — in real time, from one screen.
Click to copy the full install command
// batteries included
Dispatch ships with a growing set of Claude agent definitions — drop in the ones you need, add your own, and start orchestrating multi-agent workflows immediately.
// screenshots
The war room UI is built for information density without visual noise. Dark theme, monospace accents, live-updating everything.
// open source
Dispatch is free and open source. Self-host it, fork it, extend it. Built for developers who move fast with AI.