LICENSE
README.md
pyproject.toml
sc_router/__init__.py
sc_router/adapter.py
sc_router/agent.py
sc_router/bridge.py
sc_router/catalog.py
sc_router/classifier.py
sc_router/config.py
sc_router/cost.py
sc_router/decomposer.py
sc_router/executor.py
sc_router/features.py
sc_router/health.py
sc_router/patterns.py
sc_router/predictor.py
sc_router/router.py
sc_router/tracing.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/gateway/__init__.py
sc_router/gateway/app.py
sc_router/gateway/handlers.py
sc_router/integrations/__init__.py
sc_router/integrations/langchain.py
sc_router/integrations/mcp.py
sc_router/integrations/openai.py
tests/test_agent.py
tests/test_benchmark.py
tests/test_classifier.py
tests/test_config.py
tests/test_decomposer.py
tests/test_executor.py
tests/test_features.py
tests/test_gateway.py
tests/test_health.py
tests/test_integration.py
tests/test_router.py
tests/test_tracing.py