Structs§
- AckInfo
- Acknowledgement metadata referencing the message being acknowledged.
- Agent
Identity - Describes a TPCP agent.
- Audio
Payload - Audio data payload.
- Binary
Payload - Generic binary data payload.
- CRDT
Sync Payload - CRDT state synchronization payload.
- Chunk
Info - Chunked-transfer metadata for large payloads.
- Image
Payload - Image data payload.
- Message
Header - Present on every TPCP message.
- TPCP
Envelope - Top-level TPCP message container.
- Telemetry
Payload - Industrial IoT sensor data payload.
- Telemetry
Reading - Single sensor telemetry reading.
- Text
Payload - Plain text content payload.
- Vector
Embedding Payload - Semantic vector embedding payload.
- Video
Payload - Video data payload.
Enums§
- Intent
- Intent identifies the purpose of a TPCP message. Wire-format values must match the canonical Python/TS SDK exactly.
Constants§
- BROADCAST_
ID - Reserved UUID for broadcast/multicast messages.
- PROTOCOL_
VERSION - TPCP protocol version implemented by this crate.