LICENSE
README.md
pyproject.toml
openmux/__init__.py
openmux.egg-info/PKG-INFO
openmux.egg-info/SOURCES.txt
openmux.egg-info/dependency_links.txt
openmux.egg-info/entry_points.txt
openmux.egg-info/requires.txt
openmux.egg-info/top_level.txt
openmux/classifier/__init__.py
openmux/classifier/classifier.py
openmux/classifier/task_types.py
openmux/cli/__init__.py
openmux/cli/main.py
openmux/core/__init__.py
openmux/core/combiner.py
openmux/core/fallback.py
openmux/core/orchestrator.py
openmux/core/router.py
openmux/core/selector.py
openmux/providers/__init__.py
openmux/providers/base.py
openmux/providers/huggingface.py
openmux/providers/ollama.py
openmux/providers/openrouter.py
openmux/providers/registry.py
openmux/utils/__init__.py
openmux/utils/config.py
openmux/utils/exceptions.py
openmux/utils/logging.py
tests/conftest.py
tests/test_openrouter.py
tests/benchmarks/test_performance.py
tests/integration/test_end_to_end.py
tests/integration/test_live_api.py
tests/integration/test_openrouter_live.py
tests/integration/test_orchestrator_mock.py
tests/unit/test_classifier.py
tests/unit/test_cli.py
tests/unit/test_exceptions.py
tests/unit/test_failover.py
tests/unit/test_health_checks.py
tests/unit/test_orchestrator.py