What is an agent orchestration?
The centralized management and routing of tasks across multiple sub-agents or LLM calls.
agent orchestration explained in plain English
Example
Practitioners refer to agent orchestration when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.
People also read
- reflection
A strategy for improving the quality of an agentic workflow by examining (reflecting on) a step's output before passing that output to the next step.
- act
A stage in the agentic loop in which the agent executes the action chosen during the reason stage.
- action
In reinforcement learning, the mechanism by which the agent transitions between states of the environment.
- action space
The set of resources an agent can use to perform a task.
- Agent
An AI system that can perceive its environment, make decisions, and take actions to achieve goals autonomously.
- agentic
The adjective form of agent.
- agentic loop
A cycle that an agent iterates through until a termination condition is met.
- agentic workflow
A dynamic process in which an agent autonomously plans and executes actions to achieve a goal.
- AI slop
Output from a generative AI system that favors quantity over quality.
- Attention
A mechanism that lets a model focus on the most relevant parts of its input when producing an output, weighting what matters most in context.