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/ipc.py
src/aurarouter/mcp_tools.py
src/aurarouter/routing.py
src/aurarouter/semantic_verbs.py
src/aurarouter/server.py
src/aurarouter/singleton.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/bin/linux-x64/llama-server
src/aurarouter/bin/macos-x64/libggml-base.0.9.7.dylib
src/aurarouter/bin/macos-x64/libggml-blas.0.9.7.dylib
src/aurarouter/bin/macos-x64/libggml-cpu.0.9.7.dylib
src/aurarouter/bin/macos-x64/libggml-rpc.0.9.7.dylib
src/aurarouter/bin/macos-x64/libggml.0.9.7.dylib
src/aurarouter/bin/macos-x64/libllama.0.0.8156.dylib
src/aurarouter/bin/macos-x64/libmtmd.0.0.8156.dylib
src/aurarouter/bin/macos-x64/llama-server
src/aurarouter/bin/win-x64/ggml-base.dll
src/aurarouter/bin/win-x64/ggml-cpu-alderlake.dll
src/aurarouter/bin/win-x64/ggml-cpu-cannonlake.dll
src/aurarouter/bin/win-x64/ggml-cpu-cascadelake.dll
src/aurarouter/bin/win-x64/ggml-cpu-cooperlake.dll
src/aurarouter/bin/win-x64/ggml-cpu-haswell.dll
src/aurarouter/bin/win-x64/ggml-cpu-icelake.dll
src/aurarouter/bin/win-x64/ggml-cpu-ivybridge.dll
src/aurarouter/bin/win-x64/ggml-cpu-piledriver.dll
src/aurarouter/bin/win-x64/ggml-cpu-sandybridge.dll
src/aurarouter/bin/win-x64/ggml-cpu-sapphirerapids.dll
src/aurarouter/bin/win-x64/ggml-cpu-skylakex.dll
src/aurarouter/bin/win-x64/ggml-cpu-sse42.dll
src/aurarouter/bin/win-x64/ggml-cpu-x64.dll
src/aurarouter/bin/win-x64/ggml-cpu-zen4.dll
src/aurarouter/bin/win-x64/ggml-rpc.dll
src/aurarouter/bin/win-x64/ggml.dll
src/aurarouter/bin/win-x64/libomp140.x86_64.dll
src/aurarouter/bin/win-x64/llama-batched-bench.exe
src/aurarouter/bin/win-x64/llama-bench.exe
src/aurarouter/bin/win-x64/llama-cli.exe
src/aurarouter/bin/win-x64/llama-completion.exe
src/aurarouter/bin/win-x64/llama-fit-params.exe
src/aurarouter/bin/win-x64/llama-gemma3-cli.exe
src/aurarouter/bin/win-x64/llama-gguf-split.exe
src/aurarouter/bin/win-x64/llama-imatrix.exe
src/aurarouter/bin/win-x64/llama-llava-cli.exe
src/aurarouter/bin/win-x64/llama-minicpmv-cli.exe
src/aurarouter/bin/win-x64/llama-mtmd-cli.exe
src/aurarouter/bin/win-x64/llama-perplexity.exe
src/aurarouter/bin/win-x64/llama-quantize.exe
src/aurarouter/bin/win-x64/llama-qwen2vl-cli.exe
src/aurarouter/bin/win-x64/llama-server.exe
src/aurarouter/bin/win-x64/llama-tokenize.exe
src/aurarouter/bin/win-x64/llama-tts.exe
src/aurarouter/bin/win-x64/llama.dll
src/aurarouter/bin/win-x64/mtmd.dll
src/aurarouter/bin/win-x64/rpc-server.exe
src/aurarouter/gui/__init__.py
src/aurarouter/gui/_format.py
src/aurarouter/gui/app.py
src/aurarouter/gui/config_panel.py
src/aurarouter/gui/dag_visualizer.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/execution_trace.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/mcp_client/__init__.py
src/aurarouter/mcp_client/client.py
src/aurarouter/mcp_client/registry.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/providers/openapi.py
src/aurarouter/runtime/__init__.py
src/aurarouter/runtime/binary_manager.py
src/aurarouter/runtime/server_process.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
src/aurarouter/sessions/__init__.py
src/aurarouter/sessions/gisting.py
src/aurarouter/sessions/manager.py
src/aurarouter/sessions/models.py
src/aurarouter/sessions/store.py
tests/test_asset_lifecycle.py
tests/test_auragrid_integration.py
tests/test_backwards_compat.py
tests/test_base_provider_ext.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_dag_visualizer.py
tests/test_downloader.py
tests/test_execution_trace.py
tests/test_fabric.py
tests/test_fabric_advisors.py
tests/test_fabric_budget.py
tests/test_fabric_savings.py
tests/test_fabric_timeout.py
tests/test_file_storage.py
tests/test_format.py
tests/test_generate_result_ext.py
tests/test_health_check_states.py
tests/test_hosting_tier_integration.py
tests/test_inference_worker_review.py
tests/test_installers.py
tests/test_ipc.py
tests/test_logging.py
tests/test_mcp_tools.py
tests/test_models_panel.py
tests/test_pipeline_integration.py
tests/test_pricing.py
tests/test_privacy.py
tests/test_privacy_tab.py
tests/test_review_loop.py
tests/test_reviewer_schema.py
tests/test_routing.py
tests/test_savings_models.py
tests/test_semantic_verbs.py
tests/test_server.py
tests/test_sessions_integration.py
tests/test_singleton.py
tests/test_tool_namespace.py
tests/test_traffic_tab.py
tests/test_triage.py
tests/test_tuning.py
tests/test_usage_store.py