@langchain/langgraph-sdk@1.9.31
·
8 commits
to main
since this release
Patch Changes
-
#2722
7b0fd47Thanks @christian-bromann! - fix(sdk): don't re-show resolved interrupts after reloadAfter a reload, the next submit used to replay the old
input.requested
event, so the HITL form came back even though the interrupt was already
answered. Keep filtering historical interrupts after the command is
accepted, using the response'sapplied_through_seqas the cutoff.