LICENSE
MANIFEST.in
README.md
auraconfig.yaml
environment.yaml
pyproject.toml
requirements-local.txt
requirements.txt
src/aurarouter/__init__.py
src/aurarouter/__main__.py
src/aurarouter/_logging.py
src/aurarouter/cli.py
src/aurarouter/config.py
src/aurarouter/fabric.py
src/aurarouter/mcp_tools.py
src/aurarouter/routing.py
src/aurarouter/server.py
src/aurarouter/tuning.py
src/aurarouter.egg-info/PKG-INFO
src/aurarouter.egg-info/SOURCES.txt
src/aurarouter.egg-info/dependency_links.txt
src/aurarouter.egg-info/entry_points.txt
src/aurarouter.egg-info/requires.txt
src/aurarouter.egg-info/top_level.txt
src/aurarouter/auragrid/__init__.py
src/aurarouter/auragrid/config_loader.py
src/aurarouter/auragrid/discovery.py
src/aurarouter/auragrid/events.py
src/aurarouter/auragrid/lifecycle.py
src/aurarouter/auragrid/manifest.py
src/aurarouter/auragrid/mas_host.py
src/aurarouter/auragrid/model_storage.py
src/aurarouter/auragrid/services.py
src/aurarouter/gui/__init__.py
src/aurarouter/gui/_format.py
src/aurarouter/gui/app.py
src/aurarouter/gui/config_panel.py
src/aurarouter/gui/document_input.py
src/aurarouter/gui/download_dialog.py
src/aurarouter/gui/env_grid.py
src/aurarouter/gui/env_local.py
src/aurarouter/gui/environment.py
src/aurarouter/gui/grid_deployment_panel.py
src/aurarouter/gui/grid_status_panel.py
src/aurarouter/gui/main_window.py
src/aurarouter/gui/model_dialog.py
src/aurarouter/gui/models_panel.py
src/aurarouter/gui/privacy_tab.py
src/aurarouter/gui/routing_visualizer.py
src/aurarouter/gui/service_controller.py
src/aurarouter/gui/service_toolbar.py
src/aurarouter/gui/traffic_tab.py
src/aurarouter/installers/__init__.py
src/aurarouter/installers/claude_inst.py
src/aurarouter/installers/gemini.py
src/aurarouter/installers/registry.py
src/aurarouter/installers/template.py
src/aurarouter/models/__init__.py
src/aurarouter/models/downloader.py
src/aurarouter/models/file_storage.py
src/aurarouter/providers/__init__.py
src/aurarouter/providers/base.py
src/aurarouter/providers/claude.py
src/aurarouter/providers/google.py
src/aurarouter/providers/llamacpp.py
src/aurarouter/providers/llamacpp_server.py
src/aurarouter/providers/ollama.py
src/aurarouter/savings/__init__.py
src/aurarouter/savings/budget.py
src/aurarouter/savings/models.py
src/aurarouter/savings/pricing.py
src/aurarouter/savings/privacy.py
src/aurarouter/savings/triage.py
src/aurarouter/savings/usage_store.py
tests/test_auragrid_integration.py
tests/test_backwards_compat.py
tests/test_budget.py
tests/test_cli.py
tests/test_config.py
tests/test_config_nested_roles.py
tests/test_config_savings.py
tests/test_downloader.py
tests/test_fabric.py
tests/test_fabric_budget.py
tests/test_fabric_savings.py
tests/test_file_storage.py
tests/test_format.py
tests/test_installers.py
tests/test_logging.py
tests/test_mcp_tools.py
tests/test_models_panel.py
tests/test_pricing.py
tests/test_privacy.py
tests/test_privacy_tab.py
tests/test_routing.py
tests/test_savings_models.py
tests/test_server.py
tests/test_traffic_tab.py
tests/test_triage.py
tests/test_tuning.py
tests/test_usage_store.py