fix: Ruff

This commit is contained in:
DrSmoothl
2025-04-11 10:55:45 +08:00
parent 6bf3275687
commit 27c10ff29d
7 changed files with 22 additions and 21 deletions

View File

@@ -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()