Skip to main content

Crate rz_cli

Crate rz_cli 

Source
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 status subcommand.
tmux
Thin wrapper over tmux CLI commands.
transport
Transport abstraction layer for routing messages.
zellij
Thin wrapper over Zellij CLI commands.

Structs§

Envelope

Enums§

MessageKind

Constants§

SENTINEL