Discover and explore top open-source AI tools and projects—updated daily.
aayoawoyemiLocal-first persistent memory for AI agents
Top 96.8% on SourcePulse
Summary
Ori-Mnemos offers a local-first, persistent memory infrastructure for AI agents, prioritizing data sovereignty and eliminating cloud dependency. It provides engineers and power users with a high-performance, self-optimizing memory system that learns and adapts, ensuring full control over agent data.
How It Works
The system leverages a novel Recursive Memory Harness (RMH) framework, modeling human cognition on a knowledge graph. It employs ACT-R-inspired activation decay, spreading activation, Hebbian co-occurrence learning, and reinforcement learning on retrieval. Retrieval involves recursive graph traversal with sub-question decomposition, enabling the system to learn relevance, forget obsolescence, and optimize its retrieval pipeline. This approach delivers zero-infrastructure, high-performance retrieval directly on user data.
Quick Start & Requirements
npm install -g ori-memoryori init my-agentori bridge <client> --vault ~/brain for various MCP clients (e.g., claude-code, hermes, cursor).ori.config.yaml detail configuration.Highlighted Details
Maintenance & Community
No specific details on maintainers, sponsorships, or community channels were found in the provided README. The project is at version v0.5.0.
Licensing & Compatibility
Limitations & Caveats
The project is at version v0.5.0, indicating active development. While core functionality is heuristic-driven, optional LLM integration may be needed for advanced features. The novel RMH framework, while promising, represents a departure from traditional vector stores and may require further validation in diverse, long-term deployments.
1 day ago
Inactive