Skip to content

docs: add agentic patterns overview to cookbook#538

Open
nuthalapativarun wants to merge 1 commit into
2FastLabs:mainfrom
nuthalapativarun:docs/328-agentic-patterns
Open

docs: add agentic patterns overview to cookbook#538
nuthalapativarun wants to merge 1 commit into
2FastLabs:mainfrom
nuthalapativarun:docs/328-agentic-patterns

Conversation

@nuthalapativarun

Copy link
Copy Markdown

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. Updates astro.config.mjs to surface the page in the sidebar under a new Agentic Patterns heading.

The four patterns documented:

  1. Multi-Agent Routing — classifier picks the right specialist agent
  2. Supervisor Pattern — lead agent coordinates a parallel team
  3. Sequential Chain Pattern — ChainAgent pipelines output through stages
  4. RAG Pattern — agent grounded in a retriever/knowledge base

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

  • I have performed a self-review of this change
  • Changes have been tested
  • Changes are documented
  • I have linked this PR to an existing issue (required)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: Enhance Documentation Add Documentation on Agentic Pattern

1 participant