ReMe/experiencemaker/tool/__init__.py
2025-06-10 10:51:58 +08:00

10 lines
447 B
Python

# from experiencemaker.tool.python_tools.code_tool import CodeTool
# from experiencemaker.tool.python_tools.dashscope_search_tool import DashscopeSearchTool
# from experiencemaker.tool.python_tools.terminate_tool import TerminateTool
# from experiencemaker.utils.registry import Registry
# TOOL_REGISTRY = Registry("tools")
# TOOL_REGISTRY.register(CodeTool)
# TOOL_REGISTRY.register(DashscopeSearchTool)
# TOOL_REGISTRY.register(TerminateTool)