Agents and automation

Agent loop

stable definition

Definition

The repeated cycle in which an agent observes state, selects an action, invokes a tool or model, receives feedback, updates state, and decides whether to continue.

Distinguish it from nearby terms

The loop is the local control cycle; orchestration coordinates tasks, runs, agents, and lifecycle around one or more loops.

Check your understanding

A loop without a reliable termination and failure policy can repeat plausible failure indefinitely.