MANIFEST.in
README.md
cli.py
cli_agents.py
cli_autonomous.py
cli_config.py
cli_drafts.py
cli_logs.py
cli_memory.py
cli_pagination.py
cli_parallel.py
cli_performance.py
cli_proactive.py
cli_qa.py
cli_run.py
cli_setup.py
cli_summary.py
cli_templates.py
cli_templates_create.py
cli_verify.py
cli_version.py
cli_workflows.py
pyproject.toml
agents/__init__.py
agents/chapter_planner_agent.md
agents/character_agent.md
agents/continuity_agent.md
agents/discuss_agent.md
agents/editor_agent.md
agents/genre_agent.md
agents/humanizer_agent.md
agents/outline_agent.md
agents/summary_agent.md
agents/system.md
agents/template_agent.md
agents/test_agent.md
agents/world_agent.md
agents/writer_agent.md
agents/en/chapter_planner_agent.md
agents/en/character_agent.md
agents/en/continuity_agent.md
agents/en/discuss_agent.md
agents/en/editor_agent.md
agents/en/genre_agent.md
agents/en/humanizer_agent.md
agents/en/outline_agent.md
agents/en/summary_agent.md
agents/en/system.md
agents/en/template_agent.md
agents/en/test_agent.md
agents/en/world_agent.md
agents/en/writer_agent.md
agents/zh-CN/chapter_planner_agent.md
agents/zh-CN/character_agent.md
agents/zh-CN/continuity_agent.md
agents/zh-CN/discuss_agent.md
agents/zh-CN/editor_agent.md
agents/zh-CN/genre_agent.md
agents/zh-CN/humanizer_agent.md
agents/zh-CN/outline_agent.md
agents/zh-CN/summary_agent.md
agents/zh-CN/system.md
agents/zh-CN/template_agent.md
agents/zh-CN/test_agent.md
agents/zh-CN/world_agent.md
agents/zh-CN/writer_agent.md
api/__init__.py
api/app.py
api/models.py
api/tasks.py
api/websocket_manager.py
core/__init__.py
core/_version.py
core/agent.py
core/agent_executor.py
core/agent_loader.py
core/agent_queue.py
core/agent_registry.py
core/async_executor.py
core/autonomous_executor.py
core/background_checkpointer.py
core/benchmarking.py
core/cache_manager.py
core/chapter_paginator.py
core/chapter_regenerator.py
core/checkpoint_file_handler.py
core/checkpoint_manager.py
core/checkpoint_orchestrator.py
core/checkpoint_proposal.py
core/checkpoint_scheduler.py
core/circuit_breaker.py
core/confidence_calculator.py
core/context_assembly.py
core/context_bus.py
core/context_cache.py
core/context_compressor.py
core/context_schema.py
core/context_store.py
core/continuity_parser.py
core/cost_calculator.py
core/decision_processor.py
core/draft_manager.py
core/file_optimizer.py
core/fix_plan_generator.py
core/git_manager.py
core/human_checkpoint.py
core/hybrid_authority.py
core/interactive_qa_handler.py
core/language_config.py
core/llm_client.py
core/llm_optimizer.py
core/logger.py
core/memory_monitor.py
core/memory_profiler.py
core/model_registry.py
core/multi_chapter_manager.py
core/object_pool.py
core/optimizing_llm_client.py
core/orchestrator.py
core/orchestrator_agent_integration.py
core/parallel_executor.py
core/parallel_orchestrator.py
core/performance_profiler.py
core/performance_profiler_core.py
core/performance_profiler_types.py
core/phase_context_cache.py
core/phase_parallelizer.py
core/progress_tracker.py
core/quality_gate.py
core/quality_metrics.py
core/rewrite_loop.py
core/rollback_manager.py
core/run_logger.py
core/schema_versions.py
core/step_executor.py
core/storage.py
core/summary_manager.py
core/summary_store.py
core/template_loader.py
core/timeout_handler.py
core/token_estimator.py
core/token_tracker.py
core/validation_system.py
core/variable_resolver.py
core/verification_engine.py
core/version.py
core/version_comparator.py
core/workflow_executor.py
core/workflow_loader.py
core/suggestions/__init__.py
core/suggestions/knowledge_base.py
core/suggestions/learning_tracker.py
core/suggestions/models.py
core/suggestions/orchestrator.py
novelscribe.egg-info/PKG-INFO
novelscribe.egg-info/SOURCES.txt
novelscribe.egg-info/dependency_links.txt
novelscribe.egg-info/entry_points.txt
novelscribe.egg-info/requires.txt
novelscribe.egg-info/top_level.txt
tests/test_agent_executor_cost.py
tests/test_agent_executor_deprecation.py
tests/test_agent_loader_coverage.py
tests/test_agent_loader_extended.py
tests/test_agent_queue_coverage.py
tests/test_agent_queue_extended.py
tests/test_agent_registry_coverage.py
tests/test_agent_registry_extended.py
tests/test_agent_system.py
tests/test_alternative_comparison.py
tests/test_api.py
tests/test_api_checkpoints.py
tests/test_api_coverage.py
tests/test_api_models.py
tests/test_api_routers_streaming.py
tests/test_async_executor_coverage.py
tests/test_async_executor_extended.py
tests/test_auth.py
tests/test_auto_executor_gaps.py
tests/test_autonomous_executor.py
tests/test_autonomous_executor_coverage.py
tests/test_autonomous_executor_coverage_extended.py
tests/test_autonomous_executor_extra.py
tests/test_autonomous_executor_integration.py
tests/test_background_checkpointer.py
tests/test_background_checkpointer_extra.py
tests/test_benchmarking.py
tests/test_benchmarking_comprehensive.py
tests/test_benchmarking_coverage.py
tests/test_cache_manager_coverage.py
tests/test_cache_manager_extended.py
tests/test_chapter_paginator.py
tests/test_chapter_paginator_coverage.py
tests/test_chapter_paginator_extended.py
tests/test_chapter_regenerator.py
tests/test_checkpoint_end_to_end.py
tests/test_checkpoint_manager.py
tests/test_checkpoint_manager_extended.py
tests/test_checkpoint_orchestrator_extra.py
tests/test_checkpoint_system.py
tests/test_checkpoints_api.py
tests/test_checkpoints_api_extra.py
tests/test_circuit_breaker.py
tests/test_cli.py
tests/test_cli_agents.py
tests/test_cli_and_agents_extra.py
tests/test_cli_autonomous.py
tests/test_cli_autonomous_extra.py
tests/test_cli_config.py
tests/test_cli_coverage.py
tests/test_cli_drafts.py
tests/test_cli_drafts_coverage.py
tests/test_cli_integration.py
tests/test_cli_language.py
tests/test_cli_memory.py
tests/test_cli_memory_coverage.py
tests/test_cli_pagination.py
tests/test_cli_perf.py
tests/test_cli_perf_coverage.py
tests/test_cli_perf_stubs.py
tests/test_cli_run.py
tests/test_cli_run_coverage.py
tests/test_cli_setup.py
tests/test_cli_summary.py
tests/test_cli_summary_coverage.py
tests/test_cli_verify.py
tests/test_cli_version.py
tests/test_cli_version_coverage.py
tests/test_cli_workflows.py
tests/test_comprehensive_coverage.py
tests/test_confidence_calculation.py
tests/test_context_assembly.py
tests/test_context_bus.py
tests/test_context_bus_simple.py
tests/test_context_cache_comprehensive.py
tests/test_context_cache_extended.py
tests/test_context_cache_extra.py
tests/test_context_compressor.py
tests/test_context_compressor_extra.py
tests/test_context_schema.py
tests/test_context_store.py
tests/test_continuity_parser.py
tests/test_core_context_assembly.py
tests/test_core_context_compressor.py
tests/test_core_context_store.py
tests/test_core_interactive_qa_handler.py
tests/test_core_performance_profiler.py
tests/test_core_workflow_executor.py
tests/test_cost_calculator.py
tests/test_ctx_compressor_gaps.py
tests/test_decision_processor.py
tests/test_draft_manager.py
tests/test_error_handling.py
tests/test_file_optimizer_coverage.py
tests/test_fix_plan_generator.py
tests/test_git_manager.py
tests/test_human_checkpoint.py
tests/test_hybrid_mode.py
tests/test_interactive_qa.py
tests/test_knowledge_base.py
tests/test_language_config.py
tests/test_language_integration.py
tests/test_learning_tracker.py
tests/test_llm_client.py
tests/test_llm_client_comprehensive.py
tests/test_llm_client_coverage.py
tests/test_llm_client_extended.py
tests/test_llm_optimizer_coverage.py
tests/test_logger.py
tests/test_memory.py
tests/test_memory_monitor.py
tests/test_memory_profiler.py
tests/test_memory_profiler_comprehensive.py
tests/test_memory_profiler_coverage.py
tests/test_model_registry.py
tests/test_multi_chapter_manager.py
tests/test_multi_llm_client_circuits.py
tests/test_object_pool.py
tests/test_optimization_utils.py
tests/test_optimizing_llm_client.py
tests/test_orchestrator.py
tests/test_orchestrator_agent_integration.py
tests/test_orchestrator_comprehensive.py
tests/test_orchestrator_coverage.py
tests/test_orchestrator_extended.py
tests/test_packaging_regression.py
tests/test_pagination.py
tests/test_parallel.py
tests/test_parallel_executor_comprehensive.py
tests/test_parallel_executor_coverage.py
tests/test_parallel_orchestrator.py
tests/test_perf_profiler_core.py
tests/test_perf_profiler_facade.py
tests/test_perf_profiler_types.py
tests/test_performance.py
tests/test_performance_profiler_comprehensive.py
tests/test_performance_profiler_coverage.py
tests/test_phase_context_cache.py
tests/test_phase_parallelizer.py
tests/test_progress_tracker.py
tests/test_quality_gate.py
tests/test_quality_gate_coverage.py
tests/test_quality_gate_persistence.py
tests/test_quality_metrics.py
tests/test_rate_limit.py
tests/test_rewrite_loop_extended.py
tests/test_rollback_manager.py
tests/test_router_advanced_coverage.py
tests/test_router_coverage_extended.py
tests/test_router_final_coverage.py
tests/test_router_logs.py
tests/test_router_logs_coverage.py
tests/test_router_logs_integration.py
tests/test_router_logs_parameterized.py
tests/test_router_logs_performance.py
tests/test_router_missing_coverage.py
tests/test_router_streaming.py
tests/test_router_streaming_coverage.py
tests/test_router_streaming_integration.py
tests/test_router_streaming_parameterized.py
tests/test_router_streaming_performance.py
tests/test_router_targeted_coverage.py
tests/test_run_logger.py
tests/test_schema_versions.py
tests/test_setup_wizard.py
tests/test_step_executor.py
tests/test_step_executor_comprehensive.py
tests/test_step_executor_coverage.py
tests/test_storage.py
tests/test_storage_comprehensive.py
tests/test_storage_coverage.py
tests/test_storage_models.py
tests/test_suggestion_models.py
tests/test_summary.py
tests/test_summary_manager.py
tests/test_summary_store_comprehensive.py
tests/test_summary_store_targets.py
tests/test_tasks.py
tests/test_template_loader.py
tests/test_timeout_handling.py
tests/test_token_tracker.py
tests/test_validation_system.py
tests/test_variable_resolver.py
tests/test_verification_engine.py
tests/test_verification_engine_extended.py
tests/test_version.py
tests/test_version_comparator.py
tests/test_version_comparator_coverage.py
tests/test_version_comprehensive.py
tests/test_version_extended.py
tests/test_websocket.py
tests/test_websocket_manager.py
tests/test_workflow_engine.py
tests/test_workflow_executor.py
tests/test_workflow_executor_coverage.py
tests/test_workflow_loader.py
workflows/__init__.py
workflows/autonomous.yaml
workflows/chapter_plan_phase.yaml
workflows/character_phase.yaml
workflows/continuity_phase.yaml
workflows/new_novel.yaml
workflows/outline_phase.yaml
workflows/verification_phase.yaml
workflows/worldbuilding_phase.yaml
workflows/writing_phase.yaml