kimetsu-brain 0.7.3

Project + user-scope memory, hybrid retrieval (lexical + cosine), ambient context, secret redaction at ingest for kimetsu.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod ambient;
pub mod benchmark;
pub mod conflict;
pub mod context;
pub mod embeddings;
pub mod ingest;
pub mod lock;
pub mod project;
pub mod projector;
pub mod redact;
pub mod reindex;
pub mod schema;
pub mod trace;
pub mod user_brain;