interface PregelNodeRunnableBinding<RunInput, RunOutput, RunnableConfig>The channels in the graph, mapping channel names to their BaseChannel or ManagedValueSpec instances
The default configuration for graph execution, can be overridden on a per-invocation basis
The name of the channel.
A path to the module that contains the class, eg. ["langchain", "llms"] Usually should be the same as the entrypoint the class is exported from.
The name of the task, analogous to the node name in StateGraph.
Optional retry policy for handling failures in node execution