ReAct (Reasoning and Acting) is an LLM-based paradigm that enables agents to interleave reasoning traces with task-specific actions. This allows models to dynamically plan, execute tools, and observe results, leading to more robust and reliable problem-solving in complex environments.
ReAct is a method for AI agents to think and act by having a large language model (LLM) generate thoughts and then execute tools, observing the results. This iterative process helps the agent solve complex problems more reliably, like automating software testing or creating new data features.
ReAct paradigm, ReAct agents, Reasoning and Acting
Was this definition helpful?