Skip to content

StreamStartEvent

The contracted subset of Aura’s project WebSocket events — the only event types external clients may rely on. Everything else on the socket is internal and may change shape without notice; consumers must ignore unknown event types.

Hand-written: the backend builds these envelopes as plain dicts (agent_turn_events.py), so there is no schema to generate from.

Property Type
data object
data.conversation_id string
data.stream_id string
data.turn_id string
type "stream_start"