Stop SSHing into your agents.
Start choreographing them.
A desktop app where AI agents discover each other, communicate via shared memory and messaging, and collaborate on your codebase. You're the choreographer.
You run 5 agents across 5 terminal panes. Each is a black box. They can't talk to each other, share context, or delegate work. You're the bottleneck — manually copying context between them.
Eight MCP tools. Direct process IPC through Rust. No tmux, no hooks, no relay servers.
Launch Claude Code or any ACP-compatible agent on any directory. Full ACP protocol handshake, streaming responses, live plan visualization.
Agents talk to each other. Fire-and-forget notifications, synchronous queries with 60s timeout, broadcast to all peers.
Persistent SQLite store with tags and keyword search. Agent A writes a finding, Agent B discovers it without being told.
Designate a coordinator agent. It gets context about all peers, auto-notifications on join/leave, and a delegation UI.
See every agent's plan, streaming output, and status at a glance. Mesh comms panel shows all inter-agent traffic in real time.
Built with Tauri + Rust. Direct process-to-process IPC — no tmux injection, no WebSocket hooks, no relay servers. Just fast, local communication.
Every spawned agent gets an MCP bridge that provides 8 tools for coordination.
macOS only for now. Requires Claude Code ACP or any ACP-compatible agent.