MANIFEST.in
README.md
build_support.py
pyproject.toml
requirements.txt
setup.py
cli/__init__.py
cli/algorithms.py
cli/bootstrap.py
cli/builtin_recipes.py
cli/catalog_provider_projection.py
cli/chat_client.py
cli/config_contract.py
cli/config_generator.py
cli/config_import.py
cli/config_migration.py
cli/config_migration_catalog.py
cli/config_migration_global.py
cli/config_migration_model_runtime.py
cli/config_translator.py
cli/config_yaml.py
cli/consts.py
cli/container_backend.py
cli/container_cli.py
cli/container_data_network.py
cli/container_gpu_isolation.py
cli/container_images.py
cli/container_log_io.py
cli/container_log_spool.py
cli/container_management_listener.py
cli/container_mounts.py
cli/container_observability.py
cli/container_openclaw_support.py
cli/container_run_command.py
cli/container_runtime.py
cli/container_services.py
cli/container_start.py
cli/container_start_paths.py
cli/container_start_runner.py
cli/container_support_services.py
cli/context_bands.py
cli/core.py
cli/deployment_backend.py
cli/envoy_backend_pool.py
cli/evaluation_deployment_snapshot.py
cli/evaluation_runtime_env.py
cli/goyaml_scalars.py
cli/k8s_backend.py
cli/k8s_env_secret.py
cli/logo.py
cli/main.py
cli/managed_storage_detection.py
cli/model_bundle.py
cli/model_catalog.py
cli/model_catalog_export.py
cli/model_catalog_types.py
cli/model_catalog_validation.py
cli/models.py
cli/parser.py
cli/recipe_activation_recovery.py
cli/recipe_activation_recovery_io.py
cli/recipe_activation_transaction.py
cli/recipe_directory.py
cli/recipe_package.py
cli/recipe_topology_clone.py
cli/recipe_topology_contract.py
cli/recipe_topology_host_options.py
cli/recipe_topology_reconcile.py
cli/recipe_topology_reconcile_io.py
cli/recipe_topology_storage.py
cli/router_management_client.py
cli/runtime_config_coordination.py
cli/runtime_config_lock.py
cli/runtime_env_names.py
cli/runtime_lifecycle.py
cli/runtime_lifecycle_lock.py
cli/runtime_management_config.py
cli/runtime_service_status.py
cli/runtime_stack.py
cli/runtime_topology.py
cli/service_defaults.py
cli/storage_backends.py
cli/storage_secrets.py
cli/terminal.py
cli/url_display.py
cli/utils.py
cli/validation_error.py
cli/validator.py
cli/validator_classifier.py
cli/validator_latency.py
cli/validator_model_runtime.py
cli/validator_models.py
cli/validator_projection_embedding.py
cli/validator_prompt.py
cli/validator_reasoning.py
cli/validator_recipe_contracts.py
cli/validator_signal_references.py
cli/validator_workflows.py
cli/commands/__init__.py
cli/commands/benchmark.py
cli/commands/chat.py
cli/commands/common.py
cli/commands/completion.py
cli/commands/config.py
cli/commands/config_management.py
cli/commands/eval_rendering.py
cli/commands/general.py
cli/commands/optimize.py
cli/commands/recipe.py
cli/commands/recipe_builtin.py
cli/commands/recipe_learning.py
cli/commands/recipe_learning_artifacts.py
cli/commands/recipe_learning_findings.py
cli/commands/recipe_learning_metrics.py
cli/commands/request.py
cli/commands/route.py
cli/commands/route_probe.py
cli/commands/runtime.py
cli/commands/runtime_config_mutation.py
cli/commands/runtime_help.py
cli/commands/runtime_kb.py
cli/commands/runtime_looper.py
cli/commands/runtime_management_credentials.py
cli/commands/runtime_materialize.py
cli/commands/runtime_observability.py
cli/commands/runtime_paths.py
cli/commands/runtime_serve_config.py
cli/commands/runtime_support.py
cli/commands/storage.py
cli/commands/validate.py
cli/commands/vector_stores.py
cli/config_schema/__init__.py
cli/config_schema/validation.py
cli/config_schema/views.py
cli/evaluation/__init__.py
cli/evaluation/agent_task_evidence.py
cli/evaluation/agent_task_ledger.py
cli/evaluation/benchmark_normalization.py
cli/evaluation/benchmark_normalization_io.py
cli/evaluation/benchmark_normalization_registry.py
cli/evaluation/benchmark_normalization_types.py
cli/evaluation/benchmark_normalizer_coderouter.py
cli/evaluation/benchmark_normalizer_continuity.py
cli/evaluation/benchmark_normalizer_continuity_source.py
cli/evaluation/benchmark_normalizer_mmr.py
cli/evaluation/benchmark_normalizer_routerarena.py
cli/evaluation/benchmark_normalizers_agentic.py
cli/evaluation/benchmark_normalizers_common.py
cli/evaluation/benchmark_normalizers_dense.py
cli/evaluation/benchmark_normalizers_matrix.py
cli/evaluation/benchmark_normalizers_trajectories.py
cli/evaluation/benchmark_pack.py
cli/evaluation/benchmark_registry.py
cli/evaluation/benchmark_sources.py
cli/evaluation/broker_client.py
cli/evaluation/builtin_evidence_qualifications.py
cli/evaluation/builtin_executors.py
cli/evaluation/bundle.py
cli/evaluation/campaign_protocol.py
cli/evaluation/canonical.py
cli/evaluation/capacity_load_contract.py
cli/evaluation/capacity_profile.py
cli/evaluation/capacity_statistics.py
cli/evaluation/case_plan.py
cli/evaluation/catalog.py
cli/evaluation/catalog_suites.py
cli/evaluation/catalog_tracks.py
cli/evaluation/compare.py
cli/evaluation/constants.py
cli/evaluation/contract_primitives.py
cli/evaluation/contract_validation.py
cli/evaluation/contracts.py
cli/evaluation/dense_pool_oracle.py
cli/evaluation/errors.py
cli/evaluation/evidence.py
cli/evaluation/evidence_collection.py
cli/evaluation/evidence_level.py
cli/evaluation/evidence_qualification.py
cli/evaluation/evidence_source_ids.py
cli/evaluation/execution_contract.py
cli/evaluation/execution_plan.py
cli/evaluation/executor_contracts.py
cli/evaluation/executor_registry.py
cli/evaluation/fault_recovery_ledger.py
cli/evaluation/finalize.py
cli/evaluation/fixture_executor.py
cli/evaluation/fixtures.py
cli/evaluation/gate_context.py
cli/evaluation/gate_contract.py
cli/evaluation/gate_foundation.py
cli/evaluation/gate_methods.py
cli/evaluation/gate_production.py
cli/evaluation/gates.py
cli/evaluation/hard_policy_ledger.py
cli/evaluation/http_client.py
cli/evaluation/intelligence_benchmarks.py
cli/evaluation/ledger_evidence_qualifications.py
cli/evaluation/live_chat.py
cli/evaluation/live_executor.py
cli/evaluation/live_mom_case_data.py
cli/evaluation/live_mom_cases.py
cli/evaluation/live_runtime_collection.py
cli/evaluation/load_executor.py
cli/evaluation/manifest_identity.py
cli/evaluation/method_contract_v2.py
cli/evaluation/method_evidence.py
cli/evaluation/method_gate_evidence.py
cli/evaluation/method_ledger_identity.py
cli/evaluation/method_registry_v2.py
cli/evaluation/metric_agent_task.py
cli/evaluation/metric_analysis_catalog.py
cli/evaluation/metric_analysis_catalog_validation.py
cli/evaluation/metric_capacity.py
cli/evaluation/metric_capacity_profile.py
cli/evaluation/metric_capacity_recorded.py
cli/evaluation/metric_capacity_support.py
cli/evaluation/metric_compound_model_budget.py
cli/evaluation/metric_core.py
cli/evaluation/metric_hard_policy.py
cli/evaluation/metric_joint.py
cli/evaluation/metric_methods.py
cli/evaluation/metric_model_pool.py
cli/evaluation/metric_model_pool_contract.py
cli/evaluation/metric_model_pool_metadata.py
cli/evaluation/metric_production_experiment.py
cli/evaluation/metric_recovery.py
cli/evaluation/metric_robustness.py
cli/evaluation/metric_routing.py
cli/evaluation/metric_tracks.py
cli/evaluation/metrics.py
cli/evaluation/mom_replay_executor.py
cli/evaluation/normalized_suite_behavior_records.py
cli/evaluation/normalized_suite_executor.py
cli/evaluation/normalized_suite_inputs.py
cli/evaluation/normalized_suite_live_admission.py
cli/evaluation/normalized_suite_live_executor.py
cli/evaluation/normalized_suite_live_robustness.py
cli/evaluation/normalized_suite_loading.py
cli/evaluation/normalized_suite_operations_records.py
cli/evaluation/normalized_suite_r2_records.py
cli/evaluation/normalized_suite_record_helpers.py
cli/evaluation/normalized_suite_routing_records.py
cli/evaluation/normalized_suite_target_inputs.py
cli/evaluation/orchestrator.py
cli/evaluation/paired_statistics.py
cli/evaluation/private_filesystem_descriptor.py
cli/evaluation/private_filesystem_mutation.py
cli/evaluation/private_filesystem_publication.py
cli/evaluation/production_experiment_ledger.py
cli/evaluation/production_experiment_metric_specs.py
cli/evaluation/production_experiment_reducer.py
cli/evaluation/published_bundle.py
cli/evaluation/report_builder.py
cli/evaluation/report_transaction.py
cli/evaluation/reporting.py
cli/evaluation/research_benchmark_inventory.py
cli/evaluation/resolution.py
cli/evaluation/routing_recipe_plan.py
cli/evaluation/routing_trace.py
cli/evaluation/run_ownership.py
cli/evaluation/runtime_factors.py
cli/evaluation/sandbox.py
cli/evaluation/sandbox_worker.py
cli/evaluation/standalone_comparison.py
cli/evaluation/statistics.py
cli/evaluation/store.py
cli/evaluation/suite_catalog.py
cli/evaluation/suite_contract.py
cli/evaluation/suite_install_artifacts.py
cli/evaluation/suite_install_contract.py
cli/evaluation/suite_qualification.py
cli/evaluation/suite_store.py
cli/evaluation/suite_store_cas.py
cli/evaluation/suite_store_index.py
cli/evaluation/suite_store_install.py
cli/evaluation/suite_store_records.py
cli/evaluation/target_arm_resolution.py
cli/evaluation/target_capabilities.py
cli/evaluation/target_contracts.py
cli/evaluation/worker.py
cli/evaluation/worker_report.py
cli/evaluation/golden/metric_analysis_catalog.v1.json
cli/evaluation/golden/research_benchmark_inventory.v1.json
cli/evaluation/resources/live_mom_cases.v1.json
cli/model_assets/__init__.py
cli/model_assets/latest/catalog.yaml
cli/model_assets/latest/mom-v1/README.md
cli/model_assets/latest/mom-v1/config.yaml
cli/model_assets/latest/mom-v1/metadata.yaml
cli/model_assets/latest/mom-v1/probes.yaml
cli/model_assets/latest/mom-v1/recipe.dsl
cli/templates/config.template.yaml
cli/templates/envoy.template.yaml
cli/templates/generate_dashboard.py
cli/templates/grafana-dashboard.serve.yaml
cli/templates/grafana-datasource-jaeger.serve.yaml
cli/templates/grafana-datasource.serve.yaml
cli/templates/grafana.serve.ini
cli/templates/grafana_dashboard_sections.py
cli/templates/grafana_observability_sections.py
cli/templates/grafana_panel_factories.py
cli/templates/llm-router-dashboard.serve.json
cli/templates/prometheus.serve.yaml
cli/templates/tools_db.json
tests/test_algorithm_config.py
tests/test_catalog_provider_projection.py
tests/test_chat_command.py
tests/test_cli_main.py
tests/test_cli_models.py
tests/test_cli_output_contract.py
tests/test_cli_serve_images.py
tests/test_completion_command.py
tests/test_config_contract.py
tests/test_config_file_loaders.py
tests/test_config_generator.py
tests/test_config_import_openclaw.py
tests/test_config_migrate.py
tests/test_config_migrate_legacy_catalog.py
tests/test_config_schema.py
tests/test_config_template.py
tests/test_container_gpu_isolation.py
tests/test_container_images.py
tests/test_container_log_spool.py
tests/test_container_run_command.py
tests/test_container_runtime.py
tests/test_container_services.py
tests/test_container_support_services.py
tests/test_context_compression_plugin.py
tests/test_context_signal_bands.py
tests/test_core_status.py
tests/test_dashboard_dockerfile_surface.py
tests/test_deployment_backend.py
tests/test_embedding_modality_validation.py
tests/test_envoy_backend_pool.py
tests/test_envoy_identity_and_local_bindings.py
tests/test_evaluation_agent_task_ledger.py
tests/test_evaluation_benchmark_normalization.py
tests/test_evaluation_benchmark_pack.py
tests/test_evaluation_benchmark_registry.py
tests/test_evaluation_broker_client.py
tests/test_evaluation_capacity_profile.py
tests/test_evaluation_cli.py
tests/test_evaluation_contracts.py
tests/test_evaluation_engine.py
tests/test_evaluation_engine_comparison.py
tests/test_evaluation_engine_extensions.py
tests/test_evaluation_evidence_qualification.py
tests/test_evaluation_execution_record_contract.py
tests/test_evaluation_gate_contract.py
tests/test_evaluation_live.py
tests/test_evaluation_live_mom.py
tests/test_evaluation_method_contract_v2.py
tests/test_evaluation_method_ledgers.py
tests/test_evaluation_normalized_live_robustness.py
tests/test_evaluation_normalized_suite_executor.py
tests/test_evaluation_normalized_suite_policy.py
tests/test_evaluation_routing_trace.py
tests/test_evaluation_runtime_contracts.py
tests/test_evaluation_runtime_env.py
tests/test_evaluation_statistics.py
tests/test_evaluation_store.py
tests/test_evaluation_suite_cli.py
tests/test_evaluation_suite_qualification.py
tests/test_evaluation_suite_store.py
tests/test_evaluation_target_arm_resolution.py
tests/test_evaluation_worker_sandbox.py
tests/test_evaluation_worker_task_limit.py
tests/test_fleet_sim_runtime_separation.py
tests/test_generic_model_bindings.py
tests/test_grafana_dashboard_template.py
tests/test_human_output_contract.py
tests/test_hybrid_validator.py
tests/test_install_runtime_behavior.py
tests/test_install_script_surface.py
tests/test_intelligence_benchmark_cli.py
tests/test_k8s_deployment_backend.py
tests/test_k8s_env_secret.py
tests/test_k8s_env_secret_transactions.py
tests/test_latency_validation.py
tests/test_local_dev_make_surface.py
tests/test_logo.py
tests/test_makefile_surface.py
tests/test_metric_analysis_catalog_contract.py
tests/test_metric_analysis_provenance.py
tests/test_metric_model_pool_server_parity.py
tests/test_model_binding_contract.py
tests/test_model_catalog.py
tests/test_model_catalog_evolution.py
tests/test_model_runtime_migration.py
tests/test_openclaw_podman_socket.py
tests/test_openclaw_shared_network.py
tests/test_openclaw_skill_catalog.py
tests/test_openclaw_socket_safety.py
tests/test_plugin_parsing.py
tests/test_plugin_parsing_advanced_filtering.py
tests/test_plugin_shadow_dispatch.py
tests/test_plugin_tool_selection.py
tests/test_reasoning_activation_contract.py
tests/test_reasoning_controls.py
tests/test_recipe_activation_recovery.py
tests/test_recipe_builtin.py
tests/test_recipe_commands.py
tests/test_recipe_directory.py
tests/test_recipe_package.py
tests/test_recipe_topology_reconcile.py
tests/test_recipe_topology_recovery.py
tests/test_recipe_validation.py
tests/test_route_command.py
tests/test_route_output_contract.py
tests/test_router_classifier_contracts.py
tests/test_router_management_client.py
tests/test_router_signal_extensions.py
tests/test_runtime_config_lock.py
tests/test_runtime_dashboard_bootstrap.py
tests/test_runtime_kb.py
tests/test_runtime_lifecycle.py
tests/test_runtime_lifecycle_lock.py
tests/test_runtime_management_config.py
tests/test_runtime_materialize.py
tests/test_runtime_observability.py
tests/test_runtime_paths.py
tests/test_runtime_service_defaults.py
tests/test_runtime_stack_naming.py
tests/test_runtime_support.py
tests/test_runtime_support_config_resolution.py
tests/test_runtime_topology.py
tests/test_setup_bootstrap.py
tests/test_split_runtime_backend_provisioning.py
tests/test_split_runtime_stack.py
tests/test_split_runtime_stack_credentials.py
tests/test_storage_backend_legacy_defaults.py
tests/test_storage_backends.py
tests/test_storage_command.py
tests/test_storage_network_isolation.py
tests/test_storage_secrets.py
tests/test_storage_takeover.py
tests/test_terminal_output.py
tests/test_validate_command.py
tests/test_validator_workflows.py
tests/test_vector_store_command.py
vllm_sr.egg-info/PKG-INFO
vllm_sr.egg-info/SOURCES.txt
vllm_sr.egg-info/dependency_links.txt
vllm_sr.egg-info/entry_points.txt
vllm_sr.egg-info/requires.txt
vllm_sr.egg-info/top_level.txt