[PR #381] [MERGED] fix(deepagents): support ttl for LS sandbox #411

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

📋 Pull Request Information

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

Base: mainHead: cb/ttl-sandbox


📝 Commits (3)

  • 9d24908 fix(deepagents): support ttl for LS sandbox
  • 906c8c8 format
  • 16c95fa Add support for ttl in LS sandbox

📊 Changes

4 files changed (+24 additions, -11 deletions)

View changed files

.changeset/serious-comics-turn.md (+5 -0)
📝 libs/deepagents/package.json (+1 -1)
📝 libs/deepagents/src/backends/langsmith.ts (+10 -2)
📝 pnpm-lock.yaml (+8 -8)

📄 Description

We want to give LangSmith sandboxes a TTL so they won't stay around forever.


🔄 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/381 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 3/26/2026 **Status:** ✅ Merged **Merged:** 3/26/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/ttl-sandbox` --- ### 📝 Commits (3) - [`9d24908`](https://github.com/langchain-ai/deepagentsjs/commit/9d24908659ee2820b880028791dc0e797f086e3a) fix(deepagents): support ttl for LS sandbox - [`906c8c8`](https://github.com/langchain-ai/deepagentsjs/commit/906c8c863e33c291f7f49f961b60fd9c9a2e49b8) format - [`16c95fa`](https://github.com/langchain-ai/deepagentsjs/commit/16c95fa80c84dcccd1b8abf714d2d6bdbd214f46) Add support for ttl in LS sandbox ### 📊 Changes **4 files changed** (+24 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/serious-comics-turn.md` (+5 -0) 📝 `libs/deepagents/package.json` (+1 -1) 📝 `libs/deepagents/src/backends/langsmith.ts` (+10 -2) 📝 `pnpm-lock.yaml` (+8 -8) </details> ### 📄 Description We want to give LangSmith sandboxes a TTL so they won't stay around forever. --- <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:59 -04:00
yindo closed this issue 2026-06-05 17:22:59 -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#411