---
title: "Agent orchestration | Glossary"
description: Agent orchestration is the assignment of work across humans and specialised agents so that handoffs, reviews, and state stay visible. A graph of model calls…
image: "https://lenvanderhof.com/photos/len-portrait-1.jpg"
---

Term

# Agent orchestration

Agent orchestration is the assignment of work across humans and specialised agents so that handoffs, reviews, and state stay visible. A graph of model calls is not orchestration. Orchestration is who is chartered, what packet travels, what must be reviewed, and who sees the board. Without those four, adding agents adds waiting. CHORUS is one implementation of that operating layer. If you cannot point at the owner, the packet, the gate, and the board, you have a demo.

## When to use it

Use it when more agents produced more waiting, not more finished work. If standups now narrate model runs instead of closed work, the missing layer is orchestration, not another model.

## Do not confuse with

Not a vendor workflow canvas or a screenshot of nodes. Orchestration here is organizational protocol from The Multi-Agent Organization.

## Essays on this site

- [The Multi-Agent Organization: introduction](https://lenvanderhof.com/en/blog/the-multi-agent-organization-introduction/)
- [Why multi-agent systems fail](https://lenvanderhof.com/en/blog/why-multi-agent-systems-fail/)

```json
{
	"@context": "https://schema.org",
	"@graph": [
		{
			"@type": "DefinedTerm",
			"@id": "https://lenvanderhof.com/glossary/agent-orchestration/#term",
			"name": "Agent orchestration",
			"description": "Agent orchestration is the assignment of work across humans and specialised agents so that handoffs, reviews, and state stay visible. A graph of model calls is not orchestration. Orchestration is who is chartered, what packet travels, what must be reviewed, and who sees the board. Without those four, adding agents adds waiting. CHORUS is one implementation of that operating layer. If you cannot point at the owner, the packet, the gate, and the board, you have a demo.",
			"url": "https://lenvanderhof.com/glossary/agent-orchestration/",
			"inDefinedTermSet": "https://lenvanderhof.com/glossary/"
		},
		{
			"@type": "WebPage",
			"@id": "https://lenvanderhof.com/glossary/agent-orchestration/#webpage",
			"url": "https://lenvanderhof.com/glossary/agent-orchestration/",
			"name": "Agent orchestration",
			"description": "Agent orchestration is the assignment of work across humans and specialised agents so that handoffs, reviews, and state stay visible. A graph of model calls is not orchestration. Orchestration is who is chartered, what packet travels, what must be reviewed, and who sees the board. Without those four, adding agents adds waiting. CHORUS is one implementation of that operating layer. If you cannot point at the owner, the packet, the gate, and the board, you have a demo.",
			"inLanguage": "en",
			"isPartOf": {
				"@id": "https://lenvanderhof.com/#website"
			},
			"about": {
				"@id": "https://lenvanderhof.com/glossary/agent-orchestration/#term"
			},
			"mainEntity": {
				"@id": "https://lenvanderhof.com/glossary/agent-orchestration/#term"
			},
			"breadcrumb": {
				"@id": "https://lenvanderhof.com/glossary/agent-orchestration/#breadcrumb"
			}
		},
		{
			"@type": "BreadcrumbList",
			"@id": "https://lenvanderhof.com/glossary/agent-orchestration/#breadcrumb",
			"itemListElement": [
				{
					"@type": "ListItem",
					"position": 1,
					"name": "Home",
					"item": "https://lenvanderhof.com/"
				},
				{
					"@type": "ListItem",
					"position": 2,
					"name": "All terms",
					"item": "https://lenvanderhof.com/glossary/"
				},
				{
					"@type": "ListItem",
					"position": 3,
					"name": "Agent orchestration",
					"item": "https://lenvanderhof.com/glossary/agent-orchestration/"
				}
			]
		}
	]
}
```
