← Back to Glossary
Observation-Action Loop
Phase 04 · Agentscore-concept

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.

Where you'll use this