Skip to main content

Module instances

Module instances 

Source
Expand description

agents instances — caller-side handles that didn’t earn their own top-level home under agents. Two leaves today:

  • get — per-agent aggregates for the exact resolved targets.
  • list — the direct children of the resolved targets.

Historically this tier also owned spawn, message, and read; those moved up to agents spawn, agents message, and agents logs read respectively.

Modules§

get
agents instances get — fetch per-agent aggregates (tags, queued count, spawn/active timestamps, total logged messages) for one or more targets. Same response shape as agents instances list, but each target resolves to the EXACT agent rather than its children; an explicitly-named target always yields an item (zero-filled when it has no activity).
list
agents instances list — enumerate agent instances under one or more targets, reporting per-agent aggregates (tags, queued count, spawn/active timestamps, total logged messages).

Enums§

Command
Request
ResponseItem

Functions§

execute
execute_transform