TellMesh control plane UI (:8788) — observer, renderer, and approval-gated URI controller.
| Layer | Location |
|---|---|
| Contract | hypervisor_dashboard.yaml |
| Deployment entry | agents.system.hypervisor_dashboard.main:app |
| Implementation | hypervisor_dashboard_agent/ (this directory) |
hypervisor-dashboard -> /www chat UI, /api/uri/call, SSE events
urish -> uri ask, uri agent, uri dashboard create
hypervisor -> run-agent, policy, deployments
pip install -e .
# from monorepo:
hypervisor run-agent hypervisor-dashboard.local --detach --wait-healthy
hypervisor run-agent hypervisor-dashboard.local --detach --wait-healthy
uvicorn agents.system.hypervisor_dashboard.main:app --host 0.0.0.0 --port 8788
| Path | Role |
|---|---|
GET /www/ |
static chat UI from repo www/ |
GET /ui/agents |
agent list |
POST /api/ask |
urish ask NL planning |
POST /api/uri/call |
policy-gated URI execution |
GET /api/events |
observable events stream |
| Example | Path |
|---|---|
| Dashboard capabilities | tellmesh/examples/22_dashboard_agent |
| Golden path | tellmesh/examples/30_golden_path |
../TODO_STATUS.mdLicensed under Apache-2.0.