diff --git a/src/agents/reporter/graph.py b/src/agents/reporter/graph.py index ff49bde1..5d1731b7 100644 --- a/src/agents/reporter/graph.py +++ b/src/agents/reporter/graph.py @@ -14,6 +14,7 @@ from src.agents.common.toolkits.mysql import get_mysql_tools from src.services.mcp_service import get_mcp_server_names, get_tools_from_all_servers from src.utils import logger + def _create_fs_backend(rt): """创建文件存储后端""" return StateBackend(rt) diff --git a/web/src/components/ToolCallingResult/tools/MysqlDescribeTableTool.vue b/web/src/components/ToolCallingResult/tools/MysqlDescribeTableTool.vue index b7ae5afe..24a17ed2 100644 --- a/web/src/components/ToolCallingResult/tools/MysqlDescribeTableTool.vue +++ b/web/src/components/ToolCallingResult/tools/MysqlDescribeTableTool.vue @@ -3,7 +3,9 @@ diff --git a/web/src/components/ToolCallingResult/tools/MysqlQueryTool.vue b/web/src/components/ToolCallingResult/tools/MysqlQueryTool.vue index 4c04e1fd..11389523 100644 --- a/web/src/components/ToolCallingResult/tools/MysqlQueryTool.vue +++ b/web/src/components/ToolCallingResult/tools/MysqlQueryTool.vue @@ -3,7 +3,9 @@