---
title: "Hub-spoke · agent topology · Agent Fieldbook"
url: https://agentfieldbook.org/design/topologies/hub-spoke/
description: "Dense reasoning core radiating to satellite specialists. Orchestrator + specialists."
section: "Design · Topologies"
source: Agent Fieldbook — generated from the published page
---

# Hub-spoke

Dense reasoning core radiating to satellite specialists. Orchestrator + specialists.

Verified against [anthropic.com](https://www.anthropic.com/engineering/building-effective-agents)

- [anthropic.com](https://www.anthropic.com/engineering/building-effective-agents)

A hub-and-spoke agent puts a single orchestrator at the centre. It holds the task context, decomposes the request, and dispatches sub-tasks to specialist sub-agents arranged around it, then aggregates their returns into one answer. The specialists never talk to each other; every decision and every write routes back through the hub. In anatomy terms the hub is the reasoning core, and each spoke is a scoped effector or sub-agent bound to a single capability. It is the most common production shape because it keeps control, cost and auditing in one place, at the price of everything depending on the centre.

## In the anatomy

The hub is the reasoning core; the spokes are specialist sub-agents or effectors bound to one capability each; the policy perimeter wraps the hub's dispatch path, so every write is gated in one place.

## At a glance

| Field | Value |
| --- | --- |
| Pattern | Hub-spoke |
| State model | session |
| Example | Salesforce Agentforce |

## Common use cases

## Strengths

## Weaknesses

## Agents using this pattern · 17

Mapping classified by the Field Book from each agent's documented control flow.

## Basis

Description, use cases and trade-offs: Field Book analysis, synthesised from established agent-architecture literature.

## Verified against

- [https://www.anthropic.com/engineering/building-effective-agents](https://www.anthropic.com/engineering/building-effective-agents)

The corpus does not rewrite vendor documentation. Where copy is quoted verbatim it is marked as such and attributed to its source.
