Oxidized-State: SurrealDB Backend for AIVCS
This crate provides the persistence layer for the Agent Version Control System. It handles all I/O with SurrealDB, providing a clean persistence layer for graph states and memory.
Layer 0 - Data/Persistence
Focus: Data integrity, transactionality, and graph traversal.
Key Components
SurrealHandle: Manages connection and transactionsSnapshotRecord: Schema mapping to the Document Layer (State + Memory)GraphEdge: Schema mapping to the Graph Layer (Commit -> Parent)