Skip to main content

Module types

Module types 

Source
Expand description

Core types for LangGraph execution.

This module defines the fundamental types used throughout LangGraph, including streaming modes, commands, and control flow primitives.

Structs§

Command
A command that can be returned from a node to control execution flow.
Interrupt
An interrupt that occurred during execution.
RetryPolicy
Retry policy for node execution.
Send
A command to send work to a specific node with custom input.

Enums§

InterruptType
Type of interrupt
StreamEvent
An event emitted during graph streaming execution.
StreamMode
Streaming mode for graph execution.