AI Concepts category
Agents & Tool Use
Concepts for systems where models choose actions and interact with external capabilities.
Agent Memory
Agent memory is information an agent system retains or retrieves for use across model invocations.
Agent Planning
Agent planning is the decomposition of a goal into intermediate steps or actions before or during execution.
Agent Reflection
Agent reflection uses a model to explicitly evaluate earlier outputs, actions, observations, or outcomes before an agent continues or revises its approach.
AI Agent
An AI agent is a system in which a model helps choose actions within an orchestrated execution loop.
Tool Calling
Tool calling lets a model request a named operation with structured arguments for an application or runtime to evaluate and execute.
Tool Selection
An AI system can choose the tool that fits the next step, or continue without one.