Skip to main content

Crate rz_cli

Crate rz_cli 

Source
Expand description

rz — inter-agent communication over Zellij.

Uses zellij action write-chars --pane-id for direct pane-to-pane messaging. No files, no sockets, no focus switching.

Re-exports§

pub use protocol::Envelope;
pub use protocol::MessageKind;
pub use protocol::SENTINEL;

Modules§

bootstrap
Bootstrap message sent to newly spawned agents.
protocol
Wire protocol: JSON envelopes with @@RZ: sentinel.
zellij
Thin wrapper over Zellij CLI commands.