LICENSE
README.md
pyproject.toml
anvil_serving/__init__.py
anvil_serving/_aggregate_usage.py
anvil_serving/_role_split.py
anvil_serving/_sync.py
anvil_serving/benchmark.py
anvil_serving/benchmark_evidence.py
anvil_serving/cache_prune.py
anvil_serving/cli.py
anvil_serving/client_catalog_sync.py
anvil_serving/collectors.py
anvil_serving/config.py
anvil_serving/controller.py
anvil_serving/deploy.py
anvil_serving/doctor.py
anvil_serving/edge.py
anvil_serving/envfile.py
anvil_serving/eval.py
anvil_serving/events.py
anvil_serving/fleet.py
anvil_serving/gpu_sharing.py
anvil_serving/gpus.py
anvil_serving/graceful.py
anvil_serving/guard.py
anvil_serving/harness.py
anvil_serving/host.py
anvil_serving/init.py
anvil_serving/mcp.py
anvil_serving/model_controls.py
anvil_serving/models.py
anvil_serving/multiplexer.py
anvil_serving/operator_config.py
anvil_serving/operator_output.py
anvil_serving/paths.py
anvil_serving/preflight.py
anvil_serving/profile.py
anvil_serving/py.typed
anvil_serving/reservations.py
anvil_serving/routed_eval.py
anvil_serving/router_endpoint.py
anvil_serving/router_manage.py
anvil_serving/score.py
anvil_serving/serve_recipes.py
anvil_serving/serves.py
anvil_serving/targets.py
anvil_serving/topology.py
anvil_serving/topology_cli.py
anvil_serving/transports.py
anvil_serving/upgrade.py
anvil_serving/usage_logs.py
anvil_serving/voice_sidecar.py
anvil_serving/workbench.py
anvil_serving.egg-info/PKG-INFO
anvil_serving.egg-info/SOURCES.txt
anvil_serving.egg-info/dependency_links.txt
anvil_serving.egg-info/entry_points.txt
anvil_serving.egg-info/requires.txt
anvil_serving.egg-info/top_level.txt
anvil_serving/_benchmark_profiles/deep.json
anvil_serving/_benchmark_profiles/scout.json
anvil_serving/_benchmark_profiles/smoke.json
anvil_serving/_gpu_sharing_probe/docker-compose.yml
anvil_serving/_gpu_sharing_probe/gpu-sharing/inspect.cu
anvil_serving/_node/__init__.py
anvil_serving/_node/mcp_proxy.mjs
anvil_serving/_scaffold_templates/Dockerfile.comfyui
anvil_serving/_scaffold_templates/Dockerfile.omni-small
anvil_serving/_scaffold_templates/anvil-router.deepseek-pi.toml
anvil_serving/_scaffold_templates/anvil-router.live.toml
anvil_serving/_scaffold_templates/anvil-router.qwen35-rollback.toml
anvil_serving/_scaffold_templates/docker-compose.comfyui.yml
anvil_serving/_scaffold_templates/docker-compose.voice-audio.yml
anvil_serving/_scaffold_templates/docker-compose.voice-proxy.yml
anvil_serving/_scaffold_templates/docker-compose.workbench.yml
anvil_serving/_scaffold_templates/docker-compose.yml
anvil_serving/_scaffold_templates/env.example
anvil_serving/_scaffold_templates/example-docker.toml
anvil_serving/_scaffold_templates/example.toml
anvil_serving/_scaffold_templates/host.toml
anvil_serving/_scaffold_templates/install-comfyui-node.sh
anvil_serving/_scaffold_templates/operator-topology.toml
anvil_serving/_scaffold_templates/router.toml
anvil_serving/_scaffold_templates/serve-recipes.toml
anvil_serving/_scaffold_templates/serves.comfyui.toml
anvil_serving/_scaffold_templates/serves.toml
anvil_serving/_scaffold_templates/serves.voice.toml
anvil_serving/_scaffold_templates/voice.example.toml
anvil_serving/_scaffold_templates/voice.toml
anvil_serving/benchmarking/__init__.py
anvil_serving/benchmarking/agentic.py
anvil_serving/benchmarking/artifacts.py
anvil_serving/benchmarking/cli.py
anvil_serving/benchmarking/context.py
anvil_serving/benchmarking/evaluation.py
anvil_serving/benchmarking/evidence_reader.py
anvil_serving/benchmarking/harnesses.py
anvil_serving/benchmarking/jobs.py
anvil_serving/benchmarking/jobs_cli.py
anvil_serving/benchmarking/limits.py
anvil_serving/benchmarking/multimodal.py
anvil_serving/benchmarking/preflight.py
anvil_serving/benchmarking/profiles.py
anvil_serving/benchmarking/recipes.py
anvil_serving/benchmarking/requests.py
anvil_serving/benchmarking/runner.py
anvil_serving/benchmarking/specs.py
anvil_serving/benchmarking/suite_runner.py
anvil_serving/benchmarking/swe.py
anvil_serving/benchmarking/worker.py
anvil_serving/commands/__init__.py
anvil_serving/commands/common.py
anvil_serving/commands/control_plane.py
anvil_serving/commands/eval.py
anvil_serving/commands/family.py
anvil_serving/commands/fleet.py
anvil_serving/commands/harness.py
anvil_serving/commands/host.py
anvil_serving/commands/models.py
anvil_serving/commands/registry.py
anvil_serving/commands/router.py
anvil_serving/commands/serves.py
anvil_serving/commands/spec.py
anvil_serving/commands/voice.py
anvil_serving/control_plane/__init__.py
anvil_serving/control_plane/controller/__init__.py
anvil_serving/control_plane/controller/catalog.py
anvil_serving/control_plane/controller/cli.py
anvil_serving/control_plane/controller/errors.py
anvil_serving/control_plane/controller/http.py
anvil_serving/control_plane/controller/security.py
anvil_serving/control_plane/controller/server.py
anvil_serving/control_plane/controller/store.py
anvil_serving/control_plane/mcp/__init__.py
anvil_serving/control_plane/mcp/arguments.py
anvil_serving/control_plane/mcp/catalog.py
anvil_serving/control_plane/mcp/controller_client.py
anvil_serving/control_plane/mcp/errors.py
anvil_serving/control_plane/mcp/evidence.py
anvil_serving/control_plane/mcp/node_bridge.py
anvil_serving/control_plane/mcp/protocol.py
anvil_serving/control_plane/mcp/runtime.py
anvil_serving/control_plane/mcp/security.py
anvil_serving/control_plane/mcp/stdio.py
anvil_serving/control_plane/mcp/tools/__init__.py
anvil_serving/control_plane/mcp/tools/benchmarks.py
anvil_serving/control_plane/mcp/tools/external_benchmarks.py
anvil_serving/control_plane/mcp/tools/host.py
anvil_serving/control_plane/mcp/tools/models.py
anvil_serving/control_plane/mcp/tools/openclaw.py
anvil_serving/control_plane/mcp/tools/operations.py
anvil_serving/control_plane/mcp/tools/router.py
anvil_serving/control_plane/mcp/tools/serves.py
anvil_serving/control_plane/mcp/tools/voice.py
anvil_serving/control_plane/mcp/tools/workflow.py
anvil_serving/external_benchmarks/__init__.py
anvil_serving/external_benchmarks/cli.py
anvil_serving/external_benchmarks/compare.py
anvil_serving/external_benchmarks/normalize.py
anvil_serving/external_benchmarks/notebook.py
anvil_serving/external_benchmarks/schema.py
anvil_serving/external_benchmarks/store.py
anvil_serving/external_benchmarks/sources/__init__.py
anvil_serving/external_benchmarks/sources/base.py
anvil_serving/external_benchmarks/sources/llmrequirements.py
anvil_serving/external_benchmarks/sources/manual.py
anvil_serving/external_benchmarks/sources/millstone.py
anvil_serving/external_benchmarks/sources/rtx6kpro.py
anvil_serving/observability/__init__.py
anvil_serving/observability/api.py
anvil_serving/observability/macos_primitives.py
anvil_serving/observability/redaction.py
anvil_serving/observability/retention.py
anvil_serving/observability/schema.py
anvil_serving/observability/status.py
anvil_serving/observability/benchmark/__init__.py
anvil_serving/observability/benchmark/artifact.py
anvil_serving/observability/benchmark/overhead.py
anvil_serving/observability/benchmark/session.py
anvil_serving/observability/dashboard/__init__.py
anvil_serving/observability/dashboard/app.py
anvil_serving/observability/dashboard/history.py
anvil_serving/observability/dashboard/indicators.py
anvil_serving/observability/dashboard/timeseries.py
anvil_serving/observability/dashboard/static/__init__.py
anvil_serving/observability/dashboard/static/index.html
anvil_serving/observability/probes/__init__.py
anvil_serving/observability/probes/containers.py
anvil_serving/observability/probes/gpu_nvidia.py
anvil_serving/observability/probes/gpu_shared_memory.py
anvil_serving/observability/probes/macos_host.py
anvil_serving/observability/probes/remote_controller.py
anvil_serving/observability/probes/service_health.py
anvil_serving/observability/probes/windows_host.py
anvil_serving/observability/probes/wsl_docker.py
anvil_serving/router/__init__.py
anvil_serving/router/admission.py
anvil_serving/router/audio.py
anvil_serving/router/availability.py
anvil_serving/router/config.py
anvil_serving/router/decision_log.py
anvil_serving/router/discovery.py
anvil_serving/router/front_door.py
anvil_serving/router/internal.py
anvil_serving/router/media_admission.py
anvil_serving/router/model_capacity.py
anvil_serving/router/model_metadata.py
anvil_serving/router/purpose.py
anvil_serving/router/router_telemetry.py
anvil_serving/router/serve.py
anvil_serving/router/tier_health.py
anvil_serving/router/backends/__init__.py
anvil_serving/router/backends/relay.py
anvil_serving/router/backends/sse.py
anvil_serving/router/dialects/__init__.py
anvil_serving/router/dialects/anthropic.py
anvil_serving/router/dialects/embeddings.py
anvil_serving/router/dialects/openai.py
anvil_serving/router/dialects/responses.py
anvil_serving/router/dialects/translate.py
anvil_serving/voice/__init__.py
anvil_serving/voice/benchmark.py
anvil_serving/voice/bridge.py
anvil_serving/voice/cancel_scope.py
anvil_serving/voice/cli.py
anvil_serving/voice/config.py
anvil_serving/voice/corpus.py
anvil_serving/voice/messages.py
anvil_serving/voice/pipeline.py
anvil_serving/voice/realtime_service.py
anvil_serving/voice/stt_benchmark.py
anvil_serving/voice/connections/__init__.py
anvil_serving/voice/connections/local_audio.py
anvil_serving/voice/realtime/__init__.py
anvil_serving/voice/realtime/app.py
anvil_serving/voice/realtime/events.py
anvil_serving/voice/realtime/pool.py
anvil_serving/voice/realtime/service.py
anvil_serving/voice/realtime/ws.py
anvil_serving/voice/serves/__init__.py
anvil_serving/voice/serves/_common.py
anvil_serving/voice/serves/native.py
anvil_serving/voice/serves/proxy.py
anvil_serving/voice/serves/stt.py
anvil_serving/voice/serves/tts.py
anvil_serving/voice/stages/__init__.py
anvil_serving/voice/stages/base.py
anvil_serving/voice/stages/llm.py
anvil_serving/voice/stages/stt.py
anvil_serving/voice/stages/tts.py
anvil_serving/voice/stages/vad.py
tests/test_agentic_benchmark.py
tests/test_anvil_delivery_gate.py
tests/test_benchmark.py
tests/test_benchmark_artifact_integrity.py
tests/test_benchmark_context_evidence.py
tests/test_benchmark_docs_skill.py
tests/test_benchmark_evidence.py
tests/test_benchmark_evidence_reader.py
tests/test_benchmark_harnesses.py
tests/test_benchmark_jobs.py
tests/test_benchmark_preflight.py
tests/test_benchmark_profiles.py
tests/test_benchmark_request_auth.py
tests/test_benchmark_suite_runner.py
tests/test_benchmark_worker.py
tests/test_cache_reclaim_mcp.py
tests/test_cli.py
tests/test_cli_contract.py
tests/test_cli_reference_audit.py
tests/test_client_catalog_sync.py
tests/test_collectors.py
tests/test_command_tree.py
tests/test_compose_router.py
tests/test_container_runtime.py
tests/test_context_benchmark.py
tests/test_context_degradation.py
tests/test_controller.py
tests/test_controller_compose.py
tests/test_controller_token_normalization.py
tests/test_deploy.py
tests/test_dockerfile.py
tests/test_docs_command_invocations.py
tests/test_doctor.py
tests/test_edge.py
tests/test_envfile.py
tests/test_eval.py
tests/test_events.py
tests/test_fast_tier_promotion.py
tests/test_fleet_drift.py
tests/test_fleet_version.py
tests/test_gpu_sharing.py
tests/test_gpus.py
tests/test_graceful.py
tests/test_guard.py
tests/test_host.py
tests/test_huggingface_speech_to_speech_example.py
tests/test_init.py
tests/test_kernel_tuning_skill.py
tests/test_markdown_links.py
tests/test_mcp.py
tests/test_mcp_foundations.py
tests/test_mcp_node_bridge.py
tests/test_mcp_preflight_parity.py
tests/test_models.py
tests/test_modularization_architecture.py
tests/test_multimodal_benchmark.py
tests/test_multiplexer_drain.py
tests/test_openclaw_sync_anvil_voice.py
tests/test_operator_config.py
tests/test_operator_output.py
tests/test_pre_submit_contract.py
tests/test_preflight.py
tests/test_profile.py
tests/test_q36_manifest.py
tests/test_recipe_feasibility_skill.py
tests/test_recipe_gpu_override.py
tests/test_release_sweep_evidence.py
tests/test_remote_cli.py
tests/test_remote_controller_regressions.py
tests/test_reservations.py
tests/test_routed_eval.py
tests/test_router_endpoint.py
tests/test_router_fleet_status.py
tests/test_router_manage.py
tests/test_serve_groups.py
tests/test_serve_recipes.py
tests/test_serves.py
tests/test_serves_ensure_router.py
tests/test_serves_lint.py
tests/test_serves_manage.py
tests/test_serves_preflight_gate.py
tests/test_serves_profiles.py
tests/test_serves_promote_derive.py
tests/test_serves_rollback_check.py
tests/test_serves_up_for.py
tests/test_stt_benchmark_skill.py
tests/test_swe_benchmark.py
tests/test_targets.py
tests/test_topology.py
tests/test_topology_defaults.py
tests/test_transports.py
tests/test_upgrade.py
tests/test_voice_sidecar.py
tests/test_wheel_smoke.py
tests/test_workbench_cli.py