docs(deepagents): add E2B dcode sandbox docs#4524
Closed
Vladislav Sokolovskii (vsokolovskii) wants to merge 2 commits into
Closed
docs(deepagents): add E2B dcode sandbox docs#4524Vladislav Sokolovskii (vsokolovskii) wants to merge 2 commits into
Vladislav Sokolovskii (vsokolovskii) wants to merge 2 commits into
Conversation
Contributor
|
Thanks for opening a docs PR, Vladislav Sokolovskii (@vsokolovskii)! When it's ready for review, please add the relevant reviewers:
|
388b0bb to
0b079f4
Compare
0b079f4 to
3b518e4
Compare
Member
|
Thanks for putting this together. I’m going to close this as superseded by #4521, which has already merged and documents the core E2B Deep Agents Code flow: installing There may still be a few smaller follow-up improvements worth making separately, such as adding |
Mason Daugherty (mdrxy)
pushed a commit
that referenced
this pull request
Jun 18, 2026
Adds the narrow E2B follow-up after #4524 was superseded by #4521. - Adds `e2b` to the Deep Agents Code CLI overview `--sandbox` option row. - Documents the minimum versions for using E2B with Deep Agents Code on the E2B sandbox integration page. Validation: - `make lint_prose FILES="src/oss/deepagents/code/overview.mdx src/oss/python/integrations/sandboxes/e2b.mdx"` Prepared with Codex.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Adds E2B to the Deep Agents Code remote sandbox docs now that
dcode --sandbox e2bis discoverable through thelangchain-e2bprovider package.This updates the existing Deep Agents Code overview and remote sandbox pages to document:
langchain-e2bwithdcode --install langchain-e2b --packageE2B_API_KEYdcode --sandbox e2b/home/usersandbox working directoryType of change
Type: Update existing documentation
Related issues/PRs
dcode --sandbox e2b: ship a SandboxProvider + entry point e2b-dev/langchain-e2b#3dcodesandbox provider e2b-dev/langchain-e2b#4Checklist
docs devsrc/docs.jsonif neededAdditional notes
No
src/docs.jsonupdate is needed because this only updates existing pages.Local verification included prose linting and a Mintlify preview click-through from the overview page to the remote sandboxes page. Mintlify was run with Node 24 because the local default Node 26 is unsupported by Mintlify.