rishabbahal9/LLM-memory-LangMem
Managing Memory in LLMs with LangMem.
This project helps developers manage how Large Language Models (LLMs) remember information during conversations, making them more effective in chat applications. It allows an LLM to recall details shared by a user across multiple interactions and ensures that different users have their own private memories. Developers can integrate this to create more personalized and efficient conversational AI experiences for their end-users.
No commits in the last 6 months.
Use this if you are a developer building conversational AI applications and need your LLM agents to remember past interactions with individual users, enhancing personalization and context.
Not ideal if you are looking for a pre-built chatbot solution rather than a tool for managing LLM memory within your own custom application.
Stars
5
Forks
2
Language
Python
License
—
Category
Last pushed
Apr 30, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/rishabbahal9/LLM-memory-LangMem"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
langchain-samples/context-failure-evals
Evals with langsmith designed to solve real-world context failure limitations of agents
AIMPED/langchain_BasicAgent
boilerplate code for a basic langchain agent with tool usage. RAG, websearch, email notifications
rhuanbarros/llm-rag-agent-knowledgebase
Full-stack artificial intelligence project with both backend (Langchain, Langgraph) and frontend...