[PR #501] [MERGED] chore(cli): add comprehensive testing for sandbox operations #713

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/501
Author: @eyurtsev
Created: 11/26/2025
Status: Merged
Merged: 11/26/2025
Merged by: @eyurtsev

Base: masterHead: eugene/update_sandbox_implementation


📝 Commits (10+)

📊 Changes

6 files changed (+1174 additions, -15 deletions)

View changed files

📝 libs/deepagents-cli/pyproject.toml (+1 -0)
libs/deepagents-cli/tests/integration_tests/test_sandbox_operations.py (+1019 -0)
📝 libs/deepagents-cli/uv.lock (+43 -3)
📝 libs/deepagents/deepagents/backends/filesystem.py (+0 -2)
📝 libs/deepagents/deepagents/backends/protocol.py (+106 -6)
📝 libs/deepagents/deepagents/backends/sandbox.py (+5 -4)

📄 Description

Add comprehensive testing for sandbox operations -- all unit tests passing on master


🔄 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/501 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 11/26/2025 **Status:** ✅ Merged **Merged:** 11/26/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `master` ← **Head:** `eugene/update_sandbox_implementation` --- ### 📝 Commits (10+) - [`61273a7`](https://github.com/langchain-ai/deepagents/commit/61273a75c50b04bb3b92dd77903541f9ddd757b8) x - [`435f525`](https://github.com/langchain-ai/deepagents/commit/435f525cff73067da5eb0b3103befaaa64dd94f3) x - [`76c5a03`](https://github.com/langchain-ai/deepagents/commit/76c5a03a893dc3673e6613e7bcfff72e37c80c91) x - [`1c80f5b`](https://github.com/langchain-ai/deepagents/commit/1c80f5b64002817150cb6e3c34b1b9cdd49b862b) x - [`355ca20`](https://github.com/langchain-ai/deepagents/commit/355ca20f37ebc560eda7db45a169552bccf7595c) x - [`e30ce61`](https://github.com/langchain-ai/deepagents/commit/e30ce6149b99ae92ee3ab3bc53541c6ef415e314) x - [`45885c5`](https://github.com/langchain-ai/deepagents/commit/45885c5b49b664f046730db82f1737e0a0f1175b) x - [`323d51f`](https://github.com/langchain-ai/deepagents/commit/323d51f97cef088bfab1426c0775a0a9904938a7) x - [`8a43e83`](https://github.com/langchain-ai/deepagents/commit/8a43e83dd522dec195d1509e2a35169b7fc6d0ee) x - [`da522ac`](https://github.com/langchain-ai/deepagents/commit/da522aceabdbd051dd625c9b0ae6b651b2f7479f) x ### 📊 Changes **6 files changed** (+1174 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents-cli/pyproject.toml` (+1 -0) ➕ `libs/deepagents-cli/tests/integration_tests/test_sandbox_operations.py` (+1019 -0) 📝 `libs/deepagents-cli/uv.lock` (+43 -3) 📝 `libs/deepagents/deepagents/backends/filesystem.py` (+0 -2) 📝 `libs/deepagents/deepagents/backends/protocol.py` (+106 -6) 📝 `libs/deepagents/deepagents/backends/sandbox.py` (+5 -4) </details> ### 📄 Description Add comprehensive testing for sandbox operations -- all unit tests passing on master --- <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:16:55 -05:00
yindo closed this issue 2026-02-16 09:16:55 -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#713