Expand description
Graph 执行引擎。
v04: 使用 BranchState + NodeContext,Control Plane (RuntimeEvent) / Data Plane (StreamChunk) 分离。
运行时全局步数限制(max_steps)防止无限循环。
Structs§
- Graph
Executor - Graph 执行器 — v04: BranchState + NodeContext。
Graph 执行引擎。
v04: 使用 BranchState + NodeContext,Control Plane (RuntimeEvent) / Data Plane (StreamChunk) 分离。
运行时全局步数限制(max_steps)防止无限循环。