Expand description
A2A tasks: a durable unit of work a principal started — a root-turn
answer, a workflow run, or a subagent — projected as an A2A Task (spec
shape, TASK_STATE_*). Tasks are persisted, so GetTask answers across a
restart; they stream status/artifact frames from run and turn events; and
cancelling one cancels the work it links to, which in turn cancels that
work’s own children, so no orphan keeps running behind a cancelled task.
Structs§
- Push
Target - A webhook a caller registered for this task’s updates (A2A push
notifications).
tokenis echoed back inX-A2A-Notification-Tokenso the receiver can tell a real delivery from a stray POST;beareris a credential agentd presents to the receiver. - Task
- The durable task record.