Advanced Topics
AI Agents and Tool Use
AIエージェントとツール使用
An AI agent uses models to pursue goals through planning, tool use, and memory. Unlike a single model response, an agent can perform multiple steps and react to results from its environment.
Japanese terms
- AI agent — AIエージェント: An AI system that observes context, chooses actions, and works toward a goal.
- Planning — 計画: Selecting and ordering actions intended to move from a current state toward a goal.
- Tool use — ツール使用: The ability of an AI system to invoke external functions, software, or services to complete work.
- Memory — メモリ: Stored information that an agent can retain and use across steps or interactions.
Related topics
Reinforcement learning studies agents that learn through rewards, while large language models often provide reasoning and language capabilities for software agents.