memrec-common 0.2.0

Local-first AI memory with project isolation — for terminal, for private use
Documentation
1
2
3
4
5
6
7
mod memory;
mod project;
mod config;

pub use memory::{Memory, MemoryType};
pub use project::{Project, ProjectConfig};
pub use config::{MemoryConfig, ImportanceConfig, ServerConfig};