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
# Binary Entrypoints

This directory contains executable entrypoints.

## Files

- `agentmux.rs`
  - unified CLI executable for relay host, MCP host, lifecycle commands,
    operator commands, and TUI launch.
  - delegates argument handling to `agentmux::commands::run_agentmux`.

## Notes

- `agentmux` is the canonical executable for host and operator workflows.
- Runtime behavior and argument parsing are implemented in `src/commands/`.