Internal
Optional
autoWhether to validate the graph.
true
The channels in the graph.
Optional
checkpointer?: BaseCheckpointSaver | falseThe checkpointer to use for the graph run.
Optional
config?: LangGraphRunnableConfigThe configuration for the graph run.
Optional
debug?: booleanfalse
The input channels for the graph run.
Optional
interruptAfter processing one of the nodes named in this list, the graph will be interrupted and a resume Command must be provided to proceed with the execution of this thread.
[]
Optional
interruptBefore processing one of the nodes named in this list, the graph will be interrupted and a resume Command must be provided to proceed with the execution of this thread.
[]
Optional
name?: stringThe name of the graph.
Runnable.name
The nodes in the graph.
The output channels for the graph run.
Optional
retryThe default retry policy for this graph. For defaults, see RetryPolicy.
Optional
stepundefined
Optional
store?: BaseStoreMemory store to use for SharedValues.
Optional
streamThe channels to stream from the graph run.
[]
Optional
streamThe stream mode for the graph run. See Streaming for more details.
["values"]
Parameters for creating a Pregel graph.