← All 25 termsAI proof

Multi-agent system

AIA system composed of multiple specialised agents that coordinate to complete tasks a single agent could not. The orchestrator-worker pattern is the dominant topology.

Full definition

A multi-agent system decomposes a complex task into specialised sub-tasks, each handled by an agent with a narrow charter. The orchestrator-worker pattern has one orchestrator that decomposes the user request and dispatches it to workers; workers report back with JSON-schema-validated outputs; the orchestrator synthesises the final answer. On this site, the orchestrator-worker platform runs 11 specialised agents with published charters and an eval harness that scores each agent's contribution independently.

See this term in action.

The /proof page maps every term to the gate or artifact that implements it on this site.