[PR #3494] [MERGED] fix: deduplicate sandbox lifecycle section [closes DOC-978] #3540

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3494
Author: @open-swe[bot]
Created: 4/8/2026
Status: Merged
Merged: 5/12/2026
Merged by: @npentrel

Base: mainHead: open-swe/c6facaa2-f245-48f2-c620-1aa3a1a2023c


📝 Commits (1)

  • 75ef4d7 remove sandbox duplication

📊 Changes

6 files changed (+132 additions, -318 deletions)

View changed files

📝 src/oss/deepagents/going-to-production.mdx (+9 -82)
📝 src/oss/deepagents/sandboxes.mdx (+29 -236)
src/snippets/deepagents-sandbox-lifecycle-factory-assistant-py.mdx (+22 -0)
src/snippets/deepagents-sandbox-lifecycle-factory-assistant-ts.mdx (+22 -0)
src/snippets/deepagents-sandbox-lifecycle-factory-thread-py.mdx (+25 -0)
src/snippets/deepagents-sandbox-lifecycle-factory-thread-ts.mdx (+25 -0)

📄 Description

Description

The sandboxes page had duplicated lifecycle content: a "Basic lifecycle" subsection (redundant with the "Basic usage" section above), and a "Per-conversation lifecycle" subsection that duplicated the going-to-production page's sandbox lifecycle patterns. Replaced both with concise thread-scoped and assistant-scoped subsections, each with a graph factory code snippet, and added a cross-link to going-to-production for full deployment patterns.

Resolves DOC-978

Test Plan

  • Verify the sandboxes page renders correctly with the updated lifecycle section
  • Verify the cross-link to going-to-production works

Opened collaboratively by Naomi Pentrel and open-swe.


🔄 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/3494 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 4/8/2026 **Status:** ✅ Merged **Merged:** 5/12/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `open-swe/c6facaa2-f245-48f2-c620-1aa3a1a2023c` --- ### 📝 Commits (1) - [`75ef4d7`](https://github.com/langchain-ai/docs/commit/75ef4d72c74fcaee952a7fbce65256239454dff8) remove sandbox duplication ### 📊 Changes **6 files changed** (+132 additions, -318 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/going-to-production.mdx` (+9 -82) 📝 `src/oss/deepagents/sandboxes.mdx` (+29 -236) ➕ `src/snippets/deepagents-sandbox-lifecycle-factory-assistant-py.mdx` (+22 -0) ➕ `src/snippets/deepagents-sandbox-lifecycle-factory-assistant-ts.mdx` (+22 -0) ➕ `src/snippets/deepagents-sandbox-lifecycle-factory-thread-py.mdx` (+25 -0) ➕ `src/snippets/deepagents-sandbox-lifecycle-factory-thread-ts.mdx` (+25 -0) </details> ### 📄 Description ## Description The sandboxes page had duplicated lifecycle content: a "Basic lifecycle" subsection (redundant with the "Basic usage" section above), and a "Per-conversation lifecycle" subsection that duplicated the going-to-production page's sandbox lifecycle patterns. Replaced both with concise thread-scoped and assistant-scoped subsections, each with a graph factory code snippet, and added a cross-link to going-to-production for full deployment patterns. Resolves DOC-978 ## Test Plan - [ ] Verify the sandboxes page renders correctly with the updated lifecycle section - [ ] Verify the cross-link to going-to-production works _Opened collaboratively by Naomi Pentrel and open-swe._ --- <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:23:25 -04:00
yindo closed this issue 2026-06-05 18:23:26 -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#3540