[PR #1051] [CLOSED] [wip] feat(cli): support langsmith sandbox and configurable working directory #1095

Closed
opened 2026-02-16 09:18:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/1051
Author: @aran-yogesh
Created: 2/3/2026
Status: Closed

Base: masterHead: Yogesh/deepagents_cli-sandbox


📝 Commits (3)

  • 6e888dd feat(cli): add langsmith sandbox integration and custom working directory support
  • 65b7a23 chore(cli): fix lint errors and formatting
  • 188c5de Add LangSmith sandbox async support and working_dir parameter

📊 Changes

3 files changed (+580 additions, -9 deletions)

View changed files

📝 libs/cli/deepagents_cli/agent.py (+13 -6)
libs/cli/deepagents_cli/integrations/langsmith.py (+420 -0)
📝 libs/cli/deepagents_cli/integrations/sandbox_factory.py (+147 -3)

📄 Description

Summary
Adds LangSmith sandbox integration to the CLI and enables configurable working directory support in the sandbox factory. This allows users to run agents in isolated LangSmith sandbox environments with custom working directories.

Changes

  • Added langsmith.py integration module for LangSmith sandbox support
  • Updated sandbox_factory.py to support custom working directory configuration
  • Updated agent.py to wire up the new sandbox options## How I verified this works
  • Added integration tests in test_sandbox_factory.py
  • Manually tested sandbox creation with custom working directories

🔄 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/deepagents/pull/1051 **Author:** [@aran-yogesh](https://github.com/aran-yogesh) **Created:** 2/3/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Yogesh/deepagents_cli-sandbox` --- ### 📝 Commits (3) - [`6e888dd`](https://github.com/langchain-ai/deepagents/commit/6e888dd77ab9d1f87c511f6e5406e42a933a37cb) feat(cli): add langsmith sandbox integration and custom working directory support - [`65b7a23`](https://github.com/langchain-ai/deepagents/commit/65b7a232a1471d5fa5e360282f48ef11e05b3a1e) chore(cli): fix lint errors and formatting - [`188c5de`](https://github.com/langchain-ai/deepagents/commit/188c5ded104504229e6191d6b2bbe036ec83f033) Add LangSmith sandbox async support and working_dir parameter ### 📊 Changes **3 files changed** (+580 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `libs/cli/deepagents_cli/agent.py` (+13 -6) ➕ `libs/cli/deepagents_cli/integrations/langsmith.py` (+420 -0) 📝 `libs/cli/deepagents_cli/integrations/sandbox_factory.py` (+147 -3) </details> ### 📄 Description Summary Adds LangSmith sandbox integration to the CLI and enables configurable working directory support in the sandbox factory. This allows users to run agents in isolated LangSmith sandbox environments with custom working directories. Changes - Added `langsmith.py` integration module for LangSmith sandbox support - Updated `sandbox_factory.py` to support custom working directory configuration - Updated agent.py to wire up the new sandbox options## How I verified this works - Added integration tests in `test_sandbox_factory.py` - Manually tested sandbox creation with custom working directories --- <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 09:18:08 -05:00
yindo closed this issue 2026-02-16 09:18:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagents#1095