better:心流升级,大大减少了复读情况,并且灵活调用工具来实现知识和记忆检索
This commit is contained in:
11
src/do_tool/tool_can_use/__init__.py
Normal file
11
src/do_tool/tool_can_use/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from src.do_tool.tool_can_use.base_tool import (
|
||||
BaseTool,
|
||||
register_tool,
|
||||
discover_tools,
|
||||
get_all_tool_definitions,
|
||||
get_tool_instance,
|
||||
TOOL_REGISTRY
|
||||
)
|
||||
|
||||
# 自动发现并注册工具
|
||||
discover_tools()
|
||||
Reference in New Issue
Block a user