Skip to content
>_<
AI EngineeringWiki

Agent Orchestration Patterns

Patterns Β· 5 min

How do you coordinate multiple AI agents? There are proven patterns for that.

1. Sequential Pattern β€” illustration from the German article
1. Sequential Pattern β€” illustration from the German article
1. Sequential Pattern β€” illustration from the German article

1. Sequential Pattern

Agent A β†’ Agent B β†’ Agent C. Each waits for the previous.

Research β†’ Summary β†’ Translation

2. Parallel Pattern

Several agents work simultaneously on different tasks.

Research A β†’ \ Research B β†’ \ Research C β†’ Aggregate
3. Hierarchical Pattern β€” illustration from the German article

3. Hierarchical Pattern

Manager coordinates sub-managers who coordinate workers.

4. Hub & Spoke β€” illustration from the German article

4. Hub & Spoke

Central hub connects to all agents, routes requests.

5. Pipeline

Data flows through agents like a pipeline. Each transforms the data.

When to Use What β€” illustration from the German article

When to Use What

PatternBest For
SequentialDependent tasks
ParallelIndependent tasks
HierarchicalLarge teams
Hub & SpokeSimple routing
PipelineData transformation

Related articles

Was this article helpful?

Continue the learning path

The learning path puts these articles in order, and the Hub carries the building blocks we have checked in our own operations.

Why AI Engineering
  • Local and self-hosted
  • Documented and verifiable
  • From our own operations
  • Made in Austria
Not legal advice.