Structs§
- Child
Loop Ref - Outbound cross-session link — recorded on the parent
LoopRecordwhen a tool call in that loop spawned a sub-agent loop. - Loop
Config Snapshot - A lightweight, serialisable snapshot of the model that ran a loop.
- Loop
Event - One event in a
LoopRecord’s ordered event stream. - Loop
Record - A complete record of one agent-loop execution.
- Parallel
Group Record - Links a
LoopRecordto its evaluational-parallelism group. - Session
- A named container grouping all
LoopRecords for one agent session. - Spawn
Ref - Inbound cross-session link — recorded on the child
Sessionwhen the session was spawned by a tool call in a different (parent) session. - Turn
- A materialized record of one LLM turn within a loop.
Enums§
- Loop
Status - Lifecycle state of a
LoopRecord. - Session
Error - Errors from session I/O.
- Session
Formation - How this
Sessionwas initially created. - Session
Scope - Whether session data is kept in memory only or persisted to disk.