[PR #407] [CLOSED] fix: fetch resumable shell from LC #643

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/407
Author: @sydney-runkle
Created: 11/14/2025
Status: Closed

Base: masterHead: sr/testing-latest-langchain


📝 Commits (4)

📊 Changes

5 files changed (+109 additions, -176 deletions)

View changed files

📝 libs/deepagents-cli/uv.lock (+69 -69)
📝 libs/deepagents/deepagents/middleware/resumable_shell.py (+1 -68)
📝 libs/deepagents/pyproject.toml (+2 -2)
📝 libs/deepagents/tests/integration_tests/test_filesystem_middleware.py (+2 -2)
📝 libs/deepagents/uv.lock (+35 -35)

📄 Description

  • use resumable shell middleware from langchain
  • fix imports to not use private LC constructs

🔄 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/407 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 11/14/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `sr/testing-latest-langchain` --- ### 📝 Commits (4) - [`c3e5f1f`](https://github.com/langchain-ai/deepagents/commit/c3e5f1f42c440fa7743ab1bc5f12a6f38c9216f0) resumable from LC - [`e694637`](https://github.com/langchain-ai/deepagents/commit/e694637e247ceefcbceb0037edf0eca2faffa10b) lint - [`21e5008`](https://github.com/langchain-ai/deepagents/commit/21e5008eaa25f6e1b42aae54a9d3022fdbf88a38) boom - [`5df4ab4`](https://github.com/langchain-ai/deepagents/commit/5df4ab4a3303b5b5f8caf96c74e9227888a97c3e) lint ### 📊 Changes **5 files changed** (+109 additions, -176 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents-cli/uv.lock` (+69 -69) 📝 `libs/deepagents/deepagents/middleware/resumable_shell.py` (+1 -68) 📝 `libs/deepagents/pyproject.toml` (+2 -2) 📝 `libs/deepagents/tests/integration_tests/test_filesystem_middleware.py` (+2 -2) 📝 `libs/deepagents/uv.lock` (+35 -35) </details> ### 📄 Description * use resumable shell middleware from langchain * fix imports to not use private LC constructs --- <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:40 -05:00
yindo closed this issue 2026-02-16 09:16:40 -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#643