Overview
An AI agent that formulates and pursues explicit goals, planning actions to achieve desired outcomes.
Cross-References(1)
More in Agentic AI
Agent Memory Bank
Agent Reasoning & PlanningA persistent knowledge store that enables AI agents to accumulate and recall information across sessions, supporting long-term learning and personalised interactions.
Data Analysis Agent
Agent FundamentalsAn AI agent that interprets datasets, generates visualisations, performs statistical analysis, and produces actionable insights through autonomous exploratory data investigation.
Agent Competition
Multi-Agent SystemsA multi-agent scenario where agents pursue conflicting objectives, leading to adversarial or game-theoretic interactions.
Multi-Agent System
Multi-Agent SystemsA system composed of multiple interacting AI agents that collaborate, negotiate, or compete to solve complex problems.
Agent Skill
Tools & IntegrationA specific capability or function that an AI agent can perform, such as web search, code execution, or data analysis.
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.
Agent Orchestration
Enterprise ApplicationsThe coordination and management of multiple AI agents working together to accomplish complex workflows.
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.