[PR #4117] docs(deepagents-code): document --interpreter and [interpreter] config #4113

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4117
Author: @open-swe[bot]
Created: 5/21/2026
Status: 🔄 Open

Base: mainHead: open-swe/deepagents-code-js-interpreter


📝 Commits (1)

  • 2946872 docs(deepagents-code): document --interpreter and [interpreter] config

📊 Changes

5 files changed (+235 additions, -0 deletions)

View changed files

📝 src/docs.json (+2 -0)
📝 src/oss/deepagents/code/configuration.mdx (+21 -0)
src/oss/deepagents/code/interpreter.mdx (+202 -0)
📝 src/oss/deepagents/code/overview.mdx (+4 -0)
📝 src/oss/deepagents/interpreters.mdx (+6 -0)

📄 Description

Description

Add docs coverage for the opt-in QuickJS js_eval middleware shipped in langchain-ai/deepagents#3525. Adds a dedicated code/interpreter page covering the --interpreter flag, the safe/all PTC presets, the [interpreter] config.toml section, the local-mode-only constraint, and the HITL trade-off. Surfaces the new CLI flags and the js_eval tool in code/overview, points to the dedicated page from code/configuration, and cross-links from the SDK interpreters page.

Release Note

Documented the opt-in JavaScript interpreter middleware in Deep Agents Code (dcode --interpreter).

Test Plan

  • Render the new code/interpreter page in Mintlify preview and confirm nav placement under "Code".

Opened collaboratively by Mason Daugherty and open-swe.


🔄 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/4117 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 5/21/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `open-swe/deepagents-code-js-interpreter` --- ### 📝 Commits (1) - [`2946872`](https://github.com/langchain-ai/docs/commit/29468729a6a5347858b6bf6614fb038f762681c1) docs(deepagents-code): document --interpreter and [interpreter] config ### 📊 Changes **5 files changed** (+235 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -0) 📝 `src/oss/deepagents/code/configuration.mdx` (+21 -0) ➕ `src/oss/deepagents/code/interpreter.mdx` (+202 -0) 📝 `src/oss/deepagents/code/overview.mdx` (+4 -0) 📝 `src/oss/deepagents/interpreters.mdx` (+6 -0) </details> ### 📄 Description ## Description Add docs coverage for the opt-in QuickJS `js_eval` middleware shipped in [langchain-ai/deepagents#3525](https://github.com/langchain-ai/deepagents/pull/3525). Adds a dedicated `code/interpreter` page covering the `--interpreter` flag, the `safe`/`all` PTC presets, the `[interpreter]` `config.toml` section, the local-mode-only constraint, and the HITL trade-off. Surfaces the new CLI flags and the `js_eval` tool in `code/overview`, points to the dedicated page from `code/configuration`, and cross-links from the SDK `interpreters` page. ## Release Note Documented the opt-in JavaScript interpreter middleware in Deep Agents Code (`dcode --interpreter`). ## Test Plan - [ ] Render the new `code/interpreter` page in Mintlify preview and confirm nav placement under "Code". _Opened collaboratively by Mason Daugherty and open-swe._ --- <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 19:12:48 -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#4113