aimemoryengine 0.1.2

Professional-grade persistent project memory for AI coding assistants - No more explaining the same codebase repeatedly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod entities;
pub mod relationships;
pub mod memory;
pub mod parser;
pub mod storage;
pub mod watcher;
pub mod licensing;

pub use entities::*;
pub use relationships::*;
pub use memory::*;
pub use parser::*;
pub use storage::*;
pub use watcher::*;
pub use licensing::*;