Crate perspt_store

Crate perspt_store 

Source
Expand description

perspt-store: DuckDB-based persistence layer for SRBN sessions

Provides session persistence, node state tracking, and energy history with Merkle tree support for state verification and rollback.

Structs§

EnergyRecord
Record for energy history
LlmRequestRecord
Record for LLM request/response logging
NodeStateRecord
Record for node state
SessionRecord
Record for a session
SessionStore
Session store for SRBN persistence

Functions§

init_schema
Initialize the DuckDB schema for SRBN persistence