Changes since 0.5.4
- feat(sdk-py): sdk support for
context
API (#5566) - fix(langgraph): fix assertion in test (#5606)
- feat(langgraph): Implement durability mode argument (#5432)
- chore(langgraph): bump api version and prep for v0.6 alpha (#5559)
- refactor(langgraph): improve
Runtime
interface re patch/overrides (#5546) - refactor(langgraph): make constants generally private with a few select exports (#5529)
- refactor(langgraph): move typing constructs in
constants.py
->_internal/_typing.py
(#5518) - feat(langgraph): new context api (replacing
config['configurable']
andconfig_schema
) (#5243) - feat(langgraph): add type checking for matching
node
signatures vsinput_schema
foradd_node
(#5424) - change[langgraph]: clean up
Interrupt
interface for v1 (#5405) - langgraph[change]: solidify public/private differentiations (#5252)