Skip to main content

Module schema

Module schema 

Source

Structs§

AckInfo
Acknowledgement metadata referencing the message being acknowledged.
AgentIdentity
Describes a TPCP agent.
AudioPayload
Audio data payload.
BinaryPayload
Generic binary data payload.
CRDTSyncPayload
CRDT state synchronization payload.
ChunkInfo
Chunked-transfer metadata for large payloads.
ImagePayload
Image data payload.
MessageHeader
Present on every TPCP message.
TPCPEnvelope
Top-level TPCP message container.
TelemetryPayload
Industrial IoT sensor data payload.
TelemetryReading
Single sensor telemetry reading.
TextPayload
Plain text content payload.
VectorEmbeddingPayload
Semantic vector embedding payload.
VideoPayload
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.