Changes since 0.2.69
- langgraph: release 0.2.70 (#3341)
- langgraph: add agent name to AI messages in
create_react_agent
(#3340) - fix(langgraph): Dedupe input (right-side) messages in add_messages (#3338)
- Merge branch 'jacob/dedupe' of github.com:langchain-ai/langgraph into jacob/dedupe
- Add test
- One more
- Fix up
- langgraph: allow setting custom names for compiled graph / compiled state graph (#3337)
- Format
- Dedupe input (right-side) messages in add_messages
- Update name to InMemorySaver (#2044)
- langgraph: update RunnableLike to support injected kwargs (#3288)
- docs: revamp streaming how-to guides + update redirects (#3274)
- Revert "docs: revamp streaming how-to guides (#3239)" (#3270)
- docs: revamp streaming how-to guides (#3239)
- langgraph[patch]: rename parameter (#3268)
- langgraph[patch]: allow ToolNode to accept ToolCalls (#3126)