mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-01 21:27:45 +00:00
5f8b0776e0
- 将 00-元技能、01-AI工具、02-数据库、03-加密货币、04-开发工具、05-生产力 下的技能移至 skills/ 根目录 - 更新 skills/README.md 使用表格进行说明性分类 - 更新 AGENTS.md 目录结构说明
20 lines
688 B
Markdown
20 lines
688 B
Markdown
# Building Effective Agents Cookbook
|
|
|
|
Reference implementation for [Building Effective Agents](https://anthropic.com/research/building-effective-agents) by Erik Schluntz and Barry Zhang.
|
|
|
|
This repository contains example minimal implementations of common agent workflows discussed in the blog:
|
|
|
|
- Basic Building Blocks
|
|
- Prompt Chaining
|
|
- Routing
|
|
- Multi-LLM Parallelization
|
|
- Advanced Workflows
|
|
- Orchestrator-Subagents
|
|
- Evaluator-Optimizer
|
|
|
|
## Getting Started
|
|
See the Jupyter notebooks for detailed examples:
|
|
|
|
- [Basic Workflows](basic_workflows.ipynb)
|
|
- [Evaluator-Optimizer Workflow](evaluator_optimizer.ipynb)
|
|
- [Orchestrator-Workers Workflow](orchestrator_workers.ipynb) |