Skip to content

0.2.74

Compare
Choose a tag to compare
@dqbd dqbd released this 28 May 21:33
· 1170 commits to main since this release
c9e96aa

What's Changed

  • feat(langgraph): add addSequence method by @dqbd in #1201
  • feat(langgraph): extend addNode to allow adding multiple nodes at once by @dqbd in #1202
  • feat(langgraph): add pushMessage method by @dqbd in #1208
  • feat(langgraph): allow Zod schemas in node input opts by @hntrl in #1204
  • feat(langgraph): MessagesZodSchema by @hntrl in #1203
  • feat(langgraph): support removing all messages with RemoveMessage by @dqbd in #1211
  • fix(langgraph): allow passing LangGraphRunnableConfig as an secondary argument to getStore(), getWriter() and getCurrentTaskInput() by @dqbd in #1220
  • fix(langgraph): memory leak when using AbortSignal.any(...) by @dqbd in #1230

New Contributors

Full Changelog: 0.2.73...0.2.74