Expand description
agents instances — CLI-side dispatch for the surviving
instances subtree. Two leaves: get, list. spawn, message,
and read moved up to agents spawn, agents message, and
agents logs read.
Modules§
- get
agents instances get— fetch per-agent aggregates for the EXACT resolved targets (not their children). An explicitly-named target always yields an item, zero-filled when it has no activity. Backed bydb::instances::get_exact.- list
agents instances list— enumerate the DIRECT children of one or more resolved targets, with per-agent aggregates (tags, queued count, spawn/active timestamps, total logged messages). Backed bydb::instances::list_under_parent.