diff --git a/nanobot/agent/tools/search.py b/nanobot/agent/tools/search.py index b495a451f..49448030b 100644 --- a/nanobot/agent/tools/search.py +++ b/nanobot/agent/tools/search.py @@ -109,7 +109,6 @@ class _SearchTool(_FsTool): yield current / filename - class GrepTool(_SearchTool): """Search file contents using a regex-like pattern.""" _scopes = {"core", "subagent"}