发布

  • 0.6.3 2920a9dd19

    fix(langgraph): Tidy up `AgentState` (#5801)

    frostbyte_neo 发布于 2025-08-03 11:12:53 +00:00

    Fixes https://github.com/langchain-ai/langgraph/issues/5784

    • Removes usage of is_last_step, no longer needed with
      remaining_steps
    • Make remaining_steps NotRequired so that json schema doesn't
      suggest need for user input
    • Move PregelScratchpad to shared utils file to prevent circular
      import issue (it's used from channels/managed and other pregel files).
    • Ensures that managed values wrapped in NotRequired or Required are
      still recognized!
    下载附件