README.md
pyproject.toml
hypervisor/__init__.py
hypervisor/_version.py
hypervisor/cli.py
hypervisor/cli_commands.py
hypervisor/core.py
hypervisor/events.py
hypervisor/paths.py
hypervisor/py.typed
hypervisor.egg-info/PKG-INFO
hypervisor.egg-info/SOURCES.txt
hypervisor.egg-info/dependency_links.txt
hypervisor.egg-info/entry_points.txt
hypervisor.egg-info/requires.txt
hypervisor.egg-info/top_level.txt
hypervisor/agent_describe/__init__.py
hypervisor/agent_describe/collect.py
hypervisor/agent_describe/core.py
hypervisor/agent_describe/models.py
hypervisor/agent_describe/render.py
hypervisor/agent_manifest/__init__.py
hypervisor/agent_manifest/blocks.py
hypervisor/agent_manifest/compose.py
hypervisor/agent_manifest/materialize.py
hypervisor/agent_manifest/paths.py
hypervisor/agent_manifest/sync.py
hypervisor/artifacts/__init__.py
hypervisor/artifacts/gate.py
hypervisor/compatibility/__init__.py
hypervisor/compatibility/checker.py
hypervisor/config/__init__.py
hypervisor/config/config_checks.py
hypervisor/config/defaults.py
hypervisor/config/env.py
hypervisor/config/loader.py
hypervisor/config/models.py
hypervisor/config/uri_config.py
hypervisor/config/validators.py
hypervisor/contract_registry/__init__.py
hypervisor/contract_registry/cli.py
hypervisor/contract_registry/cli_commands.py
hypervisor/contract_registry/cross_validator.py
hypervisor/contract_registry/loader.py
hypervisor/contract_registry/merge_helpers.py
hypervisor/contract_registry/merger.py
hypervisor/contract_registry/models.py
hypervisor/contract_registry/registry_builder.py
hypervisor/contract_registry/registry_exporter.py
hypervisor/contract_registry/schema_validator.py
hypervisor/contract_registry/uri_resolver.py
hypervisor/contract_registry/validate.py
hypervisor/contract_registry/cross_checks/__init__.py
hypervisor/contract_registry/cross_checks/capabilities.py
hypervisor/contract_registry/cross_checks/proto_index.py
hypervisor/contract_registry/cross_checks/resources.py
hypervisor/contract_registry/registry_checks/__init__.py
hypervisor/contract_registry/registry_checks/capabilities.py
hypervisor/contract_registry/registry_checks/resources.py
hypervisor/data/nlp2uri.yaml
hypervisor/deployment_registry/__init__.py
hypervisor/deployment_registry/aliases.py
hypervisor/deployment_registry/docker_runner.py
hypervisor/deployment_registry/env.py
hypervisor/deployment_registry/env_config.py
hypervisor/deployment_registry/env_merge.py
hypervisor/deployment_registry/health_uri.py
hypervisor/deployment_registry/lifecycle.py
hypervisor/deployment_registry/lifecycle_status.py
hypervisor/deployment_registry/loader.py
hypervisor/deployment_registry/local_targets.py
hypervisor/deployment_registry/local_verify.py
hypervisor/deployment_registry/models.py
hypervisor/deployment_registry/port_conflict.py
hypervisor/deployment_registry/port_utils.py
hypervisor/deployment_registry/process.py
hypervisor/deployment_registry/process_discovery.py
hypervisor/deployment_registry/registry_sync.py
hypervisor/deployment_registry/remote_runner.py
hypervisor/deployment_registry/run_executor.py
hypervisor/deployment_registry/run_plans.py
hypervisor/deployment_registry/runner.py
hypervisor/deployment_registry/runtime_state.py
hypervisor/deployment_registry/selector.py
hypervisor/deployment_registry/ssh_deploy.py
hypervisor/deployment_registry/ssh_helpers.py
hypervisor/deployment_registry/ssh_run.py
hypervisor/deployment_registry/ssh_verify.py
hypervisor/deployment_registry/status.py
hypervisor/deployment_registry/stopper.py
hypervisor/deployment_registry/supervisor.py
hypervisor/deployment_registry/watch.py
hypervisor/deployment_registry/writer.py
hypervisor/deployment_registry/inspection/__init__.py
hypervisor/deployment_registry/inspection/incidents.py
hypervisor/deployment_registry/inspection/pipeline.py
hypervisor/deployment_registry/inspection/probe.py
hypervisor/deployment_registry/inspection/readiness.py
hypervisor/domain_pack/__init__.py
hypervisor/domain_pack/generator.py
hypervisor/domain_pack/model.py
hypervisor/domain_pack/pack_writer.py
hypervisor/domain_pack/parser.py
hypervisor/domain_pack/templates.py
hypervisor/domain_pack/writer.py
hypervisor/domain_pack/artifact_generators/agent_contract.py
hypervisor/domain_pack/artifact_generators/commands.py
hypervisor/domain_pack/artifact_generators/handlers.py
hypervisor/domain_pack/artifact_generators/proto.py
hypervisor/domain_pack/artifact_generators/renderers.py
hypervisor/domain_pack/artifact_generators/resources.py
hypervisor/domain_pack/artifact_generators/views.py
hypervisor/evolution/__init__.py
hypervisor/evolution/cli.py
hypervisor/evolution/models.py
hypervisor/evolution/proposal_from_source.py
hypervisor/evolution/validator.py
hypervisor/integrations/planfile/__init__.py
hypervisor/integrations/planfile/ticket_mapper.py
hypervisor/policy_gate/__init__.py
hypervisor/policy_gate/gate.py
hypervisor/repair/__init__.py
hypervisor/repair/classifier.py
hypervisor/repair/healer.py
hypervisor/repair/incident.py
hypervisor/repair/models.py
hypervisor/repair/plan_builder.py
hypervisor/repair/playbooks.py
hypervisor/repair/policy.py
hypervisor/repair/proposal_builder.py
hypervisor/repair/registry.py
hypervisor/repair/sandbox.py
hypervisor/repair/supervisor.py
hypervisor/repair/validator.py
hypervisor/routing/__init__.py
hypervisor/routing/dispatcher.py
hypervisor/routing/explain.py
hypervisor/routing/models.py
hypervisor/routing/policy.py
hypervisor/routing/registry_bridge.py
hypervisor/routing/resolver.py
hypervisor/routing/system_dispatch.py
hypervisor/routing/system_handlers.py
hypervisor/routing/system_request.py
hypervisor/routing/view_handlers.py
hypervisor/routing/views/__init__.py
hypervisor/routing/views/process.py
hypervisor/uri/__init__.py
hypervisor/uri/client.py
hypervisor/uri2llm/__init__.py
hypervisor/uri2llm/env_resolver.py
hypervisor/uri2llm/function_resolver.py
hypervisor/uri2llm/llm_resolver.py
hypervisor/uri2llm/protocol_resolver.py
hypervisor/uri2llm/pypi_resolver.py
hypervisor/uri2llm/router.py
hypervisor/verifier/__init__.py
hypervisor/verifier/capability_tests.py
hypervisor/verifier/cli.py
tests/test_evolution_proposal.py
tests/test_hypervisor.py