Building Effective AI Agents
摘要
Anthropic 官方指南:如何构建有效的 AI Agent。核心思想是从最简单的方案开始,按需增加复杂度。介绍了 Agent 的定义(LLM 动态控制流程和工具使用)、何时该用/不该用 Agent、常见模式(workflow vs agent)。Workflow 模式包括 prompt chaining、routing、parallelization、orchestrator-workers、evaluator-optimizer。
相关概念
- AI Agent
- Workflow
- Prompt Chaining
- Orchestrator Pattern