Overview
A system composed of multiple interacting AI agents that collaborate, negotiate, or compete to solve complex problems.
More in Agentic AI
Human-on-the-Loop
Agent FundamentalsA system where humans monitor AI operations and can intervene when necessary, but don't approve every action.
Agent Sandbox
Agent FundamentalsAn isolated environment where AI agents can safely execute actions and experiment without affecting production systems.
Goal-Oriented Agent
Agent FundamentalsAn AI agent that formulates and pursues explicit goals, planning actions to achieve desired outcomes.
Supervisor Agent
Agent FundamentalsAn agent that oversees and coordinates the work of other agents, making high-level decisions and resolving conflicts.
Reactive Agent
Agent FundamentalsAn AI agent that responds to environmental stimuli with predefined actions without maintaining an internal model of the world.
Agent Evaluation
Safety & GovernanceMethods and metrics for assessing the performance, reliability, and safety of autonomous AI agents.
Task Decomposition
Agent Reasoning & PlanningBreaking down complex tasks into smaller, manageable subtasks that can be distributed among AI agents.
ReAct Agent Pattern
Agent FundamentalsAn agent architecture that interleaves reasoning traces and action steps, enabling language models to plan dynamically and use external tools to solve multi-step problems.