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.
uv sync
# or: pip install -e .
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
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 |
Licensed under Apache-2.0.