docs: add agentic patterns overview to cookbook#538
Open
nuthalapativarun wants to merge 1 commit into
Open
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.