What is AI Agents?
Agentic AI
AI Agents — Autonomous AI systems that can reason, plan, use tools, and take actions to accomplish goals. They combine LLMs with tool use, memory, and planning capabilities.
FAQ
What is an AI agent?
An AI system that can autonomously reason, plan, and take actions (call APIs, search the web, write code) to accomplish goals.
How do AI agents work?
They use an LLM for reasoning, combined with tools (APIs, databases, code execution) and a planning loop (observe, think, act, repeat).
Related Terms
Learn AI Agents in depth
Free hands-on course with code examples and Google Colab notebooks.
Start Course →