[PR #2273] [MERGED] Mention that subagent-created files outlive the subagent in the LangGraph State #2286

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2273
Author: @rahul-langchain
Created: 1/18/2026
Status: Merged
Merged: 1/19/2026
Merged by: @npentrel

Base: mainHead: rahul/clarify-subagent-backend


📝 Commits (1)

  • aa0ee9e Mention that subagent-created files outlive the subagent in the LangGraph state

📊 Changes

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

View changed files

📝 src/oss/deepagents/backends.mdx (+3 -0)

📄 Description

Overview

This is an important detail for developers to keep in mind while thinking about subagent context isolation.

Type of change

Type: Update existing documentation

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

🔄 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/2273 **Author:** [@rahul-langchain](https://github.com/rahul-langchain) **Created:** 1/18/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `rahul/clarify-subagent-backend` --- ### 📝 Commits (1) - [`aa0ee9e`](https://github.com/langchain-ai/docs/commit/aa0ee9ebbb0b5a788bf99e0a1973f6abe4d1edfc) Mention that subagent-created files outlive the subagent in the LangGraph state ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/backends.mdx` (+3 -0) </details> ### 📄 Description ## Overview This is an important detail for developers to keep in mind while thinking about subagent context isolation. ## Type of change **Type:** Update existing documentation ## 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 --- <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:15 -05:00
yindo closed this issue 2026-02-17 17:23:15 -05:00
yindo changed title from [PR #2273] Mention that subagent-created files outlive the subagent in the LangGraph State to [PR #2273] [MERGED] Mention that subagent-created files outlive the subagent in the LangGraph State 2026-06-05 18:17:41 -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#2286