[PR #2561] [MERGED] docs: add Store API section for accessing memories from external code #2547

Closed
opened 2026-02-17 17:23:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2561
Author: @vishnu-ssuresh
Created: 2/10/2026
Status: Merged
Merged: 2/12/2026
Merged by: @mdrxy

Base: mainHead: vishnu/store-api-external-access-docs


📝 Commits (7)

  • 226d95e docs: add Store API section for accessing memories from external code
  • 83c46cb Apply suggestion from @mdrxy
  • 94d5a7c docs: clarify Store API usage for memory access in LangSmith deployment
  • 5c92b98 Merge branch 'main' into vishnu/store-api-external-access-docs
  • 741a466 Apply suggestion from @mdrxy
  • 74ac785 Update src/oss/deepagents/long-term-memory.mdx
  • 0fa517e Merge branch 'main' into vishnu/store-api-external-access-docs

📊 Changes

1 file changed (+68 additions, -0 deletions)

View changed files

📝 src/oss/deepagents/long-term-memory.mdx (+68 -0)

📄 Description

Summary

Documents how to read/write memories from server-side code using the Store API.

Changes

  • Added new section "Accessing memories from external code" to the long-term memory page
  • Documents the namespace format: (assistant_id, "filesystem")
  • Includes code examples for Python and JavaScript SDKs (get, put, search)
  • Links to Store API reference and LangGraph SDK docs
  • Added note clarifying path format (without /memories/ prefix)

🔄 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/2561 **Author:** [@vishnu-ssuresh](https://github.com/vishnu-ssuresh) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/12/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `vishnu/store-api-external-access-docs` --- ### 📝 Commits (7) - [`226d95e`](https://github.com/langchain-ai/docs/commit/226d95e4d372c44cc06041bc8b77795b100374c3) docs: add Store API section for accessing memories from external code - [`83c46cb`](https://github.com/langchain-ai/docs/commit/83c46cb56d91c190a0a9779ff02bbcf62d3a6ed8) Apply suggestion from @mdrxy - [`94d5a7c`](https://github.com/langchain-ai/docs/commit/94d5a7c47ec23e1d4190591f3271fd77516d13df) docs: clarify Store API usage for memory access in LangSmith deployment - [`5c92b98`](https://github.com/langchain-ai/docs/commit/5c92b98bb1e1ba5182a88eafab9cf675e8522669) Merge branch 'main' into vishnu/store-api-external-access-docs - [`741a466`](https://github.com/langchain-ai/docs/commit/741a46668ad3dec6edaff7d91e41dec49d2f8dce) Apply suggestion from @mdrxy - [`74ac785`](https://github.com/langchain-ai/docs/commit/74ac7858548e393dbad77374179b4364fa7cd520) Update src/oss/deepagents/long-term-memory.mdx - [`0fa517e`](https://github.com/langchain-ai/docs/commit/0fa517e6d9e98a52fd21e0026886f1a9d9e358ef) Merge branch 'main' into vishnu/store-api-external-access-docs ### 📊 Changes **1 file changed** (+68 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/long-term-memory.mdx` (+68 -0) </details> ### 📄 Description ## Summary Documents how to read/write memories from server-side code using the Store API. ## Changes - Added new section "Accessing memories from external code" to the long-term memory page - Documents the namespace format: `(assistant_id, "filesystem")` - Includes code examples for Python and JavaScript SDKs (get, put, search) - Links to Store API reference and LangGraph SDK docs - Added note clarifying path format (without `/memories/` prefix) --- <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:23:32 -05:00
yindo closed this issue 2026-02-17 17:23:32 -05:00
yindo changed title from [PR #2561] docs: add Store API section for accessing memories from external code to [PR #2561] [MERGED] docs: add Store API section for accessing memories from external code 2026-06-05 18:19:11 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2547