fabricatio_novel.workflows.novel

This module defines various workflows for novel generation, from full pipelines to granular steps.

Each workflow is designed for specific use cases: full generation, debugging, component regeneration, validation, etc.

Attributes

WriteNovelWorkflow

Generate a novel from outline and dump it to file.

DebugNovelWorkflow

Use this workflow to debug each stage of novel generation.

GenerateOnlyCharactersWorkflow

Useful for iterating on character design before full generation.

RewriteChaptersOnlyWorkflow

Use when you want to rewrite chapter prose without changing plot or characters.

ValidatedNovelWorkflow

ensures minimum chapters, word count, and compliance ratio.

RegenerateWithNewCharactersWorkflow

Use to explore how different character sets affect narrative outcomes.

DumpOnlyWorkflow

Use when Novel is pre-generated or loaded from DB/cache.

Module Contents

fabricatio_novel.workflows.novel.WriteNovelWorkflow

Generate a novel from outline and dump it to file.

fabricatio_novel.workflows.novel.DebugNovelWorkflow

Use this workflow to debug each stage of novel generation.

fabricatio_novel.workflows.novel.GenerateOnlyCharactersWorkflow

Useful for iterating on character design before full generation.

fabricatio_novel.workflows.novel.RewriteChaptersOnlyWorkflow

Use when you want to rewrite chapter prose without changing plot or characters.

fabricatio_novel.workflows.novel.ValidatedNovelWorkflow

ensures minimum chapters, word count, and compliance ratio.

Type:

Ideal for production

fabricatio_novel.workflows.novel.RegenerateWithNewCharactersWorkflow

Use to explore how different character sets affect narrative outcomes.

fabricatio_novel.workflows.novel.DumpOnlyWorkflow

Use when Novel is pre-generated or loaded from DB/cache.