












The principle of subgraphs in LangGraph: for each node, if it is a subgraph, is its state isolated—unaffected by other subgraphs? Specifically, if multiple subgraphs run concurrently and modify the same key (which could be defined in the parent graph or shared among these subgraphs), suppose Subgraph 1 finishes early, while Subgraph 2 has many nodes to execute. After Subgraph 1 completes, a node within Subgraph 2 might access that shared key—would it see the original value (before Subgraph 1’s m...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。