[PR #2722] [MERGED] feat: highlight pluggable filesystem backends on deep agents overview [closes DOC-745] #2825

Closed
opened 2026-06-05 18:20:05 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2722
Author: @lnhsingh
Created: 2/19/2026
Status: Merged
Merged: 2/19/2026
Merged by: @lnhsingh

Base: mainHead: open-swe/94e843c4-eb80-580a-dd94-e72cdc6baef7


📝 Commits (2)

  • 115fbad Add pluggable filesystem backends documentation to Deep Agents overview page to make this capability more discoverable
  • 8f489f5 Apply suggestion from @lnhsingh

📊 Changes

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

View changed files

📝 src/oss/deepagents/overview.mdx (+10 -0)

📄 Description

Description

Updates the Deep Agents landing page (overview.mdx) to make the pluggable filesystem backends feature more prominent, as requested by Chester Curme.

Changes:

  • Added a new "Pluggable filesystem backends" card to the Core capabilities section, describing all available backends (in-memory state, local disk, LangGraph store, sandboxes, composite routing, and custom backends) with links to the backends and sandboxes pages
  • Added a bullet point about swappable filesystem backends in the When to use section
  • Added a "Backends" card to the Get started CardGroup sections for both Python and JavaScript

Resolves DOC-745

Test Plan

  • Verify the overview page renders correctly at /oss/python/deepagents/overview
  • Verify the new "Pluggable filesystem backends" card appears in the Core capabilities section
  • Verify the "Backends" card appears in the Get started sections for both Python and JS
  • Verify all links (/oss/deepagents/backends, /oss/deepagents/sandboxes) resolve correctly
  • Verify the new bullet in the "When to use" section renders properly

🔄 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/2722 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 2/19/2026 **Status:** ✅ Merged **Merged:** 2/19/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `open-swe/94e843c4-eb80-580a-dd94-e72cdc6baef7` --- ### 📝 Commits (2) - [`115fbad`](https://github.com/langchain-ai/docs/commit/115fbad8ba5561e676a95a95a05f1166121fdd75) Add pluggable filesystem backends documentation to Deep Agents overview page to make this capability more discoverable - [`8f489f5`](https://github.com/langchain-ai/docs/commit/8f489f5ac96a576f72b26c5918d998db374f985d) Apply suggestion from @lnhsingh ### 📊 Changes **1 file changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/overview.mdx` (+10 -0) </details> ### 📄 Description ## Description Updates the Deep Agents landing page (`overview.mdx`) to make the pluggable filesystem backends feature more prominent, as requested by Chester Curme. Changes: - Added a new "Pluggable filesystem backends" card to the **Core capabilities** section, describing all available backends (in-memory state, local disk, LangGraph store, sandboxes, composite routing, and custom backends) with links to the backends and sandboxes pages - Added a bullet point about swappable filesystem backends in the **When to use** section - Added a "Backends" card to the **Get started** CardGroup sections for both Python and JavaScript Resolves DOC-745 ## Test Plan - [ ] Verify the overview page renders correctly at `/oss/python/deepagents/overview` - [ ] Verify the new "Pluggable filesystem backends" card appears in the Core capabilities section - [ ] Verify the "Backends" card appears in the Get started sections for both Python and JS - [ ] Verify all links (`/oss/deepagents/backends`, `/oss/deepagents/sandboxes`) resolve correctly - [ ] Verify the new bullet in the "When to use" section renders properly --- <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-06-05 18:20:05 -04:00
yindo closed this issue 2026-06-05 18:20:06 -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#2825