[PR #3015] Add Kubernetes sandbox integration docs for Python and JavaScript #3097

Open
opened 2026-06-05 18:21:04 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3015
Author: @barnakun
Created: 3/9/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (10+)

  • d29406a oss(contributing): add Kubernetes sandbox provider documentation for Python and JavaScript
  • 03ad547 oss(contributing): add Sandbox providers section to all_providers.mdx in JavaScript
  • 28e6c62 Merge branch 'langchain-ai:main' into main
  • 407da0b Merge branch 'main' into main
  • 0e93cfc Merge branch 'main' into main
  • 6ec93af fix: update redirect for JavaScript integrations overview
  • 9b75fda feat: enhance Kubernetes integration documentation with one-shot and multi-turn usage examples
  • 75808e0 Merge branch 'main' into main
  • 5903a90 chore: update package download counts
  • 36830d8 Merge pull request #1 from barnakun/chore/update-package-downloads-20260406-012304

📊 Changes

8 files changed (+1472 additions, -195 deletions)

View changed files

📝 packages.yml (+194 -194)
📝 src/docs.json (+12 -0)
📝 src/oss/deepagents/sandboxes.mdx (+6 -0)
📝 src/oss/javascript/integrations/providers/all_providers.mdx (+44 -0)
src/oss/javascript/integrations/providers/kubernetes.mdx (+518 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/kubernetes.mdx (+689 -0)
📝 src/oss/python/integrations/providers/overview.mdx (+1 -1)

📄 Description

Overview

This PR adds the documentation for a brand new sandbox provider, langchain-kubernetes. This provider acts as a Kubernetes sandbox for the DeepAgents framework and is available for both Python and TypeScript. The documentation details the two backend modes (agent-sandbox and raw), provides quick start code examples for both languages, and outlines how to use it with DeepAgents.

Type of change

Type: New documentation page

Checklist

  • I have read the contributing guidelines, including the language policy
  • 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/3015 **Author:** [@barnakun](https://github.com/barnakun) **Created:** 3/9/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`d29406a`](https://github.com/langchain-ai/docs/commit/d29406a26e0b23dec72657c97b8bf0be2ada5674) oss(contributing): add Kubernetes sandbox provider documentation for Python and JavaScript - [`03ad547`](https://github.com/langchain-ai/docs/commit/03ad5474c4a3505e2454a238b592e651a8a391de) oss(contributing): add Sandbox providers section to all_providers.mdx in JavaScript - [`28e6c62`](https://github.com/langchain-ai/docs/commit/28e6c620f7a00b112674cbef7c1a941f98984276) Merge branch 'langchain-ai:main' into main - [`407da0b`](https://github.com/langchain-ai/docs/commit/407da0b24a00a95ade9c349e9871539259e00845) Merge branch 'main' into main - [`0e93cfc`](https://github.com/langchain-ai/docs/commit/0e93cfc0ca6b74c4aa0453ceaa55a5d430a4ff66) Merge branch 'main' into main - [`6ec93af`](https://github.com/langchain-ai/docs/commit/6ec93afa1ef6ad858e6026227b10d6d467a1e0f0) fix: update redirect for JavaScript integrations overview - [`9b75fda`](https://github.com/langchain-ai/docs/commit/9b75fda1b1fd51a569c0434c0ca1edc50f23c49b) feat: enhance Kubernetes integration documentation with one-shot and multi-turn usage examples - [`75808e0`](https://github.com/langchain-ai/docs/commit/75808e0140bf08638fc8fac24d4df80f8bd371b3) Merge branch 'main' into main - [`5903a90`](https://github.com/langchain-ai/docs/commit/5903a903cf01366d67a0a7fd7cbcae8f8628d283) chore: update package download counts - [`36830d8`](https://github.com/langchain-ai/docs/commit/36830d8050d0818aa34f30119a5a41d51044a946) Merge pull request #1 from barnakun/chore/update-package-downloads-20260406-012304 ### 📊 Changes **8 files changed** (+1472 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `packages.yml` (+194 -194) 📝 `src/docs.json` (+12 -0) 📝 `src/oss/deepagents/sandboxes.mdx` (+6 -0) 📝 `src/oss/javascript/integrations/providers/all_providers.mdx` (+44 -0) ➕ `src/oss/javascript/integrations/providers/kubernetes.mdx` (+518 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/kubernetes.mdx` (+689 -0) 📝 `src/oss/python/integrations/providers/overview.mdx` (+1 -1) </details> ### 📄 Description ## Overview This PR adds the documentation for a brand new sandbox provider, `langchain-kubernetes`. This provider acts as a Kubernetes sandbox for the DeepAgents framework and is available for both Python and TypeScript. The documentation details the two backend modes (`agent-sandbox` and `raw`), provides quick start code examples for both languages, and outlines how to use it with DeepAgents. ## Type of change **Type:** New documentation page ## Checklist - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [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-06-05 18:21:04 -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#3097