Installation
Install Mneno0.4.0 from PyPI:
pip install mneno==0.4.0.
Basic Usage
Here is a simple example of how to use Mneno to add memories and search through them.Build Context for Prompts
Mneno builds explainable context for LLM prompts within a token budget.Inspect Decisions
Tracing is local, optional, and disabled by default. Enable it when you need to inspect retrieval or context decisions.Evaluate Behavior
Evaluation wrappers return typed, serializable metrics for retrieval, context building, and compaction.Next Steps
Scoring
Learn how Mneno ranks memories.
Compaction
Prevent context rot with auto-compaction.
Storage
Configure persistent storage.
Providers
Integrate with embeddings and rerankers.
Observability
Inspect local decision traces.
Evaluation
Measure runtime behavior and export benchmark results.