CHANGELOG.md
LICENSE
MANIFEST.in
README.md
config.yaml
pyproject.toml
requirements.txt
aetherroute/__init__.py
aetherroute/config.py
aetherroute/orchestrator.py
aetherroute/py.typed
aetherroute.egg-info/PKG-INFO
aetherroute.egg-info/SOURCES.txt
aetherroute.egg-info/dependency_links.txt
aetherroute.egg-info/entry_points.txt
aetherroute.egg-info/requires.txt
aetherroute.egg-info/top_level.txt
aetherroute/adapters/__init__.py
aetherroute/adapters/prompt.py
aetherroute/adapters/token_counter.py
aetherroute/cache/__init__.py
aetherroute/cache/semantic.py
aetherroute/context/__init__.py
aetherroute/context/curator.py
aetherroute/cost/__init__.py
aetherroute/cost/governor.py
aetherroute/observability/__init__.py
aetherroute/observability/dashboard.py
aetherroute/observability/logger.py
aetherroute/observability/report.py
aetherroute/providers/__init__.py
aetherroute/providers/anthropic.py
aetherroute/providers/base.py
aetherroute/providers/mistral.py
aetherroute/providers/ollama.py
aetherroute/providers/openai.py
aetherroute/providers/registry.py
aetherroute/router/__init__.py
aetherroute/router/classifier.py
aetherroute/router/engine.py
aetherroute/security/__init__.py
aetherroute/security/permission.py
aetherroute/security/sanitizer.py
aetherroute/validation/__init__.py
aetherroute/validation/consistency.py
aetherroute/validation/validator.py
tests/test_aetherroute.py