Expand description
Event-sourced run state reconstruction.
RunState is a materialized view built by folding AgentEvent records.
It supports replayable state reconstruction from event logs and batch
reload of multiple runs.
Structsยง
- RunState
- Projected state of a run, reconstructed from its event log.