← All glossary terms Glossary hub

Agent Orchestration & Workflow Terms

41 terms in this hub

Agent orchestration is the discipline of getting more than one step, and often more than one agent, to produce a coherent outcome. A single prompt is not orchestration; a planner that decomposes a goal, routes sub-tasks to specialist agents, and merges their results is. The vocabulary here spans the reasoning patterns inside one agent and the coordination machinery between many.

§01 / TERMSin this hub: 41
Terms

Every term in this hub.

This hub collects the orchestration terms in the Prefactor glossary. The patterns group covers how an individual agent thinks in steps: ReAct, plan-and-execute, planning loops, and the agentic loop itself. These are the concepts you meet first, because every multi-agent system is built out of single agents that use them.

The multi-agent group is where the coordination problems live: orchestrator and supervisor agents, sub-agents, handoffs, and swarms. The routing group covers the decision of which agent or model handles a request at all. And the memory group covers what persists between steps and sessions, because an agent that forgets everything between turns pushes the coordination burden onto everything around it.

A fair warning about this vocabulary: it is the least standardised in the glossary. What one framework calls a supervisor another calls an orchestrator, and the definitions here note those collisions where they matter rather than pretending one vendor's usage won.

Terms are grouped below from the inside out: reasoning patterns first, then multi-agent coordination, routing, memory and state, and finally the infrastructure pieces such as queues and middleware. Each entry links to its full definition.

Reasoning patterns & loops

Multi-agent coordination

Agent Delegation Agent delegation is when one agent assigns a subtask to another agent, transferring responsibility for that portion of the work. Agent Handoff An agent handoff is the transfer of a task, context, and control from one agent to another during a workflow. Agent Orchestration Agent orchestration is the coordination of multiple AI agents working together on a shared task. AI Agent Swarm Intelligence Swarm intelligence in AI agents is when many simple agents collectively solve problems through decentralised coordination: similar to how ant colonies or bird flocks exhibit intelligent behavior. Behavioral Orchestration Behavioral orchestration is the coordination of how multiple agents act across a workflow. Delegated Access Delegated access is a pattern in which a user grants an AI agent temporary, scoped permission to act on their behalf. Delegation Control Delegation control is the governance capability that limits how an AI agent can pass its authority to other agents or services. Multi-Agent Collaboration Multi-agent collaboration is when multiple agents cooperate on one outcome by sharing tasks, context, or results. Multi-Agent System A multi-agent system is an architecture in which multiple AI agents collaborate or compete to complete tasks that are too complex for a single agent. Orchestrator Agent An orchestrator agent is an AI agent responsible for coordinating other agents in a multi-agent workflow, decomposing a high-level goal into sub-tasks, assigning them to specialist agents, managing dependencies between tasks, and aggregating results. Sub-Agent A sub-agent is an agent spawned by a parent agent to handle a specific subtask. Supervisor Agent A supervisor agent is a higher-level agent that delegates subtasks to worker agents, monitors their progress, and decides when to intervene, retry, or escalate. Swarm Architecture A swarm architecture is a multi-agent design where many lightweight agents operate in parallel on related subtasks with minimal central coordination. Sybil Attack (Multi-Agent) A sybil attack in a multi-agent system creates many fake or compromised agent identities to gain disproportionate influence over collective decisions, reputation systems, or resource allocation.

Routing

Memory & state

Infrastructure

More agent orchestration & workflow terms

Agent Fabric An agent fabric is the underlying infrastructure and middleware that enables multiple AI agents to discover each other, communicate, share context, and coordinate tasks across an enterprise: similar to a service mesh but designed for the communication patterns and governance requirements of AI agents. Agent Framework An agent framework is a software library or platform that provides the building blocks for constructing AI agents: reasoning loops, tool calling interfaces, memory management, and multi-agent coordination. Agent Graph An agent graph is a directed structure defining the possible states, transitions, and branching logic of an agentic workflow. Anomaly Detection (Agent) Agent anomaly detection identifies unusual patterns in an agent's behavior, such as unexpected tool calls, abnormal token usage, or novel output patterns, that may indicate a problem, attack, or drift from expected operation. Backdoor Attack (AI) A backdoor attack embeds hidden behaviour into an AI model during training, causing the model to behave normally under most inputs but to produce attacker-controlled outputs when a specific trigger pattern is present. Chain of Thought Chain of thought is the model's intermediate reasoning process when working toward an answer or action. Executor Agent An executor agent is an AI agent that carries out specific, bounded actions assigned to it by an orchestrator or human operator. Pre-Training Pre-training is the initial phase of model development where a large language model learns language patterns, knowledge, and reasoning from vast amounts of text data. Request-Response (Agent) Request-response is the synchronous communication pattern where a calling agent sends a request and waits for the response before continuing. Responsible Disclosure (AI) Responsible disclosure for AI is the practice of reporting discovered vulnerabilities in AI systems, such as prompt injection flaws, MCP server weaknesses, or agent authentication bypasses, to the affected organisation privately before publishing them, giving the organisation time to remediate.
§02 / QUESTIONShub: Agent Orchestration & Workflow Terms
Questions

Common questions.

What is agent orchestration?

Agent orchestration is getting more than one step, and often more than one agent, to produce a coherent outcome: decomposing goals, routing sub-tasks, and merging results.

What is the difference between an orchestrator and a supervisor agent?

Usage varies by framework, which this vocabulary honestly reflects. Broadly, an orchestrator coordinates tasks across agents; a supervisor also monitors and can override them. The individual entries note the collisions where they matter.

See how every agent performs, and make it better

Prefactor helps teams observe, evaluate, and improve their AI agents in production, across every framework and provider.