Skip to content

Decisions

Short reference pages, one per recurring "which one do I use?" question. Each page has a decision tree, a quick-reference table, and pointers to the deep guides for the chosen option.

Picking your starting point

Inside an Agent

Composing Agents

  • CompositionAgent.chain vs Agent.parallel vs Agent(tools=[...]) vs Plan.
  • Parallelism — automatic (LLM-decided) vs declared.

Human / verifier placement

Production-grade Plan

Extension surface