Replies: 1 comment
-
回答:最新分支不再需要单独的 LangGraph 服务这是正常的设计变更,不是问题。在当前的架构中,DeerFlow 已经将 LangGraph agent 运行时嵌入到了 Gateway 进程中,不再运行独立的 LangGraph Server。 架构变化
关键证据
总结你观察到的"未指定 langgraph service"是正确的行为——DeerFlow 将原本独立的 LangGraph Server 合并到了 Gateway 进程中,简化了部署架构。 如果你之前有单独配置 LangGraph Server 的旧配置,可以直接忽略,当前版本不需要它。 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
如题
Beta Was this translation helpful? Give feedback.
All reactions