Skip to main content

Crate kernex_memory

Crate kernex_memory 

Source
Expand description

kernex-memory: SQLite-backed implementation of the Store trait.

Provides conversation storage, reward-based learning (outcomes + lessons), scheduled tasks, FTS5 semantic recall, and audit logging.

Re-exports§

pub use audit::AuditLogger;
pub use consolidator::ConsolidationResult;
pub use consolidator::Consolidator;
pub use consolidator::ConsolidatorConfig;
pub use store::detect_language;
pub use store::DueTask;
pub use store::Store;
pub use store::UsageSummary;

Modules§

audit
Audit log — records every interaction through Kernex.
consolidator
Background memory consolidation (AutoDream pattern).
store
SQLite-backed persistent memory store.