Tools & agents: the loop around a frozen model
The idea: An agent is a loop: the model proposes an action, a tool runs, the result re-enters context.
What you'll be able to do: You can explain that an agent is a loop around a frozen model, calling tools.
The problem it solves: A single call can't search, compute, or act.
Builds on: The model is frozen and stateless
← RAG: retrieval as a callback to similarity · Next: The harness: the loop, made real →
All lessons