vex-persist
Persistence layer for the VEX Protocol.
Features
- SQLite Backend - Local development and edge deployment
- PostgreSQL Backend - Production-ready scaling
- Agent Store - Persist agent state and history
- Context Store - Store and retrieve context packets
- Vector Store - SQLite-backed semantic memory (Cosine similarity)
- Job Store - Persistent background task results
- Audit Trail - Full audit logging with tamper-evident chains
Installation
[]
# SQLite (default)
= "0.1"
# PostgreSQL
= { = "0.1", = ["postgres"] }
Quick Start
use ;
use Agent;
async
License
Apache-2.0 License - see LICENSE for details.