优化查询代码,优化工具代码
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 5m33s

This commit is contained in:
2026-05-08 22:30:26 +08:00
parent bfb2ddbe76
commit b30f7b00a7
11 changed files with 375 additions and 511 deletions

View File

@@ -0,0 +1,8 @@
"""
工具模块配置
"""
from langchain_core.tools import tool
from backend.app.logger import info
__all__ = ["tool", "info"]