Multi-Agent Pattern for AI Agents
Coordinate specialized Select AI agents with a fixed sequential workflow or a supervisor that routes work at run time.
With Select AI Agent framework enables you to create agents, tasks, tools, and teams in your database. The current Select AI Agent team workflow uses a sequential workflow, in which configured agent-task pairs run in an order.
Use a sequential workflow when a request follows known stages and each stage has a defined responsibility. For requests that require conditional routing, use a supervisor-led team. A supervisor receives the user request, selects the appropriate worker agent-task pair, sends a self-contained subtask, waits for the result, and decides the next action.
Understand the sequential workflow pattern, the supervisor pattern, and how to select between them.