Pattern API Reference¶
This section groups the API-facing documentation for the public agent-pattern surfaces in brain/patterns/.
Purpose¶
- give maintainers one stable place for pattern API docs
- separate interface details from the higher-level pattern overview
- keep public imports and supporting helpers easy to find
Start Here¶
- ../../components/patterns/overview.md for the conceptual guide and pattern-selection advice
- react.md for the ReAct family
- plan_execute.md for plan-first execution
- reflexion.md for self-critique loops
- rag.md for retrieval-augmented generation
- multi_agent.md for orchestration and synthesis
- hitl.md for human-in-the-loop approval gates
- streaming.md for event-streaming patterns
- testing.md for harness and mock-provider support