diff --git a/nanobot/agent/tools/search.py b/nanobot/agent/tools/search.py index b495a451..49448030 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"}