//! # VEX Persistence
//!
//! Storage backends for agent state, context, and audit logs.
//!
//! Supports:
//! - In-memory (for testing)
//! - SQLite (for single-node)
//! - PostgreSQL (for production)
pub use AgentStore;
pub use AuditStore;
pub use ;
pub use ContextStore;