LICENSE
README.md
pyproject.toml
sc_router/__init__.py
sc_router/adapter.py
sc_router/bridge.py
sc_router/catalog.py
sc_router/classifier.py
sc_router/cost.py
sc_router/decomposer.py
sc_router/features.py
sc_router/patterns.py
sc_router/predictor.py
sc_router/router.py
sc_router.egg-info/PKG-INFO
sc_router.egg-info/SOURCES.txt
sc_router.egg-info/dependency_links.txt
sc_router.egg-info/requires.txt
sc_router.egg-info/top_level.txt
sc_router/integrations/__init__.py
sc_router/integrations/langchain.py
sc_router/integrations/mcp.py
sc_router/integrations/openai.py
tests/test_classifier.py
tests/test_decomposer.py
tests/test_features.py
tests/test_router.py