mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +00:00
8 lines
320 B
Python
8 lines
320 B
Python
from experiencemaker.utils.registry import Registry
|
|
|
|
TOOL_REGISTRY = Registry()
|
|
|
|
from experiencemaker.tool.code_tool import CodeTool
|
|
from experiencemaker.tool.dashscope_search_tool import DashscopeSearchTool
|
|
from experiencemaker.tool.terminate_tool import TerminateTool
|
|
from experiencemaker.tool.mcp_tool import MCPTool
|