Available on crate features
server and a2a-v1 only.Expand description
A2A v1.0.0 executor — wraps task lifecycle with TaskStore persistence and state machine validation.
The V1Executor creates tasks in the TaskStore, validates state
transitions via can_transition_to, and persists status updates and
artifacts throughout the task lifecycle.
Structs§
- V1Executor
- V1 executor that wraps task lifecycle with
TaskStorepersistence and state machine validation.