Lesson 3.216mIntermediate16.8k students

Building an agent loop

An agent is a loop: call the model, run the tool it asked for, feed the result back, repeat. Every loop needs a stopping condition it cannot argue with.

This lesson sits in Tool Calling and Agents, part of Building AI Apps with LLMs. It assumes what came before it and leads directly into the next lesson in the module.

In this lesson you will

  • Structure the call, execute, feed back cycle
  • Bound the loop with iteration and token limits
  • Log each step so failures can be replayed

Resources