Skip to content

prebuilt==0.1.2

Choose a tag to compare

@github-actions github-actions released this 06 Mar 02:44
88e7868

langgraph-prebuilt 0.1.2

Summary of Changes

  • Added support for using RunnableSequence as a model in chat agent executors #3706

Detailed Changes

langgraph.prebuilt.chat_agent_executor.create_react_agent

  • Enhanced internal helper functions to properly handle RunnableSequence as an input model type #3706
  • When a RunnableSequence is provided as a model, the system now correctly extracts any RunnableBinding or BaseChatModel from the sequence steps for proper tool binding and model access