LICENSE
README.md
pyproject.toml
src/router_brain/__init__.py
src/router_brain/__main__.py
src/router_brain/classifier.py
src/router_brain/cli.py
src/router_brain/config.py
src/router_brain/credentials.py
src/router_brain/dashboard.py
src/router_brain/degrade.py
src/router_brain/executor.py
src/router_brain/live.py
src/router_brain/llm_api.py
src/router_brain/logger.py
src/router_brain/models.py
src/router_brain/openrouter_sync.py
src/router_brain/provider_catalog.py
src/router_brain/router.py
src/router_brain.egg-info/PKG-INFO
src/router_brain.egg-info/SOURCES.txt
src/router_brain.egg-info/dependency_links.txt
src/router_brain.egg-info/entry_points.txt
src/router_brain.egg-info/requires.txt
src/router_brain.egg-info/top_level.txt
tests/test_classifier.py
tests/test_credentials.py
tests/test_degrade.py
tests/test_executor_plan.py
tests/test_router.py