[PR #2553] [MERGED] feat(sandboxes): first pass at python sandboxes #2543

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2553
Author: @eyurtsev
Created: 2/9/2026
Status: Merged
Merged: 2/9/2026
Merged by: @eyurtsev

Base: mainHead: eugene/sandbox_python


📝 Commits (7)

📊 Changes

6 files changed (+645 additions, -93 deletions)

View changed files

📝 src/docs.json (+2 -1)
📝 src/oss/deepagents/data-analysis.mdx (+19 -5)
📝 src/oss/deepagents/sandboxes.mdx (+450 -1)
📝 src/oss/python/integrations/providers/daytona.mdx (+56 -14)
📝 src/oss/python/integrations/providers/modal.mdx (+42 -72)
src/oss/python/integrations/providers/runloop.mdx (+76 -0)

📄 Description

First pass at adding sandbox integration for python


🔄 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/2553 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 2/9/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/sandbox_python` --- ### 📝 Commits (7) - [`67a2819`](https://github.com/langchain-ai/docs/commit/67a2819ba4d2cae05a160f695ba2ecd2b6d725b7) x - [`e05bf78`](https://github.com/langchain-ai/docs/commit/e05bf787406ac4af6a521038a755001b22daf9f6) x - [`cbb833b`](https://github.com/langchain-ai/docs/commit/cbb833bce806f12c54d51877ce852c0ddada3d1a) x - [`40384f2`](https://github.com/langchain-ai/docs/commit/40384f296b1cd46eadd0cb6929023cebe8270d88) x - [`49f42f7`](https://github.com/langchain-ai/docs/commit/49f42f704872563a557002d0040ddb4caa5a55f7) x - [`7315410`](https://github.com/langchain-ai/docs/commit/7315410b85e35459db9e4f3e4b563cecdae4b7d4) x - [`db8140a`](https://github.com/langchain-ai/docs/commit/db8140a3c5e8d10acdca95706536b5c484bd6ab8) Merge branch 'main' into eugene/sandbox_python ### 📊 Changes **6 files changed** (+645 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) 📝 `src/oss/deepagents/data-analysis.mdx` (+19 -5) 📝 `src/oss/deepagents/sandboxes.mdx` (+450 -1) 📝 `src/oss/python/integrations/providers/daytona.mdx` (+56 -14) 📝 `src/oss/python/integrations/providers/modal.mdx` (+42 -72) ➕ `src/oss/python/integrations/providers/runloop.mdx` (+76 -0) </details> ### 📄 Description First pass at adding sandbox integration for python --- <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:31 -05:00
yindo closed this issue 2026-02-17 17:23:31 -05:00
yindo changed title from [PR #2553] feat(sandboxes): first pass at python sandboxes to [PR #2553] [MERGED] feat(sandboxes): first pass at python sandboxes 2026-06-05 18:19:09 -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#2543