Skip to content

Releases: langchain-ai/langgraph

0.1.9

18 Jul 17:33
Compare
Choose a tag to compare

Changes since 0.1.8

  • lib 0.1.9
  • Enable configuring retry policy for each node of StateGraph
  • Merge pull request #1036 from langchain-ai/nc/16jul/node-state
  • Remove node output schemas
  • Add Docstrings (#1057)
  • langgraph: add incorrect tool name handling to ToolNode (#1052)
  • pregel: Support retry policy per node
  • lib: Separate out executor logic from stream methods (#1048)
  • langgraph: allow passing custom state & let message modifiers access state in create_react_agent (#1023)
  • Add node state, customizable graph input and output schemas
  • Add note to docstring (#1035)
  • langgraph[patch]: ToolNode support for tools outputting msg (#977)
  • Only render end node if there is an edge leading to it (#1022)
  • Specific error when updating state as an unknown node (#1015)
  • Support multiple interruptions after resuming execution (#1004)
  • Update snapshot tests after core release

cli==0.1.49

18 Jul 17:06
Compare
Choose a tag to compare

Changes since cli==0.1.48

  • cli 0.1.49
  • cli: Add dockerfile command to write dockerfile
  • chore(deps-dev): bump certifi in /libs/cli/examples (#967)
  • Format
  • Fix tests
  • cli: Update pip install command

sdk==0.1.26

15 Jul 17:47
fad4de7
Compare
Choose a tag to compare

Changes since sdk==0.1.25

  • sdk-py: release 0.1.26 (#1026)
  • sdk-py: add if_exists to threads.create (#1009)
  • sdk-py: remove defaults from typedef (#989)
  • sdk-py: add create_batch method (#988)
  • chore(deps): bump certifi from 2024.2.2 to 2024.7.4 in /libs/sdk-py (#934)
  • sdk-py: added Cron search functionality (#804)
  • [SDK] Cleanup docstring(#841)

0.1.8

12 Jul 00:08
Compare
Choose a tag to compare

Changes since 0.1.7

  • lib0.1.8
  • lib: Add metadata arg to add_node() (#990)
  • langgraph: update stream_mode docstring for .stream() (#994)

0.1.7

10 Jul 21:49
Compare
Choose a tag to compare

Changes since 0.1.6

  • lib 0.1.7
  • lib: Checkpoint pending writes whenever a node finishes (#976)
  • Copy core context in RunnableCallable (#973)
  • chore(deps): bump certifi from 2024.6.2 to 2024.7.4 in /libs/langgraph (#969)

0.1.6

09 Jul 16:39
c283d7e
Compare
Choose a tag to compare

Changes since 0.1.5

  • langgraph: release 0.1.6 (#965)
  • docs: add memory how-tos + update add_messages (#958)
  • langgraph: add tool error handling (#910)
  • docs: update readme (#921)
  • [Docs] Update README example
  • langgraph: add support for deleting messages (#651)
  • langgraph: update langchain-core & snapshot tests (#909)
  • docs: fixed variable error (#896)
  • [Docs] Improve create_react_agent docstring (#899)

cli==0.1.48

09 Jul 01:49
fab950a
Compare
Choose a tag to compare

Changes since cli==0.1.47

  • Update version of CLI to 0.1.48. (#957)
  • feat(cli): add debugger host CLI flag to specify default base URL (#900)
  • cli: set verbose flag for pull in langgraph build (#955)

0.1.5

01 Jul 17:22
Compare
Choose a tag to compare

Changes since 0.1.4

  • 0.1.5
  • Mark cancelled as seen

0.1.4

28 Jun 18:06
d9bfe22
Compare
Choose a tag to compare

Changes since 0.1.3

  • langgraph: release 0.1.4 (#877)
  • Skip bad pending sends

cli==0.1.47

28 Jun 21:09
Compare
Choose a tag to compare

Changes since cli==0.1.46

  • cli 0.1.47
  • cli: Update messaging for langsmith api key (#884)