LICENSE
README.md
pyproject.toml
src/vramscout/__init__.py
src/vramscout/calibration.py
src/vramscout/cli.py
src/vramscout/component_registry.py
src/vramscout/components.py
src/vramscout/engine.py
src/vramscout/gpu.py
src/vramscout/log_parser.py
src/vramscout/memory.py
src/vramscout/model.py
src/vramscout/modern_cli.py
src/vramscout/modern_core.py
src/vramscout/modern_v06.py
src/vramscout/modern_v07.py
src/vramscout/planner.py
src/vramscout/profile_fixups.py
src/vramscout/types.py
src/vramscout.egg-info/PKG-INFO
src/vramscout.egg-info/SOURCES.txt
src/vramscout.egg-info/dependency_links.txt
src/vramscout.egg-info/entry_points.txt
src/vramscout.egg-info/requires.txt
src/vramscout.egg-info/top_level.txt
tests/test_calibration.py
tests/test_components_v07.py
tests/test_current_families_v06.py
tests/test_deepseek_v4.py
tests/test_engine.py
tests/test_glm52.py
tests/test_gpu.py
tests/test_kimi.py
tests/test_log_parser.py
tests/test_memory.py
tests/test_minimax_m27.py
tests/test_model.py
tests/test_modern_v07.py
tests/test_parallel.py
tests/test_planner.py
tests/test_qwen38.py