Expand description
WebSocket protocol message types shared between agent and panel.
Messages are serialized with bincode for compact binary framing.
The config fields carry opaque JSON bytes — they are not interpreted
at the protocol layer and are parsed into typed configs by the runner.
Structs§
- Traffic
Record - Per-user traffic delta record.
Enums§
- Agent
Message - Agent -> Panel messages.
- Error
Code - Error codes from the panel.
- Node
Type - Node type — determines which service the agent boots.
- Panel
Message - Panel -> Agent messages.
- Service
State - Service runtime state.
Constants§
- PROTOCOL_
VERSION - Protocol version — incremented on breaking changes.