Skip to main content

Module executor

Module executor 

Source
Expand description

Graph 执行引擎。

v04: 使用 BranchState + NodeContext,Control Plane (RuntimeEvent) / Data Plane (StreamChunk) 分离。 运行时全局步数限制(max_steps)防止无限循环。

Structs§

GraphExecutor
Graph 执行器 — v04: BranchState + NodeContext。