[PR #958] [MERGED] docs: add memory how-tos + update add_messages #1795

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/958
Author: @hwchase17
Created: 7/8/2024
Status: Merged
Merged: 7/9/2024
Merged by: @vbarda

Base: mainHead: harrison/add-memory-docs


📝 Commits (8)

📊 Changes

9 files changed (+1212 additions, -6 deletions)

View changed files

📝 docs/_scripts/copy_notebooks.py (+3 -1)
📝 docs/docs/how-tos/index.md (+3 -1)
📝 docs/mkdocs.yml (+3 -1)
examples/memory/add-summary-conversation-history.ipynb (+543 -0)
examples/memory/delete-messages.ipynb (+489 -0)
📝 examples/memory/manage-conversation-history.ipynb (+26 -1)
📝 libs/langgraph/langgraph/graph/message.py (+3 -1)
libs/langgraph/tests/test_messages_state.py (+137 -0)
📝 libs/langgraph/tests/test_prebuilt.py (+5 -1)

📄 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/958 **Author:** [@hwchase17](https://github.com/hwchase17) **Created:** 7/8/2024 **Status:** ✅ Merged **Merged:** 7/9/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `harrison/add-memory-docs` --- ### 📝 Commits (8) - [`6374c8e`](https://github.com/langchain-ai/langgraph/commit/6374c8e7fbc109b0e068c11f502c37a258ca9207) add memory docs - [`4704f7e`](https://github.com/langchain-ai/langgraph/commit/4704f7e4784d05288b2722ef3a1e90b95b5838d4) cr - [`c898ed5`](https://github.com/langchain-ai/langgraph/commit/c898ed580a8b7d24d138ccde3693a14afabb75cd) cr - [`f30ef2c`](https://github.com/langchain-ai/langgraph/commit/f30ef2c5f4a1442f6c71321d8b6ff41d8550cd9d) lint + test - [`7beceef`](https://github.com/langchain-ai/langgraph/commit/7beceef6b3c675ff4ee94e329d3f5fd5712a1300) fix links - [`042c2dd`](https://github.com/langchain-ai/langgraph/commit/042c2ddb0442fee406d773d7bb0a8c7466d05b28) spellcheck - [`360dd83`](https://github.com/langchain-ai/langgraph/commit/360dd83509314bf14ff737a77645e7b1e6b49e4a) spellcheck - [`346757e`](https://github.com/langchain-ai/langgraph/commit/346757ebc3772083631f983336908b110d577773) broken link ### 📊 Changes **9 files changed** (+1212 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/copy_notebooks.py` (+3 -1) 📝 `docs/docs/how-tos/index.md` (+3 -1) 📝 `docs/mkdocs.yml` (+3 -1) ➕ `examples/memory/add-summary-conversation-history.ipynb` (+543 -0) ➕ `examples/memory/delete-messages.ipynb` (+489 -0) 📝 `examples/memory/manage-conversation-history.ipynb` (+26 -1) 📝 `libs/langgraph/langgraph/graph/message.py` (+3 -1) ➕ `libs/langgraph/tests/test_messages_state.py` (+137 -0) 📝 `libs/langgraph/tests/test_prebuilt.py` (+5 -1) </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:45:34 -05:00
yindo closed this issue 2026-02-20 17:45:34 -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#1795