handle_update(
self,
payload: Any,
) -> AsyncIterator[Any]Handle a payload from stream_mode="updates".
payload is {node_name: state_update}; state_update is
the partial state returned by the node, which for
MessagesState graphs contains a messages channel with the
messages that node appended.