agentmux 0.8.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
mod choices;
mod editing;
mod interaction;
mod pickers;
mod text_util;

pub(super) use super::{
    AppState, FocusField, LookSnapshotFormat, PendingChoiceEntry, PendingChoiceOption,
    PickerColumn, ScreenMode, ToCompletionState, append_recipient_token,
    current_recipient_token_context, map_relay_error, matching_recipient_candidates,
};