30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
---
|
||
title: "内容工厂"
|
||
type: concept
|
||
tags: [agent, content, workflow, automation]
|
||
last_updated: 2026-04-15
|
||
---
|
||
|
||
## Summary
|
||
多 agent 链式协作的内容创作管线:Research Agent 扫描趋势 → Writing Agent 生成脚本 → Thumbnail Agent 生成配图,全流程定时自动执行,结果输出到 Discord channel 供人工 review。
|
||
|
||
## Architecture
|
||
```
|
||
Research Agent → [趋势报告] → Writing Agent → [脚本/文章] → Thumbnail Agent → [配图]
|
||
↓ ↓ ↓
|
||
#research #scripts #thumbnails
|
||
```
|
||
|
||
## Key Properties
|
||
- 链式 agent:前序输出自动喂给后序
|
||
- 平台无关:可适配 tweets/newsletter/LinkedIn/posts/podcast/blog
|
||
- 定时执行:每日 8AM 自动运行
|
||
- 本地模型(Nano Banana)降低图像生成成本
|
||
|
||
## Key Connections
|
||
- [[Content Factory]] ← 应用场景
|
||
- [[Market Research Product Factory]] ← 共享研究基础设施
|
||
- [[Last30Days]] ← Research Agent 数据来源
|
||
- [[baoyu-imagine]] ← 图像生成能力
|
||
- [[Discord 集成]] ← 输出 channel
|