Skip to main content

One doc tagged with "reducers"

View all tags

State and Nodes

A StateGraph is built around a state schema — usually a TypedDict — and a set of nodes, each a plain function that receives the current state and returns a partial update, not the whole state.