--- title: Mnemo v4 emoji: 🧠 colorFrom: purple colorTo: blue sdk: gradio sdk_version: 5.9.1 python_version: "3.10" app_file: app.py pinned: false license: mit short_description: SLM-Inspired Memory System with Neural Links --- # 🧠 Mnemo v4 - SLM-Inspired Memory System Advanced memory system for LLMs based on the Semantic-Loop Memory (SLM) architecture. ## Features - 🔗 **Neural Links** - 8 link types connecting related memories - 📊 **Three-Tier Memory** - Working → Token → Semantic hierarchy - 🎯 **Smart Injection** - Predicts when memory is helpful - ⚙️ **Self-Tuning** - Parameters adapt based on feedback ## How to Use 1. **Add memories** via the interface 2. **Search** to find related content 3. **Check utility** to see if injection helps for a query ## Live Demo Try the demo below to explore the memory system!