Local Ai
I got tired of flat RAG, so I built a 3D Multi-Agent Memory Core with 'Fading Gossip' (Open Source)
Hey everyone! I’ve been working on a 100% local cognitive memory engine designed specifically to give multi-agent systems and NPC societies human-like memory. It's called Eternal Thread. Instead of ju
Hey everyone! I’ve been working on a 100% local cognitive memory engine designed specifically to give multi-agent systems and NPC societies human-like memory. It's called Eternal Thread. Instead of just retrieving standard flat text, it maps memories onto a 3D Weaire-Phelan topological grid using an emotional X/Y/Z axis, and pulls context using Spreading Activation (like a biological train of thought). A few cool features: Fading Gossip: Secrets shared between agents natively decay by 25% emotional weight, simulating the "telephone game" effect. Strict Privacy: Zero-leakage vector boundaries. Agents can have private thoughts, public events, or limited sharing (e.g., shared_with=["Guard_01"]). Spaced Repetition: Memories naturally decay over time unless they are actively retrieved, giving agents a very organic memory cycle. It’s completely open source and runs entirely locally. Thought this community might enjoy messing around with it! GitHub: https://github.com/Faol88/Eternal-Thread submitted by /u/SouthernAd7712 [link] [comments]
Related
- Dispatch. Learn how agentic systems actually work. Open-source, hackable CLI AI agent built on Ollama
- Give any Ollama-compatible client session memory + a shared knowledge wiki by swapping the chat URL
- Local, open-source, modular, extensible memory system - HuBrIS
Source: r/ollama | 2026-08-24