Skip to content

@langchain/langgraph-sdk@1.9.31

Choose a tag to compare

@github-actions github-actions released this 20 Aug 21:53
· 8 commits to main since this release
12cc3f5

Patch Changes

  • #2722 7b0fd47 Thanks @christian-bromann! - fix(sdk): don't re-show resolved interrupts after reload

    After 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's applied_through_seq as the cutoff.