LICENSE
README.md
pyproject.toml
src/air/__init__.py
src/air/announcer.py
src/air/client.py
src/air/config.py
src/air/console.py
src/air/exceptions.py
src/air/models.py
src/air/context/__init__.py
src/air/context/base.py
src/air/context/memory.py
src/air/context/optimize.py
src/air/context/session.py
src/air/context/sqlite.py
src/air/events/__init__.py
src/air/providers/__init__.py
src/air/providers/base.py
src/air/providers/gemini.py
src/air/providers/groq.py
src/air/providers/openrouter.py
src/air/providers/xai.py
src/air/routing/__init__.py
src/air/routing/capabilities.py
src/air/routing/capacity.py
src/air/routing/fallback.py
src/air/routing/health.py
src/air/routing/intelligent.py
src/air/tts/__init__.py
src/air/tts/base.py
src/air/tts/system.py
src/air_router.egg-info/PKG-INFO
src/air_router.egg-info/SOURCES.txt
src/air_router.egg-info/dependency_links.txt
src/air_router.egg-info/requires.txt
src/air_router.egg-info/top_level.txt
tests/test_announcer.py
tests/test_client.py
tests/test_console.py
tests/test_context.py
tests/test_context_optimization.py
tests/test_events_api.py
tests/test_gemini_provider.py
tests/test_groq_provider.py
tests/test_health_capacity.py
tests/test_intelligent_routing.py
tests/test_openrouter_provider.py
tests/test_routing.py
tests/test_session_provider_override.py
tests/test_v1_audit_fixes.py
tests/test_windows_tts.py
tests/test_xai_provider.py