AI dictionary

A2A Task

A stateful unit of work exchanged between agents in the Agent2Agent protocol.

Plain English

It is the tracked job another agent is working on, with status updates and outputs.

Example

A buying agent starts a task with a supplier agent, subscribes to updates, and receives the final quote.

Why it matters

Tasks give agent-to-agent collaboration a lifecycle instead of making everything a one-off message.