Release 0.2.42
What's Changed
- Release 0.2.41 by @jacoblee93 in #789
- patch(langgraph): Refactor pregel loop to use new
PregelRunner
class, ported from python LangGraph. by @benjamincburns in #791 - add how-to guide on structured output prebuilt react agent by @isahers1 in #794
- fix(langgraph): abort graph execution when config.signal is aborted by @benjamincburns in #795
- fix(langgraph): make sure the pregel loop aborts on cancellation by @benjamincburns in #797
- docs: update readme and landing page by @ccurme in #802
- docs: Update LangGraph.js READMEs by @jacoblee93 in #804
- docs: fix a broken link by @vbarda in #808
- docs: Update docs for functional API by @jacoblee93 in #809
- feat(langgraph): functional API by @benjamincburns in #793
- docs: Pull LangGraph Cloud docs on build, update cloud and local server guides by @jacoblee93 in #813
- feat: Allow checkpointer as an alias to createReactAgent by @jacoblee93 in #805
- build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot in #806
- docs: update concepts/howto for Command by @vbarda in #800
- fix task/entrypoint func type by @benjamincburns in #814
- release(checkpoint): 0.0.14 by @benjamincburns in #815
New Contributors
Full Changelog: 0.2.41...0.2.42