LICENSE
README.md
pyproject.toml
src/canirunllm/__init__.py
src/canirunllm/cli.py
src/canirunllm/scanner.py
src/canirunllm.egg-info/PKG-INFO
src/canirunllm.egg-info/SOURCES.txt
src/canirunllm.egg-info/dependency_links.txt
src/canirunllm.egg-info/entry_points.txt
src/canirunllm.egg-info/requires.txt
src/canirunllm.egg-info/top_level.txt
src/canirunllm/api/__init__.py
src/canirunllm/api/presentation.py
src/canirunllm/api/schemas.py
src/canirunllm/api/server.py
src/canirunllm/application/__init__.py
src/canirunllm/application/scanner_service.py
src/canirunllm/compatibility/__init__.py
src/canirunllm/compatibility/confidence.py
src/canirunllm/compatibility/config.py
src/canirunllm/compatibility/decision.py
src/canirunllm/compatibility/engine.py
src/canirunllm/compatibility/kv_cache.py
src/canirunllm/compatibility/memory.py
src/canirunllm/compatibility/memory_planner.py
src/canirunllm/compatibility/requirements.py
src/canirunllm/compatibility/runtime.py
src/canirunllm/compatibility/verdict.py
src/canirunllm/hardware/__init__.py
src/canirunllm/hardware/cpu.py
src/canirunllm/hardware/gpu.py
src/canirunllm/hardware/memory.py
src/canirunllm/hardware/os.py
src/canirunllm/hardware/scanner.py
src/canirunllm/models/__init__.py
src/canirunllm/models/hardware.py
src/canirunllm/models/model.py
src/canirunllm/models/resolver.py
src/canirunllm/models/results.py
src/canirunllm/performance/__init__.py
src/canirunllm/performance/prediction.py
src/canirunllm/recommendation/__init__.py
src/canirunllm/recommendation/engine.py
src/canirunllm/recommendation/profiles.py
src/canirunllm/recommendation/results.py
src/canirunllm/recommendation/scoring.py
src/canirunllm/recommendation/tier.py
src/canirunllm/registry/__init__.py
src/canirunllm/registry/models.json
src/canirunllm/registry/models.py
src/canirunllm/web/__init__.py
src/canirunllm/web/launcher.py
src/canirunllm/web/static/app.js
src/canirunllm/web/static/style.css
src/canirunllm/web/templates/index.html
tests/test_api.py
tests/test_compatibility.py
tests/test_confidence.py
tests/test_decision.py
tests/test_hardware.py
tests/test_kv_cache.py
tests/test_memory.py
tests/test_memory_planner.py
tests/test_memory_strategy.py
tests/test_model.py
tests/test_performance_prediction.py
tests/test_presentation.py
tests/test_recommendation.py
tests/test_recommendation_engine.py
tests/test_registry.py
tests/test_requirements.py
tests/test_resolver.py
tests/test_results.py
tests/test_runtime_capabilities.py
tests/test_scanner_service.py
tests/test_web_launcher.py