mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 15:34:47 -05:00
[PR #552] [CLOSED] Add DNA Memory tutorial - Human-like AI memory system #4060
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/552
Author: @AIPMAndy
Created: 3/5/2026
Status: ❌ Closed
Base:
main← Head:add-dna-memory-tutorial📝 Commits (1)
d1812dcAdd DNA Memory tutorial - Human-like AI memory system📊 Changes
3 files changed (+560 additions, -0 deletions)
View changed files
➕
dna_memory/README.md(+252 -0)➕
dna_memory/dna_memory_demo.py(+302 -0)➕
dna_memory/requirements.txt(+6 -0)📄 Description
This PR adds a self-contained tutorial for DNA Memory, an AI agent memory system that mimics human learning.
What's included:
Key features:
The demo can be run immediately with just
python3 dna_memory_demo.py.Comparison with existing solutions:
Unlike cloud-based services (Mem0, Zep) or simple context managers (LangChain Memory), DNA Memory truly "learns" from experience with human-like forgetting, reinforcement, and pattern extraction.
Project repository: https://github.com/AIPMAndy/dna-memory
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.