Back to Ecosystem Pulse
ToolExperimental
coordinate-agents
by hogancv
Local-first recoverable bus for coordinating multiple coding agents
JavaScript
Updated Sep 20, 2026
Share:
Summary
Coordinates multiple AI coding agents via a local-first, recoverable Agent Bus. Runs agents locally and persists message streams so conversations and state can be resumed after crashes. This aligns with the Tool Use Pattern for practical execution, and with the Agent-to-Agent Protocol (A2A) for reliable communication. Distinctive for its recoverability and focus on developer workflows for chained coding agents.
Why It Matters
As agents collaborate on code, lost context and brittle handoffs make reliability and post-mortem analysis hard. A recoverable agent bus makes interactions durable, enabling reproducible failure analysis and clearer agent track records. That durability is a simple but important building block for measuring agent reliability and supporting agent-to-agent evaluation.
Target Use Cases
Developers prototyping multi-agent coding workflows who need durable message history and easy recovery from failures.
Real-World Examples
- Persisting multi-agent coding conversations so workflows can resume after crashes
- Debugging agent handoffs by replaying message streams and examining state
- Prototyping chained code-writing agents with recoverable checkpoints
Topics
agent-coordinationai-agentsmulti-agentmulti-agent-systems
Similar Tools
autogenlangchain agents
Keywords
multi-agent orchestrationagent delegationagent interaction loggingmulti-agent trust