LICENSE
README.md
pyproject.toml
src/local_llm_router/__init__.py
src/local_llm_router/__main__.py
src/local_llm_router/advice.py
src/local_llm_router/benchmark.py
src/local_llm_router/cli.py
src/local_llm_router/community_picks.py
src/local_llm_router/compare.py
src/local_llm_router/complexity.py
src/local_llm_router/discovery.py
src/local_llm_router/hints.py
src/local_llm_router/local_models.py
src/local_llm_router/model_guide.py
src/local_llm_router/model_registry.py
src/local_llm_router/models.py
src/local_llm_router/ollama_errors.py
src/local_llm_router/ollama_generate.py
src/local_llm_router/poc_models.py
src/local_llm_router/presets.py
src/local_llm_router/quantization.py
src/local_llm_router/requirements.py
src/local_llm_router/routing.py
src/local_llm_router/session.py
src/local_llm_router/setup_wizard.py
src/local_llm_router/stack_health.py
src/local_llm_router/startup_tips.py
src/local_llm_router/tiering.py
src/local_llm_router/validation.py
src/local_llm_router.egg-info/PKG-INFO
src/local_llm_router.egg-info/SOURCES.txt
src/local_llm_router.egg-info/dependency_links.txt
src/local_llm_router.egg-info/entry_points.txt
src/local_llm_router.egg-info/requires.txt
src/local_llm_router.egg-info/top_level.txt
src/split_stack/__init__.py
tests/test_advice.py
tests/test_benchmark.py
tests/test_benchmark_cli.py
tests/test_cli.py
tests/test_community_picks.py
tests/test_compare.py
tests/test_complexity.py
tests/test_discovery_audit.py
tests/test_explain.py
tests/test_hints.py
tests/test_model_guide.py
tests/test_model_registry.py
tests/test_presets.py
tests/test_quantization.py
tests/test_quickstart.py
tests/test_requirements.py
tests/test_routing.py
tests/test_session.py
tests/test_setup.py
tests/test_setup_cli.py
tests/test_stack_health.py
tests/test_startup_tips.py
tests/test_tiering.py