Glossary
ReAct Pattern
ReAct (Reasoning + Acting) is an agent architecture pattern where the model alternates between reasoning about what to do next and taking an action such as calling a tool. The loop continues until the task is complete or a stopping condition is met.