The streaming modes enabled for this graph. Defaults to ["values"].
Supported modes:
- "values": Streams the full state after each step
- "updates": Streams state updates after each step
- "messages": Streams messages from within nodes
- "custom": Streams custom events from within nodes
- "debug": Streams events related to the execution of the graph - useful for tracing & debugging graph execution