Releases: langchain-ai/langgraphjs
Releases · langchain-ai/langgraphjs
Release 0.2.32
What's Changed
- Release 0.2.31 by @bracesproul in #733
- fix(langgraph): Fix Command update behavior for static breakpoints by @jacoblee93 in #734
- fix(langgraph): Fix state graph invoke typing by @jacoblee93 in #735
Full Changelog: 0.2.31...0.2.32
Release 0.2.31
What's Changed
- Release(langgraph): 0.2.30 by @bracesproul in #730
- fix(langgraph): Put writes for special channels by @bracesproul in #732
Full Changelog: 0.2.30...0.2.31
Release 0.2.30
What's Changed
- docs: Add command docs by @jacoblee93 in #725
- docs: update concept docs by @vbarda in #726
- docs: add handoffs by @vbarda in #727
- docs: Adds multi agent network docs by @jacoblee93 in #728
- docs: add an FAQ note for command vs cond edge by @vbarda in #729
- fix(langgraph): Allow multiple interrupts per node by @bracesproul in #713
- fix(docs): Update agent supervisor notebook by @bracesproul in #722
Full Changelog: 0.2.26...0.2.30
Release 0.2.29
What's Changed
- Release 0.2.28 by @jacoblee93 in #721
- docs: Fix typo by @rxyshww in #719
- fix(langgraph): Fix validation and drawing for edgeless graphs by @jacoblee93 in #723
New Contributors
Full Changelog: 0.2.28...0.2.29
Release 0.2.28
What's Changed
- release(langgraph): 0.2.27 by @jacoblee93 in #716
- fix(langgraph): Re-throw NodeInterrupt errors from ToolNode for HITL. by @jaredhanson in #718
- feat(langgraph): Edgeless graph support by @jacoblee93 in #717
Full Changelog: 0.2.27...0.2.28
Release 0.2.27
What's Changed
- Release 0.2.26 by @bracesproul in #709
- Allow value of NodeInterrupt to be any (JSON-serializable) type. by @jaredhanson in #710
- fix: Allow updating state as node end by @bracesproul in #712
- feat(prebuilt): Adds stateModifier param to createReactAgent by @jacoblee93 in #714
- docs: Adds semantic search docs by @jacoblee93 in #715
New Contributors
- @jaredhanson made their first contribution in #710
Full Changelog: 0.2.26...0.2.27
Release 0.2.26
What's Changed
- fix(langgraph): Prevent non RunnableConfig keys from being passed by @bracesproul in #707
Full Changelog: 0.2.25...0.2.26
Release 0.2.25
What's Changed
- release(langgraph): 0.2.24 by @bracesproul in #699
- InMem Search by @hinthornw in #700
- fix(langgraph): Add test for invoking a single node by @bracesproul in #701
- fix(debug): interrupts task result double tuple format by @dqbd in #702
- fix(interrupt): match signature of GraphInterrupt created in interrupt() by @dqbd in #703
- [Checkpoint] Release 0.0.13 by @hinthornw in #704
- feat(graph): passthrough input types to invoke/stream by @dqbd in #650
Full Changelog: 0.2.24...0.2.25
Release 0.2.24
What's Changed
- Release 0.2.23 by @bracesproul in #693
- fix(docs): use
messagesStateReducer
instead ofconcat
to match Python by @dqbd in #696 - fix(langgraph): Add test for subgraph interrupts & resume with Command by @bracesproul in #698
Full Changelog: 0.2.23...0.2.24
Release 0.2.23
What's Changed
- Release 0.2.22 by @nfcampos in #682
- build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot in #679
- docs: Fix typo by @kostasx in #683
- fix(ci): Fix release script by @bracesproul in #685
- fix(docs): added missing dependency in tutorial by adding @langchain/langgraph by @greysonthao in #688
- Implement interrupt(...) and Command({resume: ...}) by @nfcampos in #690
New Contributors
- @kostasx made their first contribution in #683
- @greysonthao made their first contribution in #688
Full Changelog: 0.2.22...0.2.23