Releases: langchain-ai/langgraph
Releases · langchain-ai/langgraph
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
cli==0.1.49
Changes since cli==0.1.48
- cli 0.1.49
- cli: Add dockerfile command to write dockerfile
- chore(deps-dev): bump certifi in /libs/cli/examples (#967)
- Format
- Fix tests
- cli: Update pip install command
sdk==0.1.26
Changes since sdk==0.1.25
- sdk-py: release 0.1.26 (#1026)
- sdk-py: add if_exists to threads.create (#1009)
- sdk-py: remove defaults from typedef (#989)
- sdk-py: add create_batch method (#988)
- chore(deps): bump certifi from 2024.2.2 to 2024.7.4 in /libs/sdk-py (#934)
- sdk-py: added Cron search functionality (#804)
- [SDK] Cleanup docstring(#841)
0.1.8
0.1.7
0.1.6
Changes since 0.1.5
- langgraph: release 0.1.6 (#965)
- docs: add memory how-tos + update add_messages (#958)
- langgraph: add tool error handling (#910)
- docs: update readme (#921)
- [Docs] Update README example
- langgraph: add support for deleting messages (#651)
- langgraph: update langchain-core & snapshot tests (#909)
- docs: fixed variable error (#896)
- [Docs] Improve create_react_agent docstring (#899)
cli==0.1.48
0.1.5
Changes since 0.1.4
- 0.1.5
- Mark cancelled as seen
0.1.4
cli==0.1.47
Changes since cli==0.1.46
- cli 0.1.47
- cli: Update messaging for langsmith api key (#884)