Expand description
rz — universal inter-agent communication.
Supports multiple transports: cmux (terminal), file mailbox, and HTTP. Agents register in a shared registry and messages are routed via the appropriate transport.
Modules§
- backend
- Unified Backend trait abstracting over cmux and zellij transports.
- bootstrap
- Bootstrap message sent to newly spawned agents.
- cmux
- log
- Helpers for extracting and formatting protocol messages from scrollback.
- mailbox
- File-based message mailbox system.
- nats_
hub - NATS transport module for cross-machine agent messaging.
- pty
- PTY-based agent wrapper — run agents in any terminal without a multiplexer.
- registry
- Agent registry for discovery and routing.
- status
- Surface status summary for the
statussubcommand. - tmux
- Thin wrapper over tmux CLI commands.
- transport
- Transport abstraction layer for routing messages.
- zellij
- Thin wrapper over Zellij CLI commands.