[PR #3413] docs: Add Leap0 sandbox integration docs #3467

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3413
Author: @ipassynk
Created: 4/2/2026
Status: 🔄 Open

Base: mainHead: docs/leap0-sandbox-integration


📝 Commits (10+)

  • 3e7355b Add Leap0 sandbox integration docs
  • 8411957 Add Leap0 sandbox integration docs
  • 10eedae Add Leap0 sandbox integration docs (js)
  • d0324ba Merge branch 'main' into docs/leap0-sandbox-integration
  • fb965f3 Merge branch 'main' into docs/leap0-sandbox-integration
  • e2b8cd5 Merge branch 'main' into docs/leap0-sandbox-integration
  • 099851c Merge branch 'main' into docs/leap0-sandbox-integration
  • 7d6cc61 Merge branch 'main' into docs/leap0-sandbox-integration
  • 18c9ce4 Merge branch 'main' into docs/leap0-sandbox-integration
  • 2aa87fc Merge branch 'main' into docs/leap0-sandbox-integration

📊 Changes

10 files changed (+281 additions, -0 deletions)

View changed files

src/images/providers/dark/leap0.svg (+1 -0)
src/images/providers/leap0-icon.svg (+1 -0)
src/images/providers/light/leap0.svg (+1 -0)
📝 src/oss/deepagents/sandboxes.mdx (+6 -0)
src/oss/javascript/integrations/providers/leap0.mdx (+122 -0)
📝 src/oss/javascript/integrations/sandboxes/index.mdx (+6 -0)
src/oss/python/integrations/providers/leap0.mdx (+13 -0)
📝 src/oss/python/integrations/sandboxes/index.mdx (+6 -0)
src/oss/python/integrations/sandboxes/leap0.mdx (+80 -0)
📝 src/snippets/deepagents-sandbox-basic-py.mdx (+45 -0)

📄 Description

Overview

Adds documentation for the Leap0 sandbox integration with LangChain Deep Agents:

  • Sandbox integration page for langchain-leap0 and Leap0Sandbox (install, backend setup, Deep Agents example, cleanup, LEAP0_API_KEY).
  • Provider hub page under Python integrations linking to the sandbox doc.
  • leap0-icon.svg for cards and UI consistency.
  • Deep Agents sandboxes page: Leap0 cards with links to /oss/integrations/sandboxes/leap0 and the Leap0 icon.

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
  • I have updated navigation in src/docs.json if needed

Issue: https://github.com/langchain-ai/docs/issues/3642


🔄 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/3413 **Author:** [@ipassynk](https://github.com/ipassynk) **Created:** 4/2/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/leap0-sandbox-integration` --- ### 📝 Commits (10+) - [`3e7355b`](https://github.com/langchain-ai/docs/commit/3e7355bcb62cc54edb490cee876831af1fe47b8b) Add Leap0 sandbox integration docs - [`8411957`](https://github.com/langchain-ai/docs/commit/84119570eca90699b39f60cd35413fb629f90738) Add Leap0 sandbox integration docs - [`10eedae`](https://github.com/langchain-ai/docs/commit/10eedae685260c9e285967012c5ab15eb3fd7afa) Add Leap0 sandbox integration docs (js) - [`d0324ba`](https://github.com/langchain-ai/docs/commit/d0324baaacdf9a184fa96672399ee18bb6bd51ca) Merge branch 'main' into docs/leap0-sandbox-integration - [`fb965f3`](https://github.com/langchain-ai/docs/commit/fb965f3c7fc949b706553fa37530fe98cf89d5ed) Merge branch 'main' into docs/leap0-sandbox-integration - [`e2b8cd5`](https://github.com/langchain-ai/docs/commit/e2b8cd5e5dcd45c8e3a02156fc2eead3f0463149) Merge branch 'main' into docs/leap0-sandbox-integration - [`099851c`](https://github.com/langchain-ai/docs/commit/099851c6e75961543015ed8a46210555aefb180c) Merge branch 'main' into docs/leap0-sandbox-integration - [`7d6cc61`](https://github.com/langchain-ai/docs/commit/7d6cc613799cf335dd8e14910347b7e84b94e37e) Merge branch 'main' into docs/leap0-sandbox-integration - [`18c9ce4`](https://github.com/langchain-ai/docs/commit/18c9ce43934d44dc1b9d3a81b9d3a9a5d349568a) Merge branch 'main' into docs/leap0-sandbox-integration - [`2aa87fc`](https://github.com/langchain-ai/docs/commit/2aa87fca84a830726b2493d5bcd6e18485845952) Merge branch 'main' into docs/leap0-sandbox-integration ### 📊 Changes **10 files changed** (+281 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/images/providers/dark/leap0.svg` (+1 -0) ➕ `src/images/providers/leap0-icon.svg` (+1 -0) ➕ `src/images/providers/light/leap0.svg` (+1 -0) 📝 `src/oss/deepagents/sandboxes.mdx` (+6 -0) ➕ `src/oss/javascript/integrations/providers/leap0.mdx` (+122 -0) 📝 `src/oss/javascript/integrations/sandboxes/index.mdx` (+6 -0) ➕ `src/oss/python/integrations/providers/leap0.mdx` (+13 -0) 📝 `src/oss/python/integrations/sandboxes/index.mdx` (+6 -0) ➕ `src/oss/python/integrations/sandboxes/leap0.mdx` (+80 -0) 📝 `src/snippets/deepagents-sandbox-basic-py.mdx` (+45 -0) </details> ### 📄 Description ## Overview Adds documentation for the Leap0 sandbox integration with LangChain Deep Agents: - Sandbox integration page for langchain-leap0 and Leap0Sandbox (install, backend setup, Deep Agents example, cleanup, LEAP0_API_KEY). - Provider hub page under Python integrations linking to the sandbox doc. - leap0-icon.svg for cards and UI consistency. - Deep Agents sandboxes page: Leap0 cards with links to /oss/integrations/sandboxes/leap0 and the Leap0 icon. ## 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 - [ ] I have updated navigation in src/docs.json if needed Issue: https://github.com/langchain-ai/docs/issues/3642 --- <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:12 -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#3467