Skip to main content

Module state_store

Module state_store 

Source
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§

RalphRunState
Persistent state for a single Ralph run
RalphRunSummary
Lightweight summary for listing runs
StoryResultEntry
Result of a single story execution

Traits§

RalphStateStore
Abstraction over Ralph run state persistence.