Section 01
SORNMemory: A Neuro-Inspired Episodic Memory System for LLMs (Introduction)
SORNMemory is an open-source project maintained by omgbox on GitHub, released in June 2025 with the original title "SORNMemory: SORN-powered episodic memory for LLMs". It leverages Self-Organizing Recurrent Neural Networks (SORN) to provide large language models (LLMs) with long-term episodic memory beyond context window limits, using biologically inspired mechanisms instead of traditional methods like vector databases or sliding windows.