wiki-ingest: 4 Agent Use Cases (autonomous PM, content factory, product factory, knowledge base RAG) - 2026-04-15 evening batch
This commit is contained in:
29
wiki/concepts/内容工厂.md
Normal file
29
wiki/concepts/内容工厂.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user