AI & LLMs

Agent

A model wrapped in a loop that lets it call tools, read the results, and act until a task is done.

An agent is a language model plus a harness that runs the plan → act → observe loop: the model decides, emits a tool call, your code runs it, and the result feeds the next step. Tools, memory, and context management are what turn a model that only talks into one that gets things done.