agentmux 0.1.0

Multi-agent coordination runtime with inter-agent messaging across CLI, MCP, tmux, and ACP.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Runtime bootstrap modules for path resolution and relay startup.

pub mod association;
pub mod bootstrap;
pub mod error;
pub mod inscriptions;
pub mod paths;
pub mod signals;
pub mod starter;
pub mod tui_session;