Release 0.1.0
What's Changed
- Release 0.0.34 by @jacoblee93 in #309
- feat(types): expose node type, run input and run output in compiled graph by @dqbd in #311
- feat(types): export CompiledGraph by @dqbd in #312
- [docs]: remove messagegraph by @isahers1 in #314
- feat(pregel): add support for multiple stream modes by @dqbd in #315
- feat(pregel): add debug stream mode by @dqbd in #316
- Refactor pregel into algo by @jacoblee93 in #317
- Support checkpoint_ns, refactor by @jacoblee93 in #313
- ci[minor]: Add validate notebooks GH action by @bracesproul in #321
- ci[minor]: Add script & GH action to validate deno and node deps in sync by @bracesproul in #327
- docs[minor]: Update init syntax docs by @bracesproul in #328
- Refactor to use PregelLoop by @jacoblee93 in #330
- docs[patch]: Update init syntax in readmes by @bracesproul in #331
- docs[minor]: Add missing items to sidebar, add new tools doc by @bracesproul in #332
- Update channel base class, fix checkpointer error handling in loop by @jacoblee93 in #337
- feat(debug): add checkpoint debug events by @dqbd in #323
- Add pending writes to debug state, fix forking state bug by @jacoblee93 in #338
- infra[patch]: Bump langchain scripts version by @bracesproul in #334
- docs[minor]: Update graph init syntax of more docs by @bracesproul in #335
- Refactor task execution to yield events as soon as a task finishes, fix resuming from error states by @jacoblee93 in #340
- Split checkpointers into libraries by @jacoblee93 in #341
- langgraph[minor]: Expose MessagesState annotation by @bracesproul in #333
- Rename MessagesState to MessagesAnnotation by @jacoblee93 in #343
- Merge 0.1 by @jacoblee93 in #342
New Contributors
Full Changelog: 0.0.34...0.1.0