do-memory-core 0.1.30

Core episodic learning system for AI agents with pattern extraction, reward scoring, and dual storage backend
Documentation
1
2
3
4
5
6
7
8
//! Core module for SelfLearningMemory struct and factory methods.
//!
//! Contains struct definition and initialization logic.

mod builder;
mod struct_priv;

pub use struct_priv::SelfLearningMemory;