Planner-Executor Architecture
An AI architecture that separates planning from execution, with one component generating a plan and another carrying out its actions.
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.
Supervisor ArchitectureAn agent system design where a central supervisor agent coordinates, manages, and delegates tasks to subordinate specialized agents.
Single AgentAn agent architecture where a standalone autonomous system operates independently without interacting with other agents.
Multi-Agent SystemMASAn AI architecture in which multiple autonomous agents interact and collaborate to achieve individual or shared goals.
Task PlanningThe process where an AI agent formulates an ordered sequence of actions or subtasks to achieve a given goal.
Plan ExecutionThe process of carrying out the actions and steps defined by an AI agent's plan to achieve a specified goal.