Skip to content

Releases: KazKozDev/NovelGenerator

NovelGenerator v4.1 - Multi-Agent Architecture

07 Oct 23:32
2583145

Choose a tag to compare

NovelGenerator v4.1 - Multi-Agent Coordination System

🚀 Major Features

Three-Agent Architecture

  • Structure Agent: Creates narrative framework with embedded content slots
  • Character Agent: Fills slots with dialogue and character development
  • Scene Agent: Adds atmosphere and sensory details

Slot-Based Generation

  • Framework-first approach with [DIALOGUE_SLOT], [ACTION_SLOT], [DESCRIPTION_SLOT]
  • Synthesis agent integrates all specialist outputs
  • Automatic conflict resolution and transition generation

Quality Pipeline

  • Real-time validation for repetition, tone, content balance
  • Story Context Database tracks character states and plot threads
  • 6+ coordinated phases per chapter

UI Improvements

  • Apple-style design language
  • Updated "How to begin" section with 7 steps
  • Technical process documentation
  • Export formats: PDF, TXT, EPUB

📦 New Files

  • utils/agentCoordinator.ts - 3-agent coordination
  • utils/synthesisAgent.ts - Output integration
  • utils/promptRegistry.ts - Centralized prompts
  • utils/storyContextDatabase.ts - Persistent context
  • DATA_FLOW_AUDIT.md - Architecture documentation

🔧 Technical Changes

  • Upgraded from single-agent to multi-agent system
  • Implemented slot-based content generation
  • Added persistent story memory across chapters
  • Enhanced quality control with real-time checks

📊 Stats

  • 22 files changed
  • +7,180 insertions, -1,995 deletions