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:
2026-04-15 20:35:29 +08:00
parent b2e7c5bb9a
commit 9688f3f54b
34 changed files with 1227 additions and 23 deletions

View 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