aonyx-memory 0.8.1

Aonyx Agent — memory palace (KG + diary + hybrid search + time-machine)
Documentation
1
2
3
4
5
//! Inter-project semantic linking via centroid cosine.
//!
//! Port target: Aonyx RAG `rag_system/cross_linking.py`.

// TODO(V1): compute centroid per project, expose `related(project) -> Vec<(project, score)>`.