Files
nexus/wiki/concepts/Agent-Chain.md

19 lines
668 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]