What is an AI Agent?
An AI agent is an LLM that can take actions in a loop. Unlike a single-turn chatbot, an agent can call tools (APIs, search, code), observe the results, and decide what to do next — repeating until the task is done. ReAct (Reason + Act) is the most common pattern.