46 lines
2.6 KiB
Markdown
46 lines
2.6 KiB
Markdown
---
|
||
title: "Workflow Example: Book Chapter Development"
|
||
type: source
|
||
tags: []
|
||
date: 2026-04-25
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Agent/agency-agents/examples/workflow-book-chapter.md]]
|
||
|
||
## Summary(用中文描述)
|
||
- 核心主题:单 Agent 工作流——将粗糙的原始素材转化为结构化的第一人称章节草稿,包含明确的修订循环
|
||
- 问题域:作者拥有录音、碎片化笔记或战略要点,但缺乏完整的章节草稿
|
||
- 方法/机制:Book Co-Author Agent 接收原始素材,输出五部分结构化输出(目标、章节、编辑注释、反馈循环、下一步)
|
||
- 结论/价值:确保草稿保持作者个人声音、强化分类定位、暴露开放编辑决策,而非泛化的代笔
|
||
|
||
## Key Claims(用中文描述)
|
||
- Book Co-Author Agent 将原始素材转换为带编辑注释和下一步问题的版本化章节草稿
|
||
- 工作流目标不是泛化 ghostwriting,而是生产能强化分类定位、保卫作者声音、清晰暴露开放编辑决策的章节
|
||
- 输出必须以明确修订问题结尾,而非模糊的交接
|
||
|
||
## Key Quotes
|
||
> "The goal is not generic ghostwriting. The goal is to produce a chapter that strengthens category positioning, preserves the author's voice, and exposes open editorial decisions clearly." — 工作流设计目标
|
||
|
||
> "The output ends with explicit revision questions, not a vague handoff." — 质量标准
|
||
|
||
## Key Concepts
|
||
- [[BookCoAuthor]]:Book Co-Author Agent — 将原始素材转换为版本化章节草稿(含编辑注释和下一步问题)的单 Agent 角色
|
||
- [[SingleAgentWorkflow]]:单 Agent 工作流——使用单一专注 Agent 执行特定任务的聚焦式工作流
|
||
- [[EditorialRevisionLoop]]:编辑修订循环——通过明确的修订问题和反馈循环迭代改进输出的机制
|
||
- [[AuthorVoicePreservation]]:作者声音保持——确保 AI 生成内容忠实反映作者个人表达风格而非泛化模板语言
|
||
|
||
## Key Entities
|
||
- [[BookCoAuthor]]:Book Co-Author Agent — 本工作流的核心执行 Agent
|
||
|
||
## Connections
|
||
- [[workflow-startup-mvp]] ← related_to ← [[workflow-book-chapter]]
|
||
- [[agents-orchestrator]] ← extends ← [[BookCoAuthor]]
|
||
- [[contributing]] ← part_of ← [[TheAgency]]
|
||
|
||
## Contradictions
|
||
- 与泛化 ghostwriting 服务冲突:
|
||
- 冲突点:泛化 ghostwriting 生成通用内容;本工作流强调保持作者个人声音和定位
|
||
- 当前观点:AI 生成内容必须保持第一人称声音、依附来源材料或明确标记为假设
|
||
- 对方观点:专业写手可以完全替代作者完成写作,无需维持原始素材关联
|