[PR #192] [CLOSED] Add glob and grep tools #501

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/192
Author: @nhuang-lc
Created: 10/22/2025
Status: Closed

Base: masterHead: nh/glob-grep


📝 Commits (2)

📊 Changes

6 files changed (+1161 additions, -9 deletions)

View changed files

📝 pyproject.toml (+1 -0)
📝 src/deepagents/middleware/filesystem.py (+345 -4)
📝 tests/integration_tests/test_filesystem_middleware.py (+304 -0)
📝 tests/integration_tests/test_subagent_middleware.py (+1 -1)
📝 tests/test_middleware.py (+487 -4)
📝 uv.lock (+23 -0)

📄 Description

  • Add glob and grep tools for state and long-term memory
  • Add tests for these tools

🔄 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/192 **Author:** [@nhuang-lc](https://github.com/nhuang-lc) **Created:** 10/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `nh/glob-grep` --- ### 📝 Commits (2) - [`1205afe`](https://github.com/langchain-ai/deepagents/commit/1205afe955dca486a3c3f69d605720c3a0884edf) Add glob and grep tools - [`eca83b9`](https://github.com/langchain-ai/deepagents/commit/eca83b9ef3d539ac153ae366c67e8491ed24ee41) Add pagination ### 📊 Changes **6 files changed** (+1161 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+1 -0) 📝 `src/deepagents/middleware/filesystem.py` (+345 -4) 📝 `tests/integration_tests/test_filesystem_middleware.py` (+304 -0) 📝 `tests/integration_tests/test_subagent_middleware.py` (+1 -1) 📝 `tests/test_middleware.py` (+487 -4) 📝 `uv.lock` (+23 -0) </details> ### 📄 Description - Add glob and grep tools for state and long-term memory - Add tests for these tools --- <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:12 -05:00
yindo closed this issue 2026-02-16 09:16:12 -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#501