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.
- Retry
Policy - Retry policy for node execution.
- Send
- A command to send work to a specific node with custom input.
Enums§
- Interrupt
Type - Type of interrupt
- Stream
Event - An event emitted during graph streaming execution.
- Stream
Mode - Streaming mode for graph execution.