Skip to content

Constants

gllm_pipeline.constants

Constants used throughout the gllm_pipeline package.

ConfigKeys

Keys used in pipeline configuration dictionaries.

DEBUG_STATE = 'debug_state' class-attribute instance-attribute

THREAD_ID = 'thread_id' class-attribute instance-attribute

StreamMode

Bases: StrEnum

Langgraph stream modes for pipeline execution.

DEBUG = 'debug' class-attribute instance-attribute

VALUES = 'values' class-attribute instance-attribute