Zenaique
Glossary · Tooling

ReAct (Reason + Act)

Also known as: Reason and Act, ReAct pattern

Agent loop pattern: Thought → Action → Observation → Thought → … until the task is done.

An agent prompting pattern that interleaves reasoning (Thought) with tool calls (Action) and observations (Observation) in a loop. Predecessor to most modern function-calling agent loops.

In practice

The classical agent loop everyone reinvents. Knowing it makes function calling, tool use, and agent frameworks click instantly.

How it compares

ReAct is one specific reasoning pattern for agents; agents is the broader category of LLM-driven systems.

Comparisons that include ReAct (Reason + Act)

Related topics

Questions that mention this term

Related terms