agents/worker_agent library

Classes

WorkerAgent
Worker agent that executes assigned tasks by generating code.

Typedefs

TaskCompletedCallback = void Function(String taskId)
Callback type for when a worker completes a task.