A run stream for a child subgraph within a parent graph execution.
Extends GraphRunStream with a parsed name and
index extracted from the last segment of the namespace path.
The segment is expected to follow the "name:index" convention;
when no numeric suffix is present, index defaults to 0.
class SubgraphRunStreamGraphRunStream<TValues, TExtensions>Merged projections from user-supplied StreamTransformer factories.
Each transformer's init() return value is spread into this object.
The invocation index parsed from the "name:N" suffix of the last
namespace segment. Defaults to 0 when no numeric suffix is present.
The node name extracted from the last segment of the namespace path (everything before the final colon, or the full segment if no colon).
Namespace path identifying this stream's position in the agent tree. An empty array for the root stream.
Programmatically abort this run. Equivalent to calling
signal.abort(reason).
Messages produced by a specific graph node. Use when the run has multiple model-calling nodes and you only want messages from one.
Merged projections from user-supplied StreamTransformer factories.
Namespace path identifying this stream's position in the agent tree.