Skip to content

Commit e5df34e

Browse files
committed
Update __init__.py
1 parent 41d2318 commit e5df34e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

sgr_agent_core/tools/__init__.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
from sgr_agent_core.tools.reasoning_tool import ReasoningTool
1010
from sgr_agent_core.tools.web_search_tool import WebSearchTool
1111

12-
# Tool lists for backward compatibility
13-
system_agent_tools = [
14-
ClarificationTool,
15-
GeneratePlanTool,
16-
AdaptPlanTool,
17-
FinalAnswerTool,
18-
ReasoningTool,
19-
]
20-
21-
research_agent_tools = [
22-
WebSearchTool,
23-
ExtractPageContentTool,
24-
CreateReportTool,
25-
]
26-
2712
__all__ = [
2813
# Base classes
2914
"BaseTool",
@@ -42,7 +27,4 @@
4227
# Tool lists
4328
"NextStepToolStub",
4429
"NextStepToolsBuilder",
45-
# Tool Collections
46-
"system_agent_tools",
47-
"research_agent_tools",
4830
]

0 commit comments

Comments
 (0)