Skip to content

Commit 356140c

Browse files
authored
Merge pull request anthropics#122 from anthropics/barryz/agent-cookbook
cookbook for 'Building Effective Agents'
2 parents ae81df5 + 2a4fe5e commit 356140c

File tree

5 files changed

+1457
-0
lines changed

5 files changed

+1457
-0
lines changed

patterns/agents/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Building Effective Agents Cookbook
2+
3+
Reference implementation for [Building Effective Agents](https://anthropic.com/research/building-effective-agents) by Erik Schluntz and Barry Zhang.
4+
5+
This repository contains example minimal implementations of common agent workflows discussed in the blog:
6+
7+
- Basic Building Blocks
8+
- Prompt Chaining
9+
- Routing
10+
- Multi-LLM Parallelization
11+
- Advanced Workflows
12+
- Orchestrator-Subagents
13+
- Evaluator-Optimizer
14+
15+
## Getting Started
16+
See the Jupyter notebooks for detailed examples:
17+
18+
- [Basic Workflows](basic_workflows.ipynb)
19+
- [Evaluator-Optimizer Workflow](evaluator_optimizer.ipynb)
20+
- [Orchestrator-Workers Workflow](orchestrator_workers.ipynb)

0 commit comments

Comments
 (0)