Nodes, Compounds, and Operators
Nodes are the elements of a Bifrost graph. All nodes have node definitions that are used to instantiate them in Bifrost graphs.
There are two types of nodes: compounds and operators. Compounds are a set of connected nodes that operate as one unit. Operators are atomic units of computation, written and built using the Bifrost Operator SDK.