Expand description
agents read sub-tier. all, pending, subscribe are streaming;
id is unary.
Modules§
- all
agents read all— bare-naked streaming handler stub.- id
agents logs read id <id>— resolve aobjectiveai.messages."index"to its typedResponsevariant. The dispatch logic lives incrate::db::logs::read_by_id; this handler is a thin wrapper.- pending
agents read pending— bare-naked streaming handler stub.- subscribe
agents logs read subscribe— first-ping-or-go-inactive wait loop.