fix: Ruff
This commit is contained in:
@@ -7,5 +7,14 @@ from src.do_tool.tool_can_use.base_tool import (
|
||||
TOOL_REGISTRY
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
'BaseTool',
|
||||
'register_tool',
|
||||
'discover_tools',
|
||||
'get_all_tool_definitions',
|
||||
'get_tool_instance',
|
||||
'TOOL_REGISTRY'
|
||||
]
|
||||
|
||||
# 自动发现并注册工具
|
||||
discover_tools()
|
||||
discover_tools()
|
||||
Reference in New Issue
Block a user