#51 · Primary category: Writing & Content

ainovel-cli

agents ai ai-agents go llm novel openai

✨Multi-agent enables fully automatic AI novel generation

Project last updated:08/25/26

GitHub Stars

1.9K

Forks

386

Contributors

7

License

Apache-2.0

Why we included this project

Serialized and long-form fiction is one of the harder jobs to hand to an LLM, because the model has to keep hundreds of chapters straight. This command-line tool takes a one-sentence premise and runs it through to a finished novel, using a deterministic engine to decide when three writer agents act: an architect plans arcs and volumes, a writer produces chapters, and an editor checks each one against seven quality dimensions. Instead of outlining every chapter up front, it rolls out the plan in layers, and switches between full, sliding-window, and summarized context as the story stretches past 500 chapters. You can also approve chapters one at a time or drop revision notes in mid-run without pausing. Anyone building multi-agent pipelines for creative writing should find the architecture worth studying, because the hard part of this kind of tool is keeping the whole book coherent rather than producing any single chapter.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category