agentmux 0.8.0

Multi-agent coordination runtime with inter-agent messaging across CLI, MCP, tmux, and ACP.
Documentation
1
2
3
4
5
6
7
8
mod arguments;
mod help;
mod mcp;
mod relay;
mod router;
mod summary;

pub(super) use router::run_agentmux_host;