修复导入路径:从.nodes._utils导入
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 5m49s

This commit is contained in:
2026-05-06 19:33:59 +08:00
parent b80ad9519a
commit 5e762da740

View File

@@ -9,7 +9,7 @@ from langchain_core.runnables.config import RunnableConfig
from .state import MainGraphState, ErrorRecord, ErrorSeverity
from backend.app.logger import info
from ._utils import dispatch_custom_event, make_react_event
from .nodes._utils import dispatch_custom_event, make_react_event
def wrap_subgraph_for_error_handling(subgraph, name: str):