agentmux 0.8.0

Multi-agent coordination runtime with inter-agent messaging across CLI, MCP, tmux, and ACP.
Documentation
# Example bundle definition.
# Copy this file to bundles/<bundle-id>.toml and customize sessions.
format-version = 1
# autostart = true

# Each [[sessions]] entry is either coder-backed or coder-less:
#   coder = "<id>"    - a coder-backed session; transport (tmux pane injection
#                       or ACP worker delivery) is derived from the coder.
#   [sessions.ui]     - live relay stream push events (no coder)
#   [sessions.pubsub] - embedded callback delivery (no coder)
#
# A session may reference a policy preset from policies.toml via `policy`.
# Omitting `policy` resolves to the policies.toml `default` preset.

# [[sessions]]
# id = "agent-a"
# name = "Agent A"
# directory = "/home/me/src/WORKTREES/agentmux/agent-a"
# policy = "operator"
# 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"
# policy = "default"
# coder = "opencode-acp"