[PR #3899] Feat/novita sandbox #3910

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3899
Author: @jasonhp
Created: 5/7/2026
Status: 🔄 Open

Base: mainHead: feat/novita-sandbox


📝 Commits (3)

  • 7be44d1 feat: add novita sandbox docs
  • 6776830 fix: fix example code
  • 5ea62e2 docs: mention Novita in Python backends

📊 Changes

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

View changed files

src/images/providers/dark/novita.svg (+3 -0)
src/images/providers/light/novita.svg (+3 -0)
src/images/providers/novita-icon.svg (+3 -0)
📝 src/oss/deepagents/backends.mdx (+5 -0)
📝 src/oss/deepagents/sandboxes.mdx (+93 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/novita.mdx (+13 -0)
📝 src/oss/python/integrations/sandboxes/index.mdx (+6 -0)
src/oss/python/integrations/sandboxes/novita.mdx (+81 -0)
📝 src/snippets/deepagents-sandbox-basic-py.mdx (+53 -0)

📄 Description

Overview

Type of change

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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/3899 **Author:** [@jasonhp](https://github.com/jasonhp) **Created:** 5/7/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/novita-sandbox` --- ### 📝 Commits (3) - [`7be44d1`](https://github.com/langchain-ai/docs/commit/7be44d148037772b02717e5a1e817716bedef493) feat: add novita sandbox docs - [`6776830`](https://github.com/langchain-ai/docs/commit/67768300d6259eb3b8bd1ca8b2cf7894f22714a1) fix: fix example code - [`5ea62e2`](https://github.com/langchain-ai/docs/commit/5ea62e286ee57fb1a47e7f9920f811246621931c) docs: mention Novita in Python backends ### 📊 Changes **10 files changed** (+268 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/images/providers/dark/novita.svg` (+3 -0) ➕ `src/images/providers/light/novita.svg` (+3 -0) ➕ `src/images/providers/novita-icon.svg` (+3 -0) 📝 `src/oss/deepagents/backends.mdx` (+5 -0) 📝 `src/oss/deepagents/sandboxes.mdx` (+93 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/novita.mdx` (+13 -0) 📝 `src/oss/python/integrations/sandboxes/index.mdx` (+6 -0) ➕ `src/oss/python/integrations/sandboxes/novita.mdx` (+81 -0) 📝 `src/snippets/deepagents-sandbox-basic-py.mdx` (+53 -0) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change New documentation page ## Checklist <!-- Put an 'x' in all boxes that apply --> - [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 (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:53:33 -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#3910