Overview
The process of multiple AI agents working together, sharing information and coordinating actions to achieve common goals.
More in Agentic AI
Agent Memory
Agent Reasoning & PlanningThe storage mechanism enabling AI agents to retain and recall information from previous interactions and experiences.
Human-in-the-Loop
Safety & GovernanceA system design where human oversight and approval are required at critical decision points in automated processes.
Agent Autonomy Level
Agent FundamentalsThe degree of independence an AI agent has in making and executing decisions without human approval.
Goal-Oriented Agent
Agent FundamentalsAn AI agent that formulates and pursues explicit goals, planning actions to achieve desired outcomes.
Deliberative Agent
Agent FundamentalsAn AI agent that maintains an internal model of its world and reasons about actions before executing them.
Agent Reasoning Loop
Agent Reasoning & PlanningThe iterative cycle of observation, thought, action, and reflection that AI agents execute to break down complex goals into achievable subtasks and verify progress.
Function Calling
Tools & IntegrationA mechanism allowing language models to invoke external functions or APIs based on natural language instructions.
Supervisor Agent
Agent FundamentalsAn agent that oversees and coordinates the work of other agents, making high-level decisions and resolving conflicts.