Commit Graph

2771 Commits

Author SHA1 Message Date
Steren a55194dbbc Remove StateGraphArgs (#530)
Co-authored-by: Jacob Lee <jacoblee93@gmail.com>
2024-09-30 10:48:44 -07:00
Jacob Lee ddcc824156 chore(langgraph): Release 0.2.10 (#538) 0.2.10 2024-09-30 17:12:10 +00:00
Jacob Lee 6166da641e fix: Fix callback manager propagation issues (#537) 2024-09-30 10:07:11 -07:00
Brace Sproul a9ac222c3f Merge memory API updates to main (#533) 2024-09-30 09:43:49 -07:00
William Fu-Hinthorn 9a21161e0e Add JS SDK Store Client 2024-09-30 09:08:37 -07:00
dependabot[bot] af6695a0eb build(deps-dev): bump rollup from 4.14.3 to 4.22.4 in the npm_and_yarn group across 1 directory (#511)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 08:48:11 -07:00
David Duong 4153b169ba Merge pull request #1900 from langchain-ai/dqbd/xray-int
feat(sdk): add int xray parameter support
2024-09-30 17:08:15 +02:00
Tat Dat Duong dbf6da9a15 Update docs 2024-09-30 17:03:11 +02:00
David Duong 3b14029364 Merge pull request #1901 from langchain-ai/dqbd/sdk-js-0.0.13
chore: bump JS SDK to 0.0.13
2024-09-30 00:44:02 +02:00
Tat Dat Duong ecaf1380ec chore: bump JS SDK to 0.0.13 2024-09-30 00:39:01 +02:00
Tat Dat Duong 2dde4c5dc7 feat(api): add int xray parameter support 2024-09-30 00:18:07 +02:00
Allan Deutsch 88e9b4fc8b Add link to langchain in the overview (#488) 2024-09-28 04:10:02 -07:00
Jacob Lee 9716a4313d chore(langgraph): Bump deps, rc version (#528) 2024-09-28 11:00:59 +00:00
Jacob Lee 5545331903 chore(checkpoint): Release 0.0.8 (#527) 2024-09-28 10:54:37 +00:00
Jacob Lee 800a9eed20 fix: Export MessagesAnnotation from web entrypoint (#526) 2024-09-28 03:51:07 -07:00
Brace Sproul 44397ac995 Release 0.2.10-rc.0 (#525) 2024-09-27 17:06:50 -07:00
Brace Sproul 34c3ed6978 fix(langgraph): Drop unnecessary cast (#524) 2024-09-27 16:45:21 -07:00
Brace Sproul db3615d662 fix(langgraph): Update store api (#518) 2024-09-27 16:35:32 -07:00
David Duong 723b715d84 Merge pull request #1880 from langchain-ai/dqbd/sdk-xray
feat(sdk): expose xray kwarg to get_graph/getGraph
2024-09-27 16:59:51 +02:00
Tat Dat Duong cbc929c032 feat(sdk): expose xray kwarg to get_graph/getGraph 2024-09-27 15:15:56 +02:00
Tat Dat Duong a1f697b1b8 Add .prettierrc file to make vscode prettier work 2024-09-27 13:30:47 +02:00
Tat Dat Duong 4b7c32cc18 Ignore tgz and tar files 2024-09-27 13:26:58 +02:00
Tat Dat Duong 8a7a29ce6f feat(sdk-js): add support for subgraphs, match schema 2024-09-27 13:24:46 +02:00
Jacob Lee 2a1526b4c6 docs: Add compatibility info (#523) 2024-09-27 01:40:11 +00:00
Jacob Lee ed4455d89e chore(langgraph): Release 0.2.9 (#522) 0.2.9 2024-09-27 01:33:30 +00:00
Brace Sproul 5d8716b6d6 fix: Fix message serialization in prebuilt reducer, add subgraph docs (#516)
Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
2024-09-26 18:19:58 -07:00
Jacob Lee 7abbb4496c feat: Adds support for subgraph interrupts, streaming, update/get state, and send API (#499) 2024-09-26 08:01:48 -07:00
Tat Dat Duong 3f916b5e4a fix(sdk-js): match schema types, bump to 0.0.12 2024-09-25 17:33:13 +02:00
David Duong 6b2ed30cb9 Merge pull request #1830 from langchain-ai/dqbd/bump-js-0.0.11
feat(js): bump JS sdk to 0.0.11
2024-09-24 21:45:56 +02:00
Tat Dat Duong b9a09cb171 feat(js): bump JS sdk to 0.0.11 2024-09-24 21:40:48 +02:00
Jacob Lee a1932714f8 chore(checkpoint): Release 0.0.7 (#510) 2024-09-24 01:50:53 +00:00
Jacob Lee 26ce1dcb4e docs: Update comment in serialization method (#509) 2024-09-23 18:38:12 -07:00
Jacob Lee dc42b809f9 fix(checkpoint): Fix overzealous circular reference detection in checkpointers (#508) 2024-09-23 18:03:48 -07:00
Brace Sproul fe2ff80ed8 fix(docs): Drop announcement bar (#507) 2024-09-23 17:51:24 +00:00
Stephen M Abbott 76b97cac89 fix(docs): typos (#502) 2024-09-23 09:53:31 -07:00
David Duong 6dc6a4b2ca Merge pull request #1785 from langchain-ai/isaac/changeendpoint
set_latest -> latest
2024-09-21 02:07:20 +02:00
isaac hershenson d5edecc7c9 set_latest -> latest 2024-09-20 16:57:43 -07:00
Isaac Francisco 30fbb0f550 sdk-py: add versioning for assistants (#1665)
* add get_versions to python sdk

* fml

* add change_version to sdk

* add assistant name to create

* document assistant name

* change method

* version in payload

* fml

* add js methods and types

* name -> assistant_name

* export onconflictbehavior

* add assistant name to create

* add metadata/limit/offset to sdk

* add assistant_name to update

* assistantversion schema

* export assistnatversion

* add metadata/limit/offset to sdk

* assistantversion schema

* fmt

* fmt

* change version -> set version

* fmt

* assistant_name -> name

* naming
2024-09-20 16:48:19 -07:00
Jacob Lee 27ba00bb98 chore(langgraph): Release 0.2.8 (#498) 0.2.8 2024-09-18 16:20:00 -07:00
jacoblee93 8b437476ad chore(langgraph): Release 0.2.8 2024-09-18 16:17:40 -07:00
Jacob Lee 2459a1fb83 fix: Remove config key filtering (#497) 2024-09-18 16:14:36 -07:00
Brace Sproul 6379a80d1f Release 0.2.7 (#496) 0.2.7 2024-09-18 22:02:02 +00:00
Brace Sproul 9ed3505938 fix(langgraph): Fix .updateState when using managed values (#495) 2024-09-18 14:58:26 -07:00
Brace Sproul 2c11ca29f2 Release 0.2.6 (#494) 0.2.6 2024-09-18 21:13:03 +00:00
Brace Sproul cc0099a134 fix(langgraph): Fix bug in getting state with managed values (#493) 2024-09-18 14:09:53 -07:00
Brace Sproul dc8b5276e7 langgraph[minor]: Log warning if NodeInterrupt is thrown in conditional edge (#458) 2024-09-18 11:03:10 -07:00
dependabot[bot] 42b9b60c17 build(deps): bump next from 14.1.1 to 14.2.10 in /environment_tests/test-exports-vercel in the npm_and_yarn group across 1 directory (#491)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
2024-09-18 10:23:42 -07:00
Jacob Lee ebabee07d5 chore(langgraph): Release 0.2.5 (#492) 2024-09-18 09:45:36 -07:00
jacoblee93 a2e2311cd8 Release 0.2.5 0.2.5 2024-09-18 09:43:21 -07:00
Jack Reed 1eba5f8e2f Update ToolNode link to correct documentation link (#486) 2024-09-18 16:43:06 +00:00