[PR #276] [MERGED] docs(oss): short + long term memory #587

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/276
Author: @sydney-runkle
Created: 8/29/2025
Status: Merged
Merged: 8/29/2025
Merged by: @hwchase17

Base: v1-alphaHead: sr/short-term-mem


📝 Commits (6)

📊 Changes

3 files changed (+1235 additions, -674 deletions)

View changed files

📝 src/oss/langchain-long-term-memory.mdx (+409 -5)
📝 src/oss/langchain-short-term-memory.mdx (+690 -4)
📝 src/oss/langgraph/add-memory.mdx (+136 -665)

📄 Description

Examples for pre / post model sections a bit redundant w/ the examples above.

Should eventually decide what we want to do w/ central memory concepts that apply to both langchain and langgraph.
Should also decide if we want to split out short / long term memory for langgraph like we do for langchain.

TODO: figure out what's going wrong w/ summarization node + add output (non blocking)


🔄 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/docs/pull/276 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 8/29/2025 **Status:** ✅ Merged **Merged:** 8/29/2025 **Merged by:** [@hwchase17](https://github.com/hwchase17) **Base:** `v1-alpha` ← **Head:** `sr/short-term-mem` --- ### 📝 Commits (6) - [`e8d88a4`](https://github.com/langchain-ai/docs/commit/e8d88a49306ec4e4404e63cab2e3fa27ccfe3f9e) getting started on memory - [`4ed1934`](https://github.com/langchain-ai/docs/commit/4ed19343eff14bf718e6d41dcc244d766cea3d26) basic long term mem file - [`01fec2e`](https://github.com/langchain-ai/docs/commit/01fec2eb6e9b83d96a4b84ed655f636eea53f58a) basic examples - [`7ed4686`](https://github.com/langchain-ai/docs/commit/7ed468686feac57c4a32311ee7f53fa319469074) more memory stuff - [`7f4328a`](https://github.com/langchain-ai/docs/commit/7f4328ab913e8e3d0a2c0083af391a6fee9b5945) Merge branch 'v1-alpha' into sr/short-term-mem - [`8c0fa61`](https://github.com/langchain-ai/docs/commit/8c0fa61192b0b44ab7b1ac9bf4387e4a95c07372) prompt logic ### 📊 Changes **3 files changed** (+1235 additions, -674 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain-long-term-memory.mdx` (+409 -5) 📝 `src/oss/langchain-short-term-memory.mdx` (+690 -4) 📝 `src/oss/langgraph/add-memory.mdx` (+136 -665) </details> ### 📄 Description Examples for pre / post model sections a bit redundant w/ the examples above. Should eventually decide what we want to do w/ central memory concepts that apply to both langchain and langgraph. Should also decide if we want to split out short / long term memory for langgraph like we do for langchain. TODO: figure out what's going wrong w/ summarization node + add output (non blocking) --- <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-17 17:20:41 -05:00
yindo closed this issue 2026-02-17 17:20:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#587