agentmux 0.7.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
# global user sessions
# default-bundle = "example"
default-session = 'user@GLOBAL'

# Global user `id` values are canonical `session@GLOBAL` identities.
# Each entry declares exactly one session-type subtable: `[sessions.ui]` for
# TUI operators, `[sessions.pubsub]` for embedded agents.

[[sessions]]
id = 'user@GLOBAL'
name = 'Operator'
policy = 'operator'

[sessions.ui]