Skip to main content

Crate rz_agent_protocol

Crate rz_agent_protocol 

Source
Expand description

Wire protocol: JSON envelopes with @@RZ: sentinel.

Every protocol message is a single line:

@@RZ:{"id":"...","from":"...","kind":{"kind":"chat","body":{"text":"..."}}}

The @@RZ: prefix lets receivers distinguish protocol messages from normal shell output or human typing.

Structs§

Envelope

Enums§

MessageKind

Constants§

SENTINEL