LICENSE
README.md
pyproject.toml
packages/nl2uri/nl2a/__init__.py
packages/nl2uri/nl2a/cli.py
packages/nl2uri/nl2uri/__init__.py
packages/nl2uri/nl2uri/cli.py
packages/nl2uri/nl2uri/domain_planner.py
packages/nl2uri/nl2uri/graph_planner.py
packages/nl2uri/nl2uri/graph_planner_llm.py
packages/nl2uri/nl2uri/graph_repair.py
packages/nl2uri/nl2uri/llm_planner.py
packages/nl2uri/nl2uri/output_classifier.py
packages/nl2uri/nl2uri/pipeline.py
packages/nl2uri/nl2uri/planner.py
packages/nl2uri/nl2uri/planner_llm.py
packages/nl2uri/nl2uri/planner_templates.py
packages/nl2uri/nl2uri/planner_validation.py
packages/nl2uri/nl2uri/writer.py
packages/nl2uri/nl2uri/prompts/__init__.py
packages/resource-agent-factory/generator/__init__.py
packages/resource-agent-factory/generator/agent_generator.py
packages/resource-agent-factory/generator/hashutil.py
packages/resource-agent-factory/generator/header.py
packages/resource-agent-factory/generator/model.py
packages/resource-agent-factory/generator/paths.py
packages/resource-agent-factory/generator/validate.py
packages/resource-agent-factory/generator/verify.py
packages/resource-agent-factory/generator/templates/Dockerfile.j2
packages/resource-agent-factory/generator/templates/README.md.j2
packages/resource-agent-factory/generator/templates/__init__.py.j2
packages/resource-agent-factory/generator/templates/_dockerfile_header.j2
packages/resource-agent-factory/generator/templates/_markdown_header.j2
packages/resource-agent-factory/generator/templates/_python_header.j2
packages/resource-agent-factory/generator/templates/agent_card.py.j2
packages/resource-agent-factory/generator/templates/main.py.j2
packages/resource-agent-factory/generator/templates/routes.py.j2
packages/resource-agent-factory/generator/templates/test_contract.py.j2
packages/resource-agent-hypervisor/hypervisor/__init__.py
packages/resource-agent-hypervisor/hypervisor/_version.py
packages/resource-agent-hypervisor/hypervisor/cli.py
packages/resource-agent-hypervisor/hypervisor/cli_commands.py
packages/resource-agent-hypervisor/hypervisor/core.py
packages/resource-agent-hypervisor/hypervisor/paths.py
packages/resource-agent-hypervisor/hypervisor/py.typed
packages/resource-agent-hypervisor/hypervisor/compatibility/__init__.py
packages/resource-agent-hypervisor/hypervisor/compatibility/checker.py
packages/resource-agent-hypervisor/hypervisor/config/__init__.py
packages/resource-agent-hypervisor/hypervisor/config/config_checks.py
packages/resource-agent-hypervisor/hypervisor/config/defaults.py
packages/resource-agent-hypervisor/hypervisor/config/env.py
packages/resource-agent-hypervisor/hypervisor/config/loader.py
packages/resource-agent-hypervisor/hypervisor/config/models.py
packages/resource-agent-hypervisor/hypervisor/config/uri_config.py
packages/resource-agent-hypervisor/hypervisor/config/validators.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/__init__.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/cli.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/cli_commands.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/cross_validator.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/loader.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/merge_helpers.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/merger.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/models.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/registry_builder.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/registry_exporter.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/schema_validator.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/validate.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/cross_checks/__init__.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/cross_checks/capabilities.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/cross_checks/proto_index.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/cross_checks/resources.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/registry_checks/__init__.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/registry_checks/capabilities.py
packages/resource-agent-hypervisor/hypervisor/contract_registry/registry_checks/resources.py
packages/resource-agent-hypervisor/hypervisor/data/nlp2uri.yaml
packages/resource-agent-hypervisor/hypervisor/deployment_registry/__init__.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/docker_runner.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/env.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/env_config.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/env_merge.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/lifecycle.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/loader.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/local_targets.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/models.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/process.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/remote_runner.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/run_plans.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/runner.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/runtime_state.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/selector.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/ssh_deploy.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/ssh_helpers.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/ssh_run.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/ssh_verify.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/status.py
packages/resource-agent-hypervisor/hypervisor/deployment_registry/writer.py
packages/resource-agent-hypervisor/hypervisor/domain_pack/__init__.py
packages/resource-agent-hypervisor/hypervisor/domain_pack/generator.py
packages/resource-agent-hypervisor/hypervisor/domain_pack/model.py
packages/resource-agent-hypervisor/hypervisor/domain_pack/pack_writer.py
packages/resource-agent-hypervisor/hypervisor/domain_pack/parser.py
packages/resource-agent-hypervisor/hypervisor/domain_pack/templates.py
packages/resource-agent-hypervisor/hypervisor/domain_pack/writer.py
packages/resource-agent-hypervisor/hypervisor/domain_pack/artifact_generators/agent_contract.py
packages/resource-agent-hypervisor/hypervisor/domain_pack/artifact_generators/commands.py
packages/resource-agent-hypervisor/hypervisor/domain_pack/artifact_generators/handlers.py
packages/resource-agent-hypervisor/hypervisor/domain_pack/artifact_generators/proto.py
packages/resource-agent-hypervisor/hypervisor/domain_pack/artifact_generators/renderers.py
packages/resource-agent-hypervisor/hypervisor/domain_pack/artifact_generators/resources.py
packages/resource-agent-hypervisor/hypervisor/domain_pack/artifact_generators/views.py
packages/resource-agent-hypervisor/hypervisor/evolution/__init__.py
packages/resource-agent-hypervisor/hypervisor/evolution/cli.py
packages/resource-agent-hypervisor/hypervisor/evolution/models.py
packages/resource-agent-hypervisor/hypervisor/evolution/validator.py
packages/resource-agent-hypervisor/hypervisor/policy_gate/__init__.py
packages/resource-agent-hypervisor/hypervisor/policy_gate/gate.py
packages/resource-agent-hypervisor/hypervisor/uri/__init__.py
packages/resource-agent-hypervisor/hypervisor/uri/client.py
packages/resource-agent-hypervisor/hypervisor/uri2llm/__init__.py
packages/resource-agent-hypervisor/hypervisor/uri2llm/env_resolver.py
packages/resource-agent-hypervisor/hypervisor/uri2llm/function_resolver.py
packages/resource-agent-hypervisor/hypervisor/uri2llm/llm_resolver.py
packages/resource-agent-hypervisor/hypervisor/uri2llm/protocol_resolver.py
packages/resource-agent-hypervisor/hypervisor/uri2llm/pypi_resolver.py
packages/resource-agent-hypervisor/hypervisor/uri2llm/router.py
packages/resource-agent-hypervisor/hypervisor/verifier/__init__.py
packages/resource-agent-hypervisor/hypervisor/verifier/capability_tests.py
packages/resource-agent-hypervisor/hypervisor/verifier/cli.py
packages/resource-agent-hypervisor/meta_agent/__init__.py
packages/resource-agent-hypervisor/meta_agent/api.py
packages/resource-agent-hypervisor/meta_agent/cli.py
packages/resource-agent-hypervisor/meta_agent/cli_commands.py
packages/resource-agent-hypervisor/meta_agent/models.py
packages/resource-agent-hypervisor/meta_agent/orchestrator.py
packages/resource-agent-hypervisor/meta_agent/planner.py
packages/resource-agent-hypervisor/meta_agent/domain_planner/__init__.py
packages/resource-agent-hypervisor/meta_agent/domain_planner/domain_pack_generator.py
packages/resource-agent-hypervisor/meta_agent/domain_planner/llm_planner.py
packages/resource-agent-hypervisor/meta_agent/repair/__init__.py
packages/resource-agent-hypervisor/meta_agent/repair/loader.py
packages/resource-agent-hypervisor/meta_agent/repair/pipeline.py
packages/resource-agent-hypervisor/meta_agent/repair/rules.py
packages/resource-agent-hypervisor/runtime_client/__init__.py
packages/resource-agent-hypervisor/runtime_client/client.py
packages/uri3/uri3/__init__.py
packages/uri3/uri3/cli.py
packages/uri3/uri3/paths.py
packages/uri3/uri3/config/__init__.py
packages/uri3/uri3/config/cli_shortcuts.py
packages/uri3/uri3/config/docker_stacks.py
packages/uri3/uri3/config/llm_profile_builder.py
packages/uri3/uri3/config/llm_profiles.py
packages/uri3/uri3/config/repo_root.py
packages/uri3/uri3/config/ssh_auth.py
packages/uri3/uri3/config/uri_yaml.py
packages/uri3/uri3/discovery/__init__.py
packages/uri3/uri3/docker/__init__.py
packages/uri3/uri3/docker/compose_generator.py
packages/uri3/uri3/docker/controller.py
packages/uri3/uri3/docker/runner.py
packages/uri3/uri3/docker/actions/__init__.py
packages/uri3/uri3/docker/actions/compose.py
packages/uri3/uri3/docker/actions/container.py
packages/uri3/uri3/graph/__init__.py
packages/uri3/uri3/graph/artifacts.py
packages/uri3/uri3/graph/conditions.py
packages/uri3/uri3/graph/dependency_graph.py
packages/uri3/uri3/graph/event_log.py
packages/uri3/uri3/graph/execution_models.py
packages/uri3/uri3/graph/graph_executor.py
packages/uri3/uri3/graph/graph_serializer.py
packages/uri3/uri3/graph/graph_validator.py
packages/uri3/uri3/graph/models.py
packages/uri3/uri3/graph/operation_registry.py
packages/uri3/uri3/graph/policy.py
packages/uri3/uri3/graph/uri_graph.py
packages/uri3/uri3/graph/adapters/__init__.py
packages/uri3/uri3/graph/adapters/base.py
packages/uri3/uri3/graph/adapters/browser_mock.py
packages/uri3/uri3/graph/adapters/browser_playwright.py
packages/uri3/uri3/graph/adapters/browser_router.py
packages/uri3/uri3/graph/adapters/registry.py
packages/uri3/uri3/logs/__init__.py
packages/uri3/uri3/logs/filters.py
packages/uri3/uri3/logs/parsing.py
packages/uri3/uri3/logs/reader.py
packages/uri3/uri3/logs/writer.py
packages/uri3/uri3/protocols/__init__.py
packages/uri3/uri3/protocols/normalizer.py
packages/uri3/uri3/protocols/parser.py
packages/uri3/uri3/protocols/scheme_registry.py
packages/uri3/uri3/protocols/schemes/__init__.py
packages/uri3/uri3/protocols/schemes/a2a.py
packages/uri3/uri3/protocols/schemes/analyze.py
packages/uri3/uri3/protocols/schemes/base.py
packages/uri3/uri3/protocols/schemes/constants.py
packages/uri3/uri3/protocols/schemes/docker.py
packages/uri3/uri3/protocols/schemes/env.py
packages/uri3/uri3/protocols/schemes/http.py
packages/uri3/uri3/protocols/schemes/instance_parser.py
packages/uri3/uri3/protocols/schemes/llm.py
packages/uri3/uri3/protocols/schemes/log.py
packages/uri3/uri3/protocols/schemes/mcp.py
packages/uri3/uri3/protocols/schemes/pypi.py
packages/uri3/uri3/protocols/schemes/python.py
packages/uri3/uri3/protocols/schemes/registry.py
packages/uri3/uri3/protocols/schemes/resource_like.py
packages/uri3/uri3/protocols/schemes/spec_registry.py
packages/uri3/uri3/resolvers/__init__.py
packages/uri3/uri3/resolvers/dispatch.py
packages/uri3/uri3/resolvers/docker_resolver.py
packages/uri3/uri3/resolvers/env_resolver.py
packages/uri3/uri3/resolvers/http_resolver.py
packages/uri3/uri3/resolvers/llm_resolver.py
packages/uri3/uri3/resolvers/log_query.py
packages/uri3/uri3/resolvers/log_resolver.py
packages/uri3/uri3/resolvers/protocol_resolver.py
packages/uri3/uri3/resolvers/pypi_resolver.py
packages/uri3/uri3/resolvers/python_resolver.py
packages/uri3/uri3/resolvers/registry.py
packages/uri3/uri3/resolvers/resolve_core.py
packages/uri3/uri3/resolvers/router.py
packages/uri3/uri3/resolvers/ssh_resolver.py
packages/uri3/uri3/scanner/__init__.py
packages/uri3/uri3/scanner/base.py
packages/uri3/uri3/scanner/docker_scanner.py
packages/uri3/uri3/scanner/http_scanner.py
packages/uri3/uri3/scanner/scanner.py
packages/uri3/uri3/scanner/ssh_scanner.py
packages/uri3/uri3/validators/__init__.py
packages/uri3/uri3/validators/uri_tree_validator.py
packages/uri3/uri3/validators/uri_validator.py
resource_agent_system.egg-info/PKG-INFO
resource_agent_system.egg-info/SOURCES.txt
resource_agent_system.egg-info/dependency_links.txt
resource_agent_system.egg-info/entry_points.txt
resource_agent_system.egg-info/requires.txt
resource_agent_system.egg-info/top_level.txt
tests/test_capability_tests.py
tests/test_contract_registry.py
tests/test_cross_validation_v03.py
tests/test_evolution_proposal.py
tests/test_generate.py
tests/test_hypervisor.py
tests/test_meta_agent.py
tests/test_nl2a_v04.py
tests/test_nl2uri.py
tests/test_operation_registry.py
tests/test_operator_task.py
tests/test_policy_gate.py
tests/test_registry_builder_v03.py
tests/test_runtime_client.py
tests/test_schema_validation_v03.py
tests/test_uri2llm_v04.py
tests/test_uri2ops_android.py
tests/test_uri2ops_browser.py
tests/test_uri2ops_pcwin.py
tests/test_uri2ops_serve.py
tests/test_uri2ops_v01.py
tests/test_uri3.py
tests/test_uri_tree_validator.py
tests/test_validate.py
uri2ops/__init__.py
uri2ops/cli.py
uri2ops/operation_registry/__init__.py
uri2ops/operation_registry/dispatcher.py
uri2ops/operation_registry/loader.py
uri2ops/operation_registry/models.py
uri2ops/operation_registry/registry.yaml
uri2ops/operation_registry/validator.py
uri2ops/operator/__init__.py
uri2ops/operator/artifact_resolver.py
uri2ops/operator/artifacts.py
uri2ops/operator/dependency.py
uri2ops/operator/events.py
uri2ops/operator/models.py
uri2ops/operator/policy.py
uri2ops/operator/policy_loader.py
uri2ops/operator/redaction.py
uri2ops/operator/runner.py
uri2ops/operator/task.py
uri2ops/operator/validator.py
uri2ops/operator/adapters/__init__.py
uri2ops/operator/adapters/android_adb.py
uri2ops/operator/adapters/android_mock.py
uri2ops/operator/adapters/android_router.py
uri2ops/operator/adapters/android_uri.py
uri2ops/operator/adapters/assertion.py
uri2ops/operator/adapters/browser_mock.py
uri2ops/operator/adapters/browser_playwright.py
uri2ops/operator/adapters/browser_router.py
uri2ops/operator/adapters/input_mock.py
uri2ops/operator/adapters/pcwin_mock.py
uri2ops/operator/adapters/pcwin_router.py
uri2ops/operator/adapters/pcwin_uia.py
uri2ops/operator/adapters/pcwin_uri.py
uri2ops/operator/adapters/screen_mock.py
uri2ops/remote_registry/__init__.py
uri2ops/remote_registry/loader.py
uri2ops/schemas/__init__.py
uri2ops/schemas/operation_registry.schema.json
uri2ops/schemas/operator_task.schema.json
uri2ops/server/__init__.py
uri2ops/server/a2a_wrapper.py
uri2ops/server/app.py
uri2ops/server/mcp_wrapper.py
uri2ops/server/service.py