Router Architecture
Also called: Centralized Routing Architecture, Router-Based AI System Design
An agentic system design where a central router directs tasks and context to specialized agents based on request requirements.
Explore more about Architectures
Related terms
An 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.
Supervisor ArchitectureAn agent system design where a central supervisor agent coordinates, manages, and delegates tasks to subordinate specialized agents.
Planner-Executor ArchitectureAn AI architecture that separates planning from execution, with one component generating a plan and another carrying out its actions.
Multi-Agent SystemMASAn AI architecture in which multiple autonomous agents interact and collaborate to achieve individual or shared goals.
Agent RoutingThe process of directing requests, messages, or tasks to the most appropriate AI agent based on capabilities, availability, policies, or context.