agentmux 0.6.0

Multi-agent coordination runtime with inter-agent messaging across CLI, MCP, tmux, and ACP.
Documentation
1
2
3
4
5
6
use crate::envelope::ENVELOPE_SCHEMA_VERSION;

pub(super) const SCHEMA_VERSION: &str = ENVELOPE_SCHEMA_VERSION;
pub(super) const POLICIES_FILE: &str = "policies.toml";
pub(super) const POLICIES_FORMAT_VERSION: u32 = 1;
pub(super) const GLOBAL_SESSION_SUFFIX: &str = "@GLOBAL";