Search across all documentation pages
9 pages in this section.
Introduces ReAct, Plan-and-Execute, and multi-agent handoff as the field's three dominant patterns, and how they differ in control flow, cost, and failure modes.
A first comparison of a ReAct-style loop against a simple planned sequence of steps, with minimal Python sketches you can reason about before choosing a framework.
Explains the reason-then-act-then-observe cycle that gives ReAct its name, why interleaving helps tool use, and what you must bound for production reliability.
Explains why generating a full plan upfront reduces wasted tool calls on complex tasks, how execution and replan hooks work, and when phased control beats pure ReAct.
A decision cheatsheet matching task complexity, predictability, privilege needs, and cost constraints to ReAct, Plan-and-Execute, multi-agent, or a hybrid.
Ten guidelines for matching architecture to task shape, bounding loops, scoping tools, and documenting control flow before writing agent orchestration code.