Changes since 0.2.45
- [Checkpointers] MemorySaver: refrain from overwriting writes (#2399)
- Lint
- Lint
- lib: Rename Control to GraphCommand
- Lint
- lib: update_state(values=None) should clear all tasks
- lib: Rename args in Control object
- langgraph: add add_sequence to StateGraph (#2352)
- Move code
- lib: Split out _match_writes util in PregelLoop
- lib: For cached tasks, emit output events after task events
- Fix
- fix(graph): invalid graph representation if RunnablePassthrough is used
- lib: Make Control object serializable
- Ignore unknown tasks
- Add todo
- Merge pull request #2342 from langchain-ai/nc/5nov/send-test-interrupt-before
- Add one more test for send-react-interrupt flow with replacing tool call
- api: Add one more test case for send + interrupt before
- Lint
- lib: Enforce write application order in apply_writes
- Lint
- lib: When updating state from latest, apply pending writes first
- lib: When getting latest state, alst make
next
reflect pending writes - Merge pull request #2330 from langchain-ai/nc/4nov/test-react-send
- [Docs] Clarify checkpointer options (#2328)
- lib: Add test for react architecture using Send + interrupt_before
- Add one more assertion
- Lint
- lib: In calls to get_state apply pending writes
- Add async versions
- Lint
- lib: Add two more tests for Send