Module graph

Module graph 

Source
Expand description

Graph structure and node definitions for the DAG execution engine.

Structs§

Edge
Represents an edge connecting two nodes
Graph
The main graph structure representing a DAG
MergeConfig
Configuration for merging branch outputs
Node
Represents a node in the execution graph
NodeConfig
Configuration for a node in the graph
VariantConfig
Configuration for creating variants (config sweeps)

Type Aliases§

MergeFunction
Merge function type for combining outputs from multiple branches
NodeFunction
Function type for node execution
VariantFunction
Variant function type for generating parameter variations