mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-24 00:51:43 +00:00
10 lines
447 B
Python
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)
|