[PR #2611] [MERGED] Improve doc for memory and skills #2590

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2611
Author: @hanshsieh
Created: 2/11/2026
Status: Merged
Merged: 5/28/2026
Merged by: @npentrel

Base: mainHead: fix_memory


📝 Commits (1)

📊 Changes

3 files changed (+211 additions, -0 deletions)

View changed files

📝 src/code-samples/deepagents/customization-memory.py (+13 -0)
📝 src/oss/deepagents/customization.mdx (+114 -0)
📝 src/snippets/code-samples/customization-memory-filesystem-py.mdx (+84 -0)

📄 Description

Overview

  • Remove the unnecessary files for agent.invoke when using StoreBackend
  • Add the code snippet for invoking agent when using FilesystemBackend (like the examples of other backends)

Type of change

Type: Update existing documentation

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/2611 **Author:** [@hanshsieh](https://github.com/hanshsieh) **Created:** 2/11/2026 **Status:** ✅ Merged **Merged:** 5/28/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `fix_memory` --- ### 📝 Commits (1) - [`ab0679c`](https://github.com/langchain-ai/docs/commit/ab0679c9f8f00a210d805125f3ea19142e635f4f) Improve doc for memory ### 📊 Changes **3 files changed** (+211 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/code-samples/deepagents/customization-memory.py` (+13 -0) 📝 `src/oss/deepagents/customization.mdx` (+114 -0) 📝 `src/snippets/code-samples/customization-memory-filesystem-py.mdx` (+84 -0) </details> ### 📄 Description ## Overview - Remove the unnecessary `files` for `agent.invoke` when using `StoreBackend` - Add the code snippet for invoking agent when using `FilesystemBackend` (like the examples of other backends) ## Type of change **Type:** Update existing documentation ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [X] I have read the [contributing guidelines](README.md) - [X] I have tested my changes locally using `docs dev` - [X] All code examples have been tested and work correctly - [X] I have used **root relative** paths for internal links - [X] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:34 -05:00
yindo changed title from [PR #2611] Improve doc for memory and skills to [PR #2611] [MERGED] Improve doc for memory and skills 2026-06-05 18:19:33 -04:00
yindo closed this issue 2026-06-05 18:19:33 -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#2590