.gitignore
LICENSE
MANIFEST.in
README.md
config.yaml.example
pyproject.toml
requirements.txt
autodg/__init__.py
autodg/main.py
autodg.egg-info/PKG-INFO
autodg.egg-info/SOURCES.txt
autodg.egg-info/dependency_links.txt
autodg.egg-info/entry_points.txt
autodg.egg-info/requires.txt
autodg.egg-info/top_level.txt
autodg/modules/core/ast_parser.py
autodg/modules/core/call_graph.py
autodg/modules/core/config.py
autodg/modules/core/db_detector.py
autodg/modules/core/indexer.py
autodg/modules/core/llm.py
autodg/modules/core/mermaid.py
autodg/modules/core/models.py
autodg/modules/core/progress.py
autodg/modules/core/scanner.py
autodg/modules/core/utils.py
autodg/modules/core/llm_providers/__init__.py
autodg/modules/core/llm_providers/claude.py
autodg/modules/core/llm_providers/gemini.py
autodg/modules/core/llm_providers/ollama.py
autodg/modules/core/llm_providers/openai_provider.py
autodg/modules/frameworks/django_analyzer.py
autodg/modules/frameworks/drf_analyzer.py
autodg/modules/frameworks/fastapi_analyzer.py
autodg/modules/frameworks/flask_analyzer.py
autodg/modules/orchestration/dispatcher.py
autodg/modules/orchestration/resolver.py
autodg/modules/output/write_files.py