hivectl: add agent <name> watch to follow live events from the CLI
This commit is contained in:
parent
657d1b5061
commit
9d5c7a7f7e
13 changed files with 230 additions and 16 deletions
|
|
@ -34,10 +34,10 @@ hand-maintained per-file tree drifts out of sync with the code.
|
|||
and the axum operator dashboard (`dashboard.rs`). Largest crate.
|
||||
- **`hivectl/`** — standalone operator CLI (`hivectl` binary). Talks to
|
||||
the `hive-c0re` daemon over the host admin socket (`hive-host-sock`
|
||||
wire types) — does NOT link `hive-c0re`. Verbs: `agents <spawn|kill|
|
||||
destroy|rebuild|restart|list|set-parent|…>`, `approvals <pending|
|
||||
approve|deny>`, `forge`/`matrix`/`github`/`gateway` provisioning,
|
||||
`choom`, `stop`/`start`, `wg`/`peer-config`.
|
||||
wire types) — does NOT link `hive-c0re`. Verbs: `list-agents`,
|
||||
`agent <name> <spawn|kill|destroy|rebuild|restart|set-parent|choom|
|
||||
watch|…>`, `approvals <pending|approve|deny>`, `forge`/`matrix`/
|
||||
`github`/`gateway` provisioning, `stop`/`start`, `wg`/`peer-config`.
|
||||
- **`hive-agent/`**, **`hive-agent-mcp/`** —
|
||||
in-container harness, two sibling crates for every agent (not a
|
||||
single `hive-ag3nt/` dir — that's the runtime/binary-family nickname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue