[PR #2679] [MERGED] Document integration patterns for agents with sandboxes #2661

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2679
Author: @npentrel
Created: 2/17/2026
Status: Merged
Merged: 2/18/2026
Merged by: @npentrel

Base: mainHead: naomi/doc-720-add-blog-insights-on-oss-patterns-to-documentation


📝 Commits (3)

  • 11d9f50 Document integration patterns for agents with sandboxes
  • 850963f add code samples
  • 87102bc Update src/oss/deepagents/sandboxes.mdx

📊 Changes

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

View changed files

📝 src/oss/deepagents/sandboxes.mdx (+136 -0)

📄 Description

Added integration patterns for agents with sandboxes, detailing two architecture patterns: 'Agent in sandbox' and 'Sandbox as tool'. Included benefits and trade-offs for each pattern.


🔄 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/2679 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 2/17/2026 **Status:** ✅ Merged **Merged:** 2/18/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `naomi/doc-720-add-blog-insights-on-oss-patterns-to-documentation` --- ### 📝 Commits (3) - [`11d9f50`](https://github.com/langchain-ai/docs/commit/11d9f507c76fe911123d874b2db885cde0cc1597) Document integration patterns for agents with sandboxes - [`850963f`](https://github.com/langchain-ai/docs/commit/850963f84c90aba1afca832ef287551c61c194ae) add code samples - [`87102bc`](https://github.com/langchain-ai/docs/commit/87102bcaa1262087397744311eb8d1b549b9d603) Update src/oss/deepagents/sandboxes.mdx ### 📊 Changes **1 file changed** (+136 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/sandboxes.mdx` (+136 -0) </details> ### 📄 Description Added integration patterns for agents with sandboxes, detailing two architecture patterns: 'Agent in sandbox' and 'Sandbox as tool'. Included benefits and trade-offs for each pattern. --- <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:38 -05:00
yindo changed title from [PR #2679] Document integration patterns for agents with sandboxes to [PR #2679] [MERGED] Document integration patterns for agents with sandboxes 2026-06-05 18:19:56 -04:00
yindo closed this issue 2026-06-05 18:19:57 -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#2661