Expand description
Versioned wire protocol for AgentEvent.
AgentEvent is the runtime enum. EventEnvelopeV1 is its stable,
language-neutral representation. SDKs consume the envelope instead of
maintaining their own event-name matches, so a new runtime event cannot be
silently projected as unknown.
Structs§
- Agent
Event Projection V1 - SDK-facing projection of an envelope.
- Agent
Event Type V1 - Canonical event type names for event envelope version 1.
- Event
Envelope V1 - Stable, versioned event representation shared by every SDK.
Enums§
- Event
Protocol Error - Errors produced while converting a runtime event to the stable wire shape.
Constants§
- AGENT_
EVENT_ TYPES_ V1 - Complete, ordered set of event type names supported by envelope v1.
- EVENT_
ENVELOPE_ V1_ VERSION - Wire version carried by
EventEnvelopeV1.
Functions§
- run_
event_ envelope_ v1 - Convert a persisted run event into the same v1 envelope used by live SDK streams, attaching replay position and correlation metadata.