[PR #383] [CLOSED] Long-term Memory (User Profile) #1427

Closed
opened 2026-02-20 17:44:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/383
Author: @hinthornw
Created: 5/3/2024
Status: Closed

Base: mainHead: wfh/ltm


📝 Commits (10+)

📊 Changes

2 files changed (+2011 additions, -0 deletions)

View changed files

examples/long_term_memory/long_term_memory.ipynb (+725 -0)
examples/memgpt/memgpt.ipynb (+1286 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/383 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/3/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `wfh/ltm` --- ### 📝 Commits (10+) - [`bd31c01`](https://github.com/langchain-ai/langgraph/commit/bd31c018cd5d31e85b87c41d09ef98e1f576f772) Add memgpt lite - [`c5e3676`](https://github.com/langchain-ai/langgraph/commit/c5e3676d53761715a9ae36e8c4c35a0f080e2111) del - [`fad5c5d`](https://github.com/langchain-ai/langgraph/commit/fad5c5d6ee58caa63cc60e36c87df757d461abc8) rename - [`d0f0e75`](https://github.com/langchain-ai/langgraph/commit/d0f0e75cbacef89fff57681700d11142dcfe2807) narrate - [`04d1fec`](https://github.com/langchain-ai/langgraph/commit/04d1feca86af58257482ab831c355b572c5858a5) Add memgpt lite - [`ae94acf`](https://github.com/langchain-ai/langgraph/commit/ae94acfa1fee33bb58b27c5c8a8f9e9425991c49) Merge branch 'main' into wfh/ltm - [`aa7329a`](https://github.com/langchain-ai/langgraph/commit/aa7329ae3d3a64d06b803c95e6a514271cf5cc3a) comments - [`be9e7dd`](https://github.com/langchain-ai/langgraph/commit/be9e7dd13341c15e3a31014ceff63dde7ba74dc8) Tweak - [`836528f`](https://github.com/langchain-ai/langgraph/commit/836528f70b0e10019ce7188675c68144fb7a785c) notes - [`e95906d`](https://github.com/langchain-ai/langgraph/commit/e95906d2ec695ff20c6bb50431202f0834e7c133) dbg ### 📊 Changes **2 files changed** (+2011 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/long_term_memory/long_term_memory.ipynb` (+725 -0) ➕ `examples/memgpt/memgpt.ipynb` (+1286 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:44:42 -05:00
yindo closed this issue 2026-02-20 17:44:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1427