Expand description
Run timeline: observable sequence of events for a run (audit, debugging).
Built from EventStore; can be serialized to JSON for UI/CLI.
Structs§
- RunTimeline
- Full timeline for a run: ordered events and final status.
- Timeline
Entry - One entry in a run timeline (summary of an event at a given seq).
Enums§
- RunStatus
Summary - Summary of run outcome (for JSON/timeline; mirrors RunStatus).
Functions§
- run_
timeline - Build a RunTimeline from an event store by scanning all events for the run and deriving final status from the last event(s).