README.md
pyproject.toml
docgen_django.egg-info/PKG-INFO
docgen_django.egg-info/SOURCES.txt
docgen_django.egg-info/dependency_links.txt
docgen_django.egg-info/entry_points.txt
docgen_django.egg-info/requires.txt
docgen_django.egg-info/top_level.txt
src/__init__.py
src/cli/__init__.py
src/cli/config.py
src/cli/gateway_factory.py
src/cli/main.py
src/cli/setup_wizard.py
src/explainer/__init__.py
src/explainer/artifact_explainer.py
src/explainer/explainer_runner.py
src/fusion_and_pathfinding/__init__.py
src/fusion_and_pathfinding/app_discovery.py
src/fusion_and_pathfinding/app_manifest.py
src/fusion_and_pathfinding/clusterer.py
src/fusion_and_pathfinding/fuser.py
src/fusion_and_pathfinding/pathfinder.py
src/llm/__init__.py
src/llm/errors.py
src/llm/gateway.py
src/llm/providers.py
src/llm/retry_gateway.py
src/llm/schema.py
src/llm/adapters/__init__.py
src/llm/adapters/claude_adapter.py
src/llm/adapters/deepseek_adapter.py
src/llm/adapters/gemini_adapter.py
src/llm/adapters/local_adapter.py
src/llm/adapters/openai_adapter.py
src/narration/__init__.py
src/narration/deep_dive_orchestrator.py
src/narration/deep_dive_packager.py
src/narration/deep_dive_writer.py
src/narration/ir_packager.py
src/narration/orchestrator.py
src/narration/outline_agent.py
src/narration/outline_editor.py
src/narration/reviewer.py
src/narration/section_writer.py
src/pipeline/__init__.py
src/pipeline/checkpoint.py
src/pipeline/session.py
src/pipeline/store.py
src/query/__init__.py
src/query/answer_engine.py
src/query/cli_handlers.py
src/query/embedder.py
src/query/embedding_builder.py
src/query/qa_cache.py
src/query/retriever.py
src/query/vector_store.py
src/server/__init__.py
src/server/app.py
src/static_extractor/__init__.py
src/static_extractor/assembler.py
src/static_extractor/constants.py
src/static_extractor/directory_crawler.py
src/static_extractor/heuristics.py
src/static_extractor/ir_contract.py
src/static_extractor/linker.py
src/static_extractor/parser.py
src/static_extractor/runner.py
src/static_extractor/runner_debugger.py
src/ui/__init__.py
src/ui/context.py
src/ui/pretty_ui.py
src/utils/__init__.py
src/utils/telemetry.py
tests/test_answer_engine.py
tests/test_explainer.py
tests/test_retriever.py
tests/test_server.py