ai-demo/app/tools/__init__.py

4 lines
224 B
Python

# 导入所有工具模块,触发装饰器注册
from app.tools.time.get_current_time_tool import GetCurrentTimeTool
from app.tools.git.git_add_tool import GitAddTool
from app.tools.git.git_commit_tool import GitCommitTool