新增第26章: NAS照片发送到Telegram

This commit is contained in:
2026-04-17 11:50:37 +08:00
parent ea7a3785b9
commit 4fefe2541b
50 changed files with 1692 additions and 448 deletions

View File

@@ -0,0 +1,19 @@
---
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]]