Skip to main content

Module a2a_executor

Module a2a_executor 

Source
Expand description

A2A Task Executor โ€” picks up pending A2A tasks and runs them through fighters.

The A2ATaskExecutor polls a shared DashMap of tasks for any in Pending status, spawns a temporary fighter for each, executes the task, and writes the result back.

Structsยง

A2ATaskExecutor
The A2A task executor: polls for pending tasks and executes them via fighters.