# Autonovel

> 仓库地址：https://github.com/NousResearch/autonovel
> 作者/组织：Nous Research
> 成熟度：experimental
> 分析日期：2026-04-15

## 一句话总结
Autonovel 是一个全自动长篇小说生成系统，从概念到出版级 PDF/ePub/有声书，全流程由 AI agent 协调完成。

## 项目定位与架构
Autonovel 解决的核心问题是：如何让 AI 生成**连贯、高质量的超长文本**（80,000-100,000+ 字）。这不是简单的 prompt → 输出，而是一个多层级、多阶段的 pipeline。

架构上分为五个互连层：voice guidelines（文风）、worldbuilding（世界观）、character development（角色）、plot structure（情节）和 prose（正文）。变更在层间双向级联——修改角色设定会影响正文，正文反馈也会修正上层设定。

技术实现基于 27 个 Python 脚本，横跨 foundation、drafting、evaluation、revision、art generation 和 orchestration 六大模块，集成 Anthropic（写作/评估）、fal.ai（插画）和 ElevenLabs（语音）。

## 关键技术特性
- **Four-phase Pipeline**：foundation → chapter drafting with gates → iterative revision → multi-format export
- **Dual Quality Control**：机械扫描（禁词/cliché/prose pattern）+ LLM judging（质量/文风一致性/角色区分度）
- **Adversarial Editing**：对抗式编辑 + reader panel 反馈 + dual-persona expert review 循环直到质量收敛
- **Multi-format Output**：print-ready PDF、ePub、audiobook、landing page 一站生成

## 设计亮点与创新
双向级联的五层架构是核心创新——它模拟了人类作家在写作过程中"上下文互相修正"的认知过程。adversarial editing 机制确保不会陷入 AI 自我满足的质量陷阱。首部作品 *The Second Son of the House of Bells* 经历 6 轮自动修订 + 6 轮专家审阅，证明了 pipeline 的有效性。

## 局限性与风险
- 依赖多个付费 API（Anthropic、fal.ai、ElevenLabs），生成一本完整小说成本较高
- 尚属 experimental 阶段，输出质量仍需人工校对
- 文风可能趋同，长期使用需防止"AI 味"积累

## 与生态系统的关联
展示了 Hermes 生态在**创意内容生产**方向的探索。虽然不直接依赖 Hermes Agent 运行时，但共享 Nous Research 的 AI 编排理念，未来可能作为 Hermes 的 creative writing skill 集成。
