docs: add agentic patterns overview to cookbook#538
Conversation
Adds a new page covering the four core patterns for building multi-agent systems with Agent Squad: multi-agent routing, supervisor, sequential chain, and RAG. Each pattern includes Python and TypeScript examples and guidance on when to choose it. Updates the sidebar to surface the page under Agentic Patterns. Closes 2FastLabs#328
|
Hey @nuthalapativarun, the structure and descriptions are good but several code examples are broken and will fail if someone copies them. The TypeScript RAG example calls Also worth fixing in the Supervisor examples for both languages — |
Issue Link (REQUIRED)
Fixes #328
Summary
Changes
Adds
docs/src/content/docs/cookbook/patterns/agentic-patterns.mdx— a new cookbook page covering the four core agentic patterns for Agent Squad. Updatesastro.config.mjsto surface the page in the sidebar under a new Agentic Patterns heading.The four patterns documented:
Each pattern includes side-by-side TypeScript and Python examples and a brief "when to use" note. The page closes with a note on combining patterns.
User experience
Before: no single place explaining the architectural patterns available in Agent Squad.
After: users land on Agentic Patterns Overview from the sidebar and can immediately see code examples for their chosen pattern in their preferred language.
Checklist
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.