Overview
An AI agent that maintains an internal model of its world and reasons about actions before executing them.
Cross-References(1)
More in Agentic AI
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.
Agent Context
Agent FundamentalsThe accumulated information, history, and environmental state that informs an AI agent's decision-making.
Agent Negotiation
Multi-Agent SystemsThe process by which AI agents reach agreements through offers, counteroffers, and compromise strategies.
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.
Agent Competition
Multi-Agent SystemsA multi-agent scenario where agents pursue conflicting objectives, leading to adversarial or game-theoretic interactions.
Agent Evaluation
Safety & GovernanceMethods and metrics for assessing the performance, reliability, and safety of autonomous AI agents.
Chain of Agents
Enterprise ApplicationsA workflow pattern where multiple specialised agents are sequentially connected, with each agent's output feeding the next.