Single Agent
Also called: Independent Agent, Solo Agent
An agent architecture where a standalone autonomous system operates independently without interacting with other agents.
Explore more about Architectures
Related terms
An AI architecture in which multiple autonomous agents interact and collaborate to achieve individual or shared goals.
Autonomous AgentAn AI agent that independently perceives, reasons, plans, and executes actions to achieve goals with minimal or no human intervention.
Hierarchical AgentAn 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.
Router ArchitectureAn agentic system design where a central router directs tasks and context to specialized agents based on request requirements.
Supervisor ArchitectureAn agent system design where a central supervisor agent coordinates, manages, and delegates tasks to subordinate specialized agents.