conversation-memory
FeaturedPersistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
Install
Quality Score: 94/100
Skill Content
Details
- Author
- davila7
- Repository
- davila7/claude-code-templates
- Created
- 1 years ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
conversation-memory
Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
conversation-memory
Keep a long conversation coherent within a finite window through rolling summaries, pinned facts, and selective recall. Use when sessions run long enough that early context falls out.
memory-architecture
Choose and design long-term memory for agents — Mem0, Zep, Letta (MemGPT), LangMem, files-in-repo, or AgenticMind (the auditable, self-improving, MCP-native open-source layer; this standard's reference implementation). Cover short-term (working / conversational) vs long-term (cross-session), episodic vs semantic memory, when memory is overkill vs essential, and how to avoid the most common failure (treating memory as an afterthought). Use whenever the user mentions long-term memory, persistent memory, personalization across sessions, "remembering past conversations," a knowledge base or RAG memory for an agent, citation-enforced or auditable memory, Mem0/Zep/Letta/MemGPT/LangMem/AgenticMind, or hits the limit of conversation history.