Multi-Agent System Patterns
Prerequisites
git clone https://github.com/gl-sdk/gen-ai-sdk-cookbook.gitOPENAI_API_KEY=your-openai-key-here
Getting Started
git clone https://github.com/gl-sdk/gen-ai-sdk-cookbook.git
cd gl-aip/examples/multi-agent-system-patterns
uv sync
cp .env.example .env # then edit with your credentialsOrchestration Approaches
gllm-pipeline (Linear Workflows)
Sub-Agent Delegation (Cyclic Workflows)
AgentComponent Wrapper
Usage
Example Structure
Pattern Library
Pattern
When to use
Orchestration
Cookbook Example
Related Documentation
Last updated
Was this helpful?