[PR #3590] [MERGED] feat: document how to execute skill scripts in a sandbox #3631

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3590
Author: @open-swe[bot]
Created: 4/15/2026
Status: Merged
Merged: 4/21/2026
Merged by: @npentrel

Base: mainHead: open-swe/6a48748b-d79d-2d6f-b215-2b552763afb2


📝 Commits (8)

📊 Changes

12 files changed (+4530 additions, -572 deletions)

View changed files

📝 .github/workflows/create-preview-branch.yml (+9 -3)
📝 .github/workflows/test-code-samples.yml (+3 -0)
📝 pyproject.toml (+2 -0)
src/code-samples/deepagents/skills-sandbox.py (+115 -0)
src/code-samples/deepagents/skills-sandbox.ts (+160 -0)
src/code-samples/deepagents/skills/write-timestamp/SKILL.md (+12 -0)
src/code-samples/deepagents/skills/write-timestamp/write_timestamp.py (+17 -0)
📝 src/code-samples/package-lock.json (+3959 -569)
📝 src/code-samples/package.json (+1 -0)
📝 src/oss/deepagents/skills.mdx (+24 -0)
src/snippets/code-samples/skills-sandbox-js.mdx (+136 -0)
src/snippets/code-samples/skills-sandbox-py.mdx (+92 -0)

📄 Description

https://langchain-5e9cc07a-preview-opensw-1776697014-b51f13c.mintlify.app/oss/python/deepagents/skills#execute-skill-scripts-in-a-sandbox


🔄 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/3590 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 4/15/2026 **Status:** ✅ Merged **Merged:** 4/21/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `open-swe/6a48748b-d79d-2d6f-b215-2b552763afb2` --- ### 📝 Commits (8) - [`3ac9b81`](https://github.com/langchain-ai/docs/commit/3ac9b81c307394c8002f91ba0ebb2fec5afc4913) feat: add section on executing skill scripts in a sandbox to skills page - [`a6ad1d3`](https://github.com/langchain-ai/docs/commit/a6ad1d3393030fc538ec7cadcd8dc3093b08d573) Apply suggestion from @npentrel - [`8a2e81a`](https://github.com/langchain-ai/docs/commit/8a2e81a6d09d72c22146692a8f8f7b32bfe3b570) fix code snippets - [`2cb2216`](https://github.com/langchain-ai/docs/commit/2cb2216da7bf590a803de7587a7c735cca6423bf) Update - [`5dd6868`](https://github.com/langchain-ai/docs/commit/5dd686873640e7b8cc2b57e29c0a1c508d156eff) update - [`70473d9`](https://github.com/langchain-ai/docs/commit/70473d91fbc51fce8ee28d69ae3fe486d665adfb) don't put preview link for snippets - [`6cb011e`](https://github.com/langchain-ai/docs/commit/6cb011e10edfdfc4e180639478451a7ebf7f212c) remove store value to bytes - [`a6d3239`](https://github.com/langchain-ai/docs/commit/a6d323967b6646f2b79beec8e368ae0509c5d0c7) lint ### 📊 Changes **12 files changed** (+4530 additions, -572 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/create-preview-branch.yml` (+9 -3) 📝 `.github/workflows/test-code-samples.yml` (+3 -0) 📝 `pyproject.toml` (+2 -0) ➕ `src/code-samples/deepagents/skills-sandbox.py` (+115 -0) ➕ `src/code-samples/deepagents/skills-sandbox.ts` (+160 -0) ➕ `src/code-samples/deepagents/skills/write-timestamp/SKILL.md` (+12 -0) ➕ `src/code-samples/deepagents/skills/write-timestamp/write_timestamp.py` (+17 -0) 📝 `src/code-samples/package-lock.json` (+3959 -569) 📝 `src/code-samples/package.json` (+1 -0) 📝 `src/oss/deepagents/skills.mdx` (+24 -0) ➕ `src/snippets/code-samples/skills-sandbox-js.mdx` (+136 -0) ➕ `src/snippets/code-samples/skills-sandbox-py.mdx` (+92 -0) </details> ### 📄 Description https://langchain-5e9cc07a-preview-opensw-1776697014-b51f13c.mintlify.app/oss/python/deepagents/skills#execute-skill-scripts-in-a-sandbox --- <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:44 -04:00
yindo closed this issue 2026-06-05 18:23:44 -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#3631