From 5d0a6e4aba7fca2cd5439d106c1fb303ee20c137 Mon Sep 17 00:00:00 2001 From: root <953994191@qq.com> Date: Fri, 1 May 2026 23:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E5=86=97=E4=BD=99=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/main_graph/state.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/backend/app/main_graph/state.py b/backend/app/main_graph/state.py index 8450f20..585f43d 100644 --- a/backend/app/main_graph/state.py +++ b/backend/app/main_graph/state.py @@ -10,11 +10,6 @@ from app.main_graph.graph import add_messages from langchain_core.messages import BaseMessage -# ========== 兼容性注释(旧代码已移除,状态已整合到 MainGraphState) ========== -# 旧的 MessagesState 和 GraphContext 已完全整合到 MainGraphState -# 不再需要单独的类型定义 - - # ========== 新的类型 ========== class CurrentAction(Enum): """主图当前操作类型"""