Skip to main content

Module read

Module read 

Source
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 a objectiveai.messages."index" to its typed Response variant. The dispatch logic lives in crate::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.

Functions§

execute