TellMesh meta-agent runtime — ResourceRuntimeClient, agent lifecycle helpers, and hypervisor integration layer.
Depends on hypervisor. Monorepo umbrella: ../tellmesh/.
resource-agent-hypervisor -> runtime client + meta-agent glue
hypervisor -> deployments, contracts, CLI
tellmesh/agents/generated -> thin HTTP agents using runtime_client
uv sync
pytest tests/ -q
Generated agents import runtime_client.client.ResourceRuntimeClient to call the resource runtime (RESOURCE_RUNTIME_URL, default http://localhost:8000).
hypervisor run-agent weather-map-agent.local --detach --wait-healthy
curl -s http://localhost:8101/health
hypervisor describe-agent weather-map-agent.local
Audit examples vs deployments:
cd ../tellmesh
PYTHONPATH="../hypervisor:../uri3:." \
python ../resource-agent-hypervisor/scripts/examples/audit_agent_reports.py
../TODO_STATUS.mdLicensed under Apache-2.0.