From 11a7809fc0262d67588c89e3eee73f90466cade7 Mon Sep 17 00:00:00 2001 From: goulustis Date: Wed, 4 Mar 2026 10:20:35 +0800 Subject: [PATCH] update name --- fastapi_server/front_apis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi_server/front_apis.py b/fastapi_server/front_apis.py index f94a01a..d72cdaf 100644 --- a/fastapi_server/front_apis.py +++ b/fastapi_server/front_apis.py @@ -15,7 +15,7 @@ from pydantic import BaseModel, Field sys.path.append(osp.dirname(osp.dirname(osp.abspath(__file__)))) from lang_agent.config.db_config_manager import DBConfigManager -from lang_agent.front_api.build_server import GRAPH_BUILD_FNCS +from lang_agent.front_api.build_server_utils import GRAPH_BUILD_FNCS _PROJECT_ROOT = osp.dirname(osp.dirname(osp.abspath(__file__))) _MCP_CONFIG_PATH = osp.join(_PROJECT_ROOT, "configs", "mcp_config.json")