mindcore 0.2.0

Pluggable, feature-gated memory engine for AI agent applications
Documentation
1
2
3
4
5
6
7
8
9
pub mod encryption;
mod engine;
pub mod migrations;
pub mod schema;
pub mod two_tier;

pub use encryption::EncryptionKey;
pub use engine::Database;
pub use two_tier::TwoTierManager;