Expand description
Runtime store facade.
Provides a unified interface for runtime persistence operations, composing session, execution, and run stores.
Structs§
- RunEvent
Record - Persistent record of a run event with sequence number ordering.
- Runtime
Store - Runtime store facade composing session, execution, run, embedding, and artifact stores.
Traits§
- RunStore
- Store for run lifecycle and events.
Functions§
- record_
to_ message - Converts a stored
MessageRecordback to a providerMessage.