Expand description
Raw graph persistence trait and SqliteGraphStore implementation.
The trait operates on opaque JSON strings to avoid a dependency cycle
(zeph-core → zeph-memory → zeph-core). zeph-core wraps this
trait in GraphPersistence<S> which handles typed serialization.
Structs§
- Graph
Summary - Summary of a stored task graph (metadata only, no task details).
- Sqlite
Graph Store SQLite-backed implementation ofRawGraphStore.
Traits§
- RawGraph
Store - Raw persistence interface for task graphs.