[PR #324] [MERGED] feat(deepagent): add LangSmithSandbox #360

Closed
opened 2026-06-05 17:22:48 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/324
Author: @christian-bromann
Created: 3/18/2026
Status: Merged
Merged: 3/24/2026
Merged by: @christian-bromann

Base: mainHead: cb/ls-sandbox


📝 Commits (10+)

📊 Changes

9 files changed (+1192 additions, -614 deletions)

View changed files

.changeset/serious-eels-love.md (+5 -0)
examples/sandbox/langsmith-sandbox.ts (+114 -0)
📝 libs/deepagents/package.json (+3 -0)
📝 libs/deepagents/src/backends/index.ts (+7 -0)
libs/deepagents/src/backends/langsmith.int.test.ts (+48 -0)
libs/deepagents/src/backends/langsmith.test.ts (+438 -0)
libs/deepagents/src/backends/langsmith.ts (+219 -0)
📝 libs/deepagents/src/index.ts (+3 -0)
📝 pnpm-lock.yaml (+355 -614)

📄 Description

As our sandbox offering goes private data, we want users to allow using it with Deep Agents.

This is adding the sandbox primitive to deepagents directly since having @langchain/langsmith doesn't feel like an ideal packaging. Since langchain already lists langsmith as dependency we don't need to add it here.


🔄 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/deepagentsjs/pull/324 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 3/18/2026 **Status:** ✅ Merged **Merged:** 3/24/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/ls-sandbox` --- ### 📝 Commits (10+) - [`7189b50`](https://github.com/langchain-ai/deepagentsjs/commit/7189b50299d3a32941df8a67937e028edf1f2eaa) feat(deepagent): add LangSmithSandbox - [`d8b66f0`](https://github.com/langchain-ai/deepagentsjs/commit/d8b66f017dca508a4112c4b668cf268a49c6978e) Change deepagents version from patch to minor - [`b597016`](https://github.com/langchain-ai/deepagentsjs/commit/b597016929eb97e61a02ee9e1f0a37da565940ee) format - [`af05129`](https://github.com/langchain-ai/deepagentsjs/commit/af05129d418ea4f4db7226534efcf105d3a845d7) fix tests - [`3596870`](https://github.com/langchain-ai/deepagentsjs/commit/3596870434624d3e94cf3fe7af58e1ab10bd2033) format - [`fe36398`](https://github.com/langchain-ai/deepagentsjs/commit/fe363981eee622f311666e7fa663af2d325b2081) make it a patch - [`d6cf443`](https://github.com/langchain-ai/deepagentsjs/commit/d6cf443062dba19dd32c649f2ccf33807e5c7ca1) cr - [`50bdd13`](https://github.com/langchain-ai/deepagentsjs/commit/50bdd13f172b03fcaf75de72b7f87cdbe39259ad) cr - [`9b5fd9b`](https://github.com/langchain-ai/deepagentsjs/commit/9b5fd9b276ddde194d5fff54ce8d401ff0871f16) fix - [`6ce706d`](https://github.com/langchain-ai/deepagentsjs/commit/6ce706d79b40e2f8f617af4209357eaf8d9d6e05) cr ### 📊 Changes **9 files changed** (+1192 additions, -614 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/serious-eels-love.md` (+5 -0) ➕ `examples/sandbox/langsmith-sandbox.ts` (+114 -0) 📝 `libs/deepagents/package.json` (+3 -0) 📝 `libs/deepagents/src/backends/index.ts` (+7 -0) ➕ `libs/deepagents/src/backends/langsmith.int.test.ts` (+48 -0) ➕ `libs/deepagents/src/backends/langsmith.test.ts` (+438 -0) ➕ `libs/deepagents/src/backends/langsmith.ts` (+219 -0) 📝 `libs/deepagents/src/index.ts` (+3 -0) 📝 `pnpm-lock.yaml` (+355 -614) </details> ### 📄 Description As our sandbox offering goes private data, we want users to allow using it with Deep Agents. This is adding the sandbox primitive to deepagents directly since having `@langchain/langsmith` doesn't feel like an ideal packaging. Since `langchain` already lists `langsmith` as dependency we don't need to add it here. --- <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 17:22:48 -04:00
yindo closed this issue 2026-06-05 17:22: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/deepagentsjs#360