Expand description
Executor for A2aTask workflow nodes.
When a workflow node has kind A2aTask, this executor:
- Resolves the remote agent URI from the IR.
- Submits a task via the A2A client.
- Polls (or SSE-streams) for completion.
- Maps artifacts into the node output and workflow state patch.
The executor is crash-resumable: if the worker dies mid-poll, the scheduler will reclaim the lease and re-submit the task on the next attempt.
Structs§
- A2aTask
Executor - Executor for
a2a_taskworkflow nodes.