0.2.74
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 togetStore()
,getWriter()
andgetCurrentTaskInput()
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