[PR #197] [MERGED] fix(deepagents): runtime agnostic sandbox operations #200

Closed
opened 2026-02-16 06:17:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/197
Author: @christian-bromann
Created: 2/6/2026
Status: Merged
Merged: 2/6/2026
Merged by: @christian-bromann

Base: mainHead: cb/ci-modal


📝 Commits (4)

📊 Changes

5 files changed (+432 additions, -524 deletions)

View changed files

.changeset/honest-ravens-follow.md (+6 -0)
📝 .github/workflows/ci.yml (+2 -0)
📝 libs/deepagents/src/backends/sandbox.test.ts (+141 -200)
📝 libs/deepagents/src/backends/sandbox.ts (+272 -319)
📝 libs/providers/modal/src/sandbox.ts (+11 -5)

📄 Description

Let's run integration tests for our Modal Sandbox provider in CI.


🔄 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/197 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 2/6/2026 **Status:** ✅ Merged **Merged:** 2/6/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/ci-modal` --- ### 📝 Commits (4) - [`d067cd8`](https://github.com/langchain-ai/deepagentsjs/commit/d067cd8329630cff5330ad586ffdff5e8f77efca) fix(modal): add token to run in CI - [`17796aa`](https://github.com/langchain-ai/deepagentsjs/commit/17796aa922e5a8249723781910b41ad82df73336) improve fs operations - [`c7011a2`](https://github.com/langchain-ai/deepagentsjs/commit/c7011a2e714295280b02291e91d5b1cd02f7000e) format - [`e0ebdaa`](https://github.com/langchain-ai/deepagentsjs/commit/e0ebdaa8cc3bc7f0d281c062ac4ed1185cfd8314) changesets ### 📊 Changes **5 files changed** (+432 additions, -524 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/honest-ravens-follow.md` (+6 -0) 📝 `.github/workflows/ci.yml` (+2 -0) 📝 `libs/deepagents/src/backends/sandbox.test.ts` (+141 -200) 📝 `libs/deepagents/src/backends/sandbox.ts` (+272 -319) 📝 `libs/providers/modal/src/sandbox.ts` (+11 -5) </details> ### 📄 Description Let's run integration tests for our Modal Sandbox provider in CI. --- <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-02-16 06:17:25 -05:00
yindo closed this issue 2026-02-16 06:17:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#200