Expand description
Ralph State Store - trait and types for persistent run state
Abstracts Ralph run state persistence so it can be backed by in-memory storage (tests/local), HTTP API (dashboard integration), or any future backend.
Structs§
- Ralph
RunState - Persistent state for a single Ralph run
- Ralph
RunSummary - Lightweight summary for listing runs
- Story
Result Entry - Result of a single story execution
Traits§
- Ralph
State Store - Abstraction over Ralph run state persistence.