Agent Loop Vocabulary

ReAct, think/act/observe cycles, agent steps, and trajectories — the core of how agents operate.

Key vocabulary

  • ReAct = Reason + Act — the agent thinks before each action.
  • Agent step — one full think/act/observe iteration.
  • Trajectory — the complete sequence of steps an agent took to complete (or fail) a task.
  • Stuck loop — when an agent repeats the same action without progress.
  • Max steps — a hard limit on how many steps the agent may take.
0 / 5 completed
1 / 5
A colleague says: “Our agent follows the ReAct pattern.” What does this mean?