19 lines
668 B
Markdown
19 lines
668 B
Markdown
---
|
||
title: "Agent Chain"
|
||
type: concept
|
||
tags: [agent-architecture, multi-agent]
|
||
---
|
||
|
||
## Definition
|
||
多个 Agent 串联工作,各自负责不同阶段的流水线架构。一个 Agent 的输出作为下一个 Agent 的输入,实现复杂任务的分解与协同。
|
||
|
||
## Use Cases
|
||
- Podcast Production Pipeline:研究 Agent → 脚本 Agent → Show Notes Agent → 社交媒体 Agent
|
||
- 内容工厂:选题 Agent → 写作 Agent → 校对 Agent → 发布 Agent
|
||
|
||
## Related Concepts
|
||
- [[Pipeline]]:带硬性检查点的严格工作流
|
||
- [[Agentic-AI]]:具备自主决策和任务执行能力的 AI 系统
|
||
|
||
## Related Sources
|
||
- [[podcast-production-pipeline]] |