agentmux 0.2.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
11
12
13
14
15
16
17
# Example bundle definition.
# Copy this file to bundles/<bundle-id>.toml and customize sessions.
format-version = 1
# autostart = true

# [[sessions]]
# id = "agent-a"
# name = "Agent A"
# directory = "/home/me/src/WORKTREES/agentmux/agent-a"
# coder = "codex"
# coder-session-id = "00000000-0000-0000-0000-000000000000"

# [[sessions]]
# id = "agent-b"
# name = "Agent B"
# directory = "/home/me/src/WORKTREES/agentmux/agent-b"
# coder = "codex"