Skip to main content

Module subgraph

Module subgraph 

Source
Expand description

Subgraph support for nested graph execution

Provides types and utilities for embedding graphs as nodes within other graphs. Subgraphs enable modular composition and reusable graph components.

Structs§

SubgraphConfig
Configuration for subgraph execution
SubgraphMount
A mounted subgraph ready for execution as a node
SubgraphNode
Subgraph node wrapper for type erasure
SubgraphTransformer
Subgraph stream event transformer with namespace and filter

Enums§

SubgraphPersistence
Checkpoint persistence mode for subgraphs

Traits§

StateSubset
Compile-time constraint for shared-state subgraph mode