@noir-ai/memory
v1.8.0
Published
Noir memory — cross-session observations over the store, with hybrid recall and provider-gated consolidation.
Maintainers
Readme
@noir-ai/memory
Cross-session memory layered on top of the store — save / recall / search / sessions / forget / consolidate — with full governance (audit trail, delete-with-reason, export). Recall reuses the context engine's hybrid retrieval (BM25 + vector kNN + Reciprocal Rank Fusion); consolidation is opt-in and provider-gated, refusing cleanly without a provider.
Part of the Noir toolkit — the discipline, context, and memory layer for any agentic CLI.
Install
npm install @noir-ai/memoryMost users install the CLI instead, which reaches memory via
noir memory {recall,save,sessions,forget,consolidate}:npm install -g @noir-ai/cli
License
MIT © agaaaptr
