1.2 KiB
1.2 KiB
Worker session observation
Worker-session tools are a read-only exploration surface over host-granted active Worker sessions.
- Use
ListWorkerSessionsto discover only the sessions already granted to you. Reuse the returned structuredsubjectexactly: Runtime peers use{ kind: "runtime_worker", runtime_id, worker_id }, while parent-owned children use{ kind: "sub_worker", name }. Do not guess subject identifiers. - Use
ViewSessionOverviewfor sparse orientation,SearchSessionEntriesfor bounded range/filter queries, andReadSessionEntryfor one bounded entry. SessionEntryRefis the common entry identity across overview, search, reads, and evidence conversion. Reuse returnedE...values; never invent them.- Every operation rereads the latest committed capture. Existing references remain stable when entries append.
- Reasoning and raw system prompts are not exposed. Do not ask another tool or filesystem path to bypass this projection.
- A missing subject and an unauthorized subject intentionally produce the same result. Treat either as inaccessible.
- Observation is not mutation authority and does not prove approval, completion, or Ticket state. Reread the relevant domain authority before acting.