Task Coordinator
The Task Coordinator dynamically identifies user intents as concrete tasks and delegates to the corresponding agents for execution.
It comprises a high-level planner, an execution manager, and a pool of specialized agents, each responsible for discrete sub-tasks such as token swaps, asset transfers, and protocol interactions. The planner decomposes complex user intents into actionable steps, while the manager orchestrates execution flow, monitors state transitions, and handles error recovery, all within the agentic infrastructure’s FSM-based orchestration framework.
Last updated