Skip to main content
This page lists all A2A events that Aion Server emits to clients during ADK agent execution, organized by event category.

Streaming

STREAM_DELTA is a transitory artifact — it is not persisted to the Task’s durable state. The client uses it for live display only.
A STREAM_DELTA sequence ends with the next durable message (TaskStatusUpdateEvent(working, message=...)) or with the terminal task status. Every STREAM_DELTA update carries content, and the next partial event after a durable message opens a new section with append=false.

Artifacts

Outbox

Terminal

Every execution ends with exactly one terminal event.