Supervisor Architecture
Also called: Hierarchical Supervision AI Architecture, Supervisor-Based AI System Design
An agent system design where a central supervisor agent coordinates, manages, and delegates tasks to subordinate specialized agents.
Explore more about Architectures
Related terms
An AI agent architecture that organizes multiple agents into hierarchical layers, where higher-level agents decompose goals, coordinate decision-making, and supervise lower-level agents responsible for executing specialized tasks.
Multi-Agent SystemMASAn AI architecture in which multiple autonomous agents interact and collaborate to achieve individual or shared goals.
Planner-Executor ArchitectureAn AI architecture that separates planning from execution, with one component generating a plan and another carrying out its actions.
Router ArchitectureAn agentic system design where a central router directs tasks and context to specialized agents based on request requirements.
Hub-and-Spoke ArchitectureAn AI system architecture in which a central coordinator, or hub, manages communication, task delegation, and orchestration among multiple specialized agents, or spokes, that independently execute domain-specific tasks and report results back to the hub.