hypervisor

TellMesh control plane — contract registry, domain packs, deployment registry, routing and CLI.

Extracted from tellmesh/resource-agent-hypervisor.

hypervisor -> policy, lifecycle, deployment, audit, describe-agent
uri2ops    -> operator execution (does NOT click/type for you)
uri3       -> URI resolve, workflow graphs

Rule: Hypervisor approves, deploys and monitors agents. It does not execute browser/OS/robot actions — that is uri2ops.

Install

uv sync
# or: pip install -e .

CLI quickstart

hypervisor --help
hypervisor deployments
hypervisor describe-agent weather-map-agent.local
hypervisor run-agent weather-map-agent.local --detach --if-running reuse
hypervisor inspect-agent browser-operator.local
hypervisor replay-failure check-agent-health --create-test tests/replay/test_check_agent_health.py

Monorepo umbrella

Agents, domains, examples: ../tellmesh/.

Example Path
Run agent tellmesh/examples/09_run_agent_hypervisor
Autonomous agents tellmesh/examples/38_autonomous_agents
Golden path tellmesh/examples/30_golden_path

License

Licensed under Apache-2.0.