LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
api/main.py
assets/cli_snap.png
assets/dashboard.png
assets/logo.jpg
fluxrouter/__init__.py
fluxrouter/cli.py
fluxrouter/config.py
fluxrouter.egg-info/PKG-INFO
fluxrouter.egg-info/SOURCES.txt
fluxrouter.egg-info/dependency_links.txt
fluxrouter.egg-info/entry_points.txt
fluxrouter.egg-info/requires.txt
fluxrouter.egg-info/top_level.txt
router/__init__.py
router/adapters/__init__.py
router/adapters/groq_adapter.py
router/cascade/__init__.py
router/cascade/controller.py
router/classifier/__init__.py
router/classifier/complexity.py
router/orchestrator/__init__.py
router/orchestrator/agent.py
router/policies/__init__.py
router/registry/__init__.py
static/index.html
static/logo.jpg
tests/test_cascade.py
tests/test_classifier.py
tests/test_classifier_eval.py
tests/test_cli.py
tests/test_orchestrator.py
tests/test_sdk.py