Overview
Standardised protocols and languages used for inter-agent communication in multi-agent systems.
More in Agentic AI
Agent Autonomy Level
Agent FundamentalsThe degree of independence an AI agent has in making and executing decisions without human approval.
Model-Based Agent
Agent FundamentalsAn AI agent that maintains an internal representation of the world to inform its decision-making process.
Agent Guardrailing
Safety & GovernanceSafety constraints imposed on AI agents that limit their action space, prevent dangerous operations, enforce budgets, and require approval for irreversible decisions.
Agent Handoff
Agent FundamentalsThe transfer of a task or conversation from one specialised AI agent to another based on skill requirements, escalation rules, or domain boundaries.
Agent Memory
Agent Reasoning & PlanningThe storage mechanism enabling AI agents to retain and recall information from previous interactions and experiences.
Plan-and-Execute Pattern
Agent Reasoning & PlanningAn agentic architecture where a planning module decomposes goals into ordered tasks and a separate executor carries them out, enabling complex multi-step problem solving.
Human-in-the-Loop
Safety & GovernanceA system design where human oversight and approval are required at critical decision points in automated processes.
Agent Tool Registry
Agent FundamentalsA catalogue of available tools and APIs that agents can discover and invoke, with descriptions, schemas, and authentication details enabling dynamic capability acquisition.