Skip to main content

Module model

Module model 

Source

Structs§

ChildLoopRef
Outbound cross-session link — recorded on the parent LoopRecord when a tool call in that loop spawned a sub-agent loop.
LoopConfigSnapshot
A lightweight, serialisable snapshot of the model that ran a loop.
LoopEvent
One event in a LoopRecord’s ordered event stream.
LoopRecord
A complete record of one agent-loop execution.
ParallelGroupRecord
Links a LoopRecord to its evaluational-parallelism group.
Session
A named container grouping all LoopRecords for one agent session.
SpawnRef
Inbound cross-session link — recorded on the child Session when 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§

LoopStatus
Lifecycle state of a LoopRecord.
SessionError
Errors from session I/O.
SessionFormation
How this Session was initially created.
SessionScope
Whether session data is kept in memory only or persisted to disk.