Agent Engineering · Product-specific terminology
State Reducer
In LangGraph terminology, a function that determines how an update combines with the current value of a state key. Without an explicit reducer, that key normally uses replacement behavior. Custom combination rules can accumulate results, but must address order, repeated updates, and conflicting values for the application involved.
Also called: Graph state reducer
Reviewed
Sources
Member lesson
The definition and sources are public. The complete practical lesson is for members.