rz-protocol 0.4.0

Wire protocol types for rz agent-to-agent messaging
Documentation

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.