0.1.9
Changes since 0.1.8
- lib 0.1.9
- Enable configuring retry policy for each node of StateGraph
- Merge pull request #1036 from langchain-ai/nc/16jul/node-state
- Remove node output schemas
- Add Docstrings (#1057)
- langgraph: add incorrect tool name handling to ToolNode (#1052)
- pregel: Support retry policy per node
- lib: Separate out executor logic from stream methods (#1048)
- langgraph: allow passing custom state & let message modifiers access state in create_react_agent (#1023)
- Add node state, customizable graph input and output schemas
- Add note to docstring (#1035)
- langgraph[patch]: ToolNode support for tools outputting msg (#977)
- Only render end node if there is an edge leading to it (#1022)
- Specific error when updating state as an unknown node (#1015)
- Support multiple interruptions after resuming execution (#1004)
- Update snapshot tests after core release