Glossary term
Agent loop
A single work loop where a model reads, decides, and takes the next action.
Definition
In an agent or LLM workflow, this is one cycle of reading input, using tools, and evaluating the result again. If a document should be AI-friendly, the critical information has to be easy to find and reuse inside this loop.
Working notes
- The longer the loop, the smaller and clearer each document unit should be.
- Human-readable explanation and machine-readable structure should live together.
Related topics
Related posts