or-recall 0.1.3

Short-term, long-term, and episodic memory stores for Orchustr agents.
Documentation
1
2
3
4
5
6
7
//! In-memory storage lives in `implementations`.
//! The optional SQLite backend lives in `sqlite`.

pub mod adapters;
pub mod implementations;
#[cfg(feature = "sqlite")]
pub mod sqlite;