Registers an agent with the orchestrator
The agent to register
Unregisters an agent from the orchestrator
ID of the agent to unregister
Executes a single agent
ID of the agent to execute
Input data for the agent
Execution context
The agent execution result
Executes multiple agents sequentially
Each agent receives the output of the previous agent as input.
Array of agents to execute in sequence
Initial input data
Execution context
The final agent result
Executes multiple agents in parallel
All agents receive the same input and execute simultaneously.
Array of agents to execute in parallel
Input data (same for all agents)
Execution context
Array of agent results
Delegates execution from one agent to another
The result from the target agent
Orchestrates the execution of AI agents.
The orchestrator manages agent registration, execution, and coordination between multiple agents.
Example