LICENSE
LICENSE.upstream
README.md
pyproject.toml
aix_route/__init__.py
aix_route/py.typed
aix_route.egg-info/PKG-INFO
aix_route.egg-info/SOURCES.txt
aix_route.egg-info/dependency_links.txt
aix_route.egg-info/entry_points.txt
aix_route.egg-info/requires.txt
aix_route.egg-info/top_level.txt
src/__init__.py
src/analysis.py
src/calibrate.py
src/cli.py
src/config.py
src/policy.py
src/py.typed
src/runners.py
src/estimators/__init__.py
src/estimators/depth_estimator.py
src/estimators/task_classifier.py
src/metrics/__init__.py
src/metrics/sfe.py
src/metrics/ssj.py
src/metrics/statistics.py
src/models/__init__.py
src/models/anthropic_models.py
src/models/base.py
src/models/deepseek_models.py
src/models/gemini_models.py
src/models/groq_models.py
src/models/local_models.py
src/models/ollama_models.py
src/models/openai_compatible.py
src/models/openai_models.py
src/models/together_models.py
src/tasks/__init__.py
src/tasks/arithmetic.py
src/tasks/base.py
src/tasks/fsa.py
src/tasks/permutation.py
src/training/__init__.py
src/training/finetune.py
tests/test_aix_route_alias.py
tests/test_analysis.py
tests/test_calibrate.py
tests/test_estimators.py
tests/test_explorer_sync.py
tests/test_metrics.py
tests/test_models.py
tests/test_policy.py
tests/test_policy_extras.py
tests/test_policy_snapshot.py
tests/test_quick_benchmark.py
tests/test_smoke.py
tests/test_tasks.py