Overview
The ability of an AI agent to formulate a sequence of actions to achieve a goal from its current state.
Cross-References(1)
More in Agentic AI
Agent Reflection
Agent Reasoning & PlanningThe ability of an AI agent to evaluate its own outputs and reasoning, identifying errors and improving responses.
Agent Guardrails
Safety & GovernanceSafety constraints and boundaries that limit agent behaviour to prevent harmful, unintended, or out-of-scope actions.
Action Space
Agent FundamentalsThe complete set of possible actions available to an AI agent in a given environment, defining the boundaries of what the agent can do to accomplish its objectives.
Human-in-the-Loop
Safety & GovernanceA system design where human oversight and approval are required at critical decision points in automated processes.
Agentic Workflow
Enterprise ApplicationsA business process that is partially or fully executed by autonomous AI agents rather than human workers.
Goal-Oriented Agent
Agent FundamentalsAn AI agent that formulates and pursues explicit goals, planning actions to achieve desired outcomes.
Agent Swarm
Multi-Agent SystemsA large collection of AI agents operating collaboratively using emergent behaviour patterns to solve complex tasks.
Agentic RAG
Agent Reasoning & PlanningAn advanced retrieval-augmented generation pattern where an agent dynamically decides what information to retrieve, from which sources, and how to refine queries iteratively.