Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
(State, StateUpdate) -> State
Merge step-level state updates into a global graph state using schema-defined key-wise reducer functions.
Problem it solves
Naive state replacement overwrites concurrent or additive updates, such as appending to a list of messages.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.