[PR #928] [MERGED] refactor: filesystem middleware #994

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/928
Author: @sydney-runkle
Created: 1/26/2026
Status: Merged
Merged: 1/26/2026
Merged by: @sydney-runkle

Base: masterHead: sr/filesystem-helpers


📝 Commits (2)

📊 Changes

2 files changed (+413 additions, -551 deletions)

View changed files

📝 libs/deepagents/deepagents/middleware/filesystem.py (+407 -547)
📝 libs/deepagents/tests/unit_tests/middleware/test_tool_schemas.py (+6 -4)

📄 Description

moving tool helper methods to be instance methods to reduce LOC. No behavioral changes.


🔄 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/928 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 1/26/2026 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `master` ← **Head:** `sr/filesystem-helpers` --- ### 📝 Commits (2) - [`f865563`](https://github.com/langchain-ai/deepagents/commit/f865563abf40c3c37ed8dc67ea1e01f679916ded) refactor - [`5feeb11`](https://github.com/langchain-ai/deepagents/commit/5feeb11dbbf4aff2386abcf71f4db73c07221f05) fix test ### 📊 Changes **2 files changed** (+413 additions, -551 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents/deepagents/middleware/filesystem.py` (+407 -547) 📝 `libs/deepagents/tests/unit_tests/middleware/test_tool_schemas.py` (+6 -4) </details> ### 📄 Description moving tool helper methods to be instance methods to reduce LOC. No behavioral changes. --- <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:17:51 -05:00
yindo closed this issue 2026-02-16 09:17:51 -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#994