← Back to Glossary Index
AI Glossary Term

ReAct

Definition

Reason + Act. An agent pattern combining step-by-step reasoning (Thought) with action triggers (Action/Observation).

Example Case

An agent writing: "Thought: I need to check the filesystem. Action: read_file".