CHANGELOG.md
LICENSE
MANIFEST.in
README.md
ROADMAP.md
pyproject.toml
softgnn_advisor/__init__.py
softgnn_advisor/__main__.py
softgnn_advisor/cli.py
softgnn_advisor.egg-info/PKG-INFO
softgnn_advisor.egg-info/SOURCES.txt
softgnn_advisor.egg-info/dependency_links.txt
softgnn_advisor.egg-info/entry_points.txt
softgnn_advisor.egg-info/requires.txt
softgnn_advisor.egg-info/top_level.txt
softgnn_advisor/config/__init__.py
softgnn_advisor/config/settings.py
softgnn_advisor/core/change_provider.py
softgnn_advisor/core/developer_aliases.py
softgnn_advisor/core/file_filters.py
softgnn_advisor/core/impact_engine.py
softgnn_advisor/core/interfaces.py
softgnn_advisor/core/llm_provider.py
softgnn_advisor/core/llm_test_schema.py
softgnn_advisor/core/metadata_utils.py
softgnn_advisor/core/plan_cache.py
softgnn_advisor/core/pr_scanner.py
softgnn_advisor/core/test_generation_agent.py
softgnn_advisor/core/ai/__init__.py
softgnn_advisor/core/ai/gnn_architecture.py
softgnn_advisor/core/ai/predicter.py
softgnn_advisor/infrastructure/pipelines/__init__.py
softgnn_advisor/infrastructure/pipelines/ast_parser.py
softgnn_advisor/infrastructure/pipelines/contract_extractor.py
softgnn_advisor/infrastructure/pipelines/feature_encoder.py
softgnn_advisor/infrastructure/pipelines/git_parser.py
softgnn_advisor/infrastructure/pipelines/runtime_coverage_mapper.py
softgnn_advisor/infrastructure/pipelines/test_parser.py
softgnn_advisor/infrastructure/repositories/__init__.py
softgnn_advisor/infrastructure/repositories/feature_repo.py
softgnn_advisor/infrastructure/repositories/graph_repo.py
softgnn_advisor/infrastructure/repositories/model_repo.py
softgnn_advisor/scripts/etl_run.py
softgnn_advisor/scripts/train_model.py
tests/test_block_rollback.py
tests/test_change_provider.py
tests/test_llm_provider.py
tests/test_llm_test_schema.py
tests/test_plan_cache.py