FareedKhan-dev/langgraph-long-memory
A detail Implementation of handling long-term memory in Agentic AI
# Technical Summary Implements a dual-layer memory architecture for LangGraph agents using thread-level (short-term) and cross-thread (long-term) storage, with long-term memory persisted as JSON documents in namespaced memory stores. Supports multiple persistence backends—InMemoryStore for development, local file-based storage with `langgraph dev`, and PostgreSQL with pgvector for production deployments with semantic search capabilities. The system integrates human-in-the-loop feedback mechanisms and checkpoint-based state management to enable agents to retain knowledge across sessions while maintaining contextual awareness within active conversations.
Stars
38
Forks
10
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Oct 09, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/FareedKhan-dev/langgraph-long-memory"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
patterns-ai-core/langchainrb
Build LLM-powered applications in Ruby
3uyuan1ee/Fix_agent
基于 LangChain1.0和DeepAgents的代码优化Agent
FareedKhan-dev/Multi-Agent-AI-System
Building a Multi-Agent AI System with LangGraph and LangSmith
datawhalechina/easy-langent
📚“langent”由“lang”与“agent”合并而来的学习教程
skygazer42/GustoBot
五星大厨:全面Multi-Agent 的客服机器人,基于langraph实现,txt2sql ,txt2cypher, lightrag, 多模态 等