0.3.12
langgraph 0.3.12
Summary of Changes
- Fixed an error handling issue in
StateGraph.add_nodeto catchNameErrorexceptions
Detailed Changes
langgraph.graph.state.StateGraph
- Fixed a bug in the
add_nodemethod by addingNameErrorto the list of caught exceptions, ensuring more robust error handling when processing node destinations