← Back to Glossary
Observation-Action Loop
The repeating engine cycle where an agent thinks, takes an action, observes the result, and decides the next step.
Why it exists
Provides the continuous execution loop required for autonomous multi-step problem solving.
How it works
Iterates state transitions: read state -> generate tool action -> run tool -> append result to state -> evaluate completion.
Related terms
Where you'll use this
roadmap