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

668 B
Raw Blame History

title, type, tags
title type tags
Agent Chain concept
agent-architecture
multi-agent

Definition

多个 Agent 串联工作,各自负责不同阶段的流水线架构。一个 Agent 的输出作为下一个 Agent 的输入,实现复杂任务的分解与协同。

Use Cases

  • Podcast Production Pipeline研究 Agent → 脚本 Agent → Show Notes Agent → 社交媒体 Agent
  • 内容工厂:选题 Agent → 写作 Agent → 校对 Agent → 发布 Agent
  • Pipeline:带硬性检查点的严格工作流
  • Agentic-AI:具备自主决策和任务执行能力的 AI 系统