Multi-provider monitoring
Claude, Codex, Copilot, and Gemini agents on one screen. Heartbeats, polling, and file watchers keep every provider in sync — live.
Fair-code · Free forever
Five agents across three tools, and you have no idea which one is stuck. Dispatch connects to each provider's local session data, syncs state through a built-in MCP server, and streams everything to one real-time dashboard.
Click to copy · Then open Dispatch from Applications or Spotlight
Click to copy · Opens at localhost:5173
// features
Four providers, one dashboard. Dispatch reads local session data, connects through MCP, and makes multi-agent coordination visible, real-time, and beautiful.
Claude, Codex, Copilot, and Gemini agents on one screen. Heartbeats, polling, and file watchers keep every provider in sync — live.
Focus on Claude, Codex, Gemini, or Copilot with a single click. URL-param driven, so filtered views are shareable and bookmarkable.
One integration endpoint, four providers. 11 built-in tools (state, agents, epics, sessions, search, spawn, stop, phase updates, activity) auto-injected into all four providers simultaneously.
Spawn agents directly from epic phase cards. Real-time SSE streaming shows live output. Adapter layer handles CLI differences per provider.
Phase railroad dots show exactly where each epic stands. DONE, IN_PROGRESS, TODO, BLOCKED — at a glance, across every workstream.
Track token spend per agent, model, and project. Cost trends, cache efficiency, session ROI, velocity charts, and exportable reports — all built in.
Telegram bot with 16 commands, push alerts, inline keyboards, and a daily briefing. Approve a blocked phase, kill a runaway agent, or check costs — from any phone, no browser required.
Design multi-agent pipelines in a visual canvas. Trigger, Handoff, and Notify node types wire agents together without code. Import/export blueprints as JSON.
Every abandoned phase across all epics, sorted by what is claimable now. See the last agent's execution log, hand the work to a fresh agent, and the epic continues from exactly where it stopped.
16 commands, push notifications, one-tap approve/deny, and a daily briefing at 08:00. Unblock a phase, kill a runaway agent, or check costs — from any Telegram client, no browser required.
// workflow builder
The Mission Planner turns multi-agent coordination into a drag-and-drop canvas. Wire Trigger nodes to Agent handoffs, add Notify checkpoints, and export the whole pipeline as a JSON blueprint your team can clone in seconds.
// how it works
Clone, install, run. Dispatch reads each provider's local session data, connects agents through a built-in MCP server, and streams everything to a React dashboard via Server-Sent Events.
Clone the repo, run npm install, run npm run dev.
The dashboard opens at localhost:5173. That's it.
Point Dispatch at any git repo. It discovers active agents by reading each provider's local session files, polls for changes every 30 seconds, and connects everything through the built-in MCP server.
Agents appear in real time as they claim tasks, complete phases, and coordinate. One screen, every provider, live.
// starter templates
Starter agent definitions you can use, customize, or replace. Each one is a markdown file with a system prompt, tools config, and model selector. Pick a provider — Claude, Codex, Copilot, or Gemini — and go.
Or write your own — it’s just a markdown file.
// orders view
Every agent that runs out of context or crashes mid-epic leaves an orphaned phase. The Orders view collects them all in one place, sorted by what you can act on right now. Read the last execution log, hand the phase to a fresh agent, and the epic continues from exactly where it stopped. No lost work.
// agent identity
Every persona maps to a class with a distinct stat profile — speed, quality, thoroughness, creativity. Open any agent and see exactly what it optimizes for, not just whether it’s running.
Archon of Code
Architect
Holds the system’s shape in their head at all times. Every PR, every schema decision — one coherent model of the whole.
Merge Knight
Warrior
Deep in the diff. Resolves conflicts, rationalizes history, ships code that won’t embarrass the repo in six months.
Firewall Sentinel
Guardian
Looks at every dependency like it owes them something. Thoroughness 10. Not a personality quirk — a stat.
Test Oracle
Oracle
Foresees the failure mode before the feature ships. Writes tests for edge cases you haven’t thought of yet.
// fair-code
Dispatch is free, source-available, and runs on your machine. No cloud dependency, no vendor lock-in, no signup. Just clone and go.