Commit Graph

2743 Commits

Author SHA1 Message Date
Tat Dat Duong 83bd462c35 Update lockfile 2025-02-25 23:03:16 +01:00
Tat Dat Duong fb4e63565c fix: engines.node ranges (add 18.x back) 2025-02-25 23:02:00 +01:00
David Duong ff41155d8a Merge pull request #12 from langchain-ai/dqbd/js-node-20.16
fix(node): bump min version to 20.16.x
2025-02-25 22:33:19 +01:00
Tat Dat Duong c961e04d03 fix(node): bump min version to 20.16.x 2025-02-25 22:32:58 +01:00
William Fu-Hinthorn dc7eb9e5be Review 2025-02-25 11:58:01 -08:00
William Fu-Hinthorn 570d050617 StreamMode in Join [sdk] 2025-02-25 11:14:38 -08:00
David Duong ac4512829b feat(react): support interrupt_before/after (#3582) 2025-02-25 18:06:25 +01:00
Tat Dat Duong eba5e2c55c feat(react): support interrupt_before/after 2025-02-25 17:57:12 +01:00
David Duong 300c0ba376 fix(react): avoid implicitly streaming values if not needed (#3579) 2025-02-25 16:07:41 +01:00
Tat Dat Duong 5e8503a92b fix(react): avoid implicitly streaming values if not needed 2025-02-25 15:58:21 +01:00
vbarda 56ec29164c bump langgraph & release 0.0.4 2025-02-25 09:23:54 -05:00
Tat Dat Duong 01683da6f2 Bump to 0.0.12 2025-02-25 14:46:14 +01:00
David Duong 6d0e39d58f fix(messages): avoid assigning same ID for tool messages (#894) 2025-02-24 23:58:18 +00:00
vbarda 8215525d1e release 0.0.3 2025-02-24 14:32:25 -05:00
David Duong bf2b9145b2 Merge pull request #11 from langchain-ai/dqbd/get-graph-async
fix(api): use getGraphAsync instead of getGraph
2025-02-24 20:23:29 +01:00
Tat Dat Duong 887c498f2e Bump to 0.0.11 2025-02-24 20:19:51 +01:00
Tat Dat Duong dc2f05c7a7 fix(api): use getGraphAsync instead of getGraph 2025-02-24 20:18:57 +01:00
vbarda f66ad60435 render subgraphs 2025-02-24 12:56:19 -05:00
Ben Burns 60d0526d7f fix(docs): fix broken example in streaming concepts doc (#893) 2025-02-24 06:58:05 +00:00
Ben Burns de4c7e3902 fix(docs): fix broken example in low_level.md (#892)
fixes #168
2025-02-24 06:30:10 +00:00
Ben Burns a9f3236907 fix(langgraph,docs): revert previous changes that broke builds (#891) 2025-02-24 17:43:11 +13:00
vbarda 5ba300945c release 0.0.2 2025-02-21 16:48:03 -05:00
vbarda 21f7b71c25 bump langgraph 2025-02-21 16:46:48 -05:00
Vadym Barda 77fa466192 Release 0.2.48 (#889) 2025-02-21 21:46:38 +00:00
Vadym Barda 858ba2aae6 add return type annotations (#2) 2025-02-21 16:31:38 -05:00
David Duong d841cc1812 fix(prebuilt): honor user provided state schema (#888) 2025-02-21 16:29:36 -05:00
Vadym Barda 7dab794220 add initial implementation (#1) 2025-02-21 10:19:13 -05:00
Ben Burns 8f27f70dca release(langgraph-checkpoint-mongodb): 0.0.6 (#886) 2025-02-21 21:43:04 +13:00
Ben Burns f935b59d8f release(langgraph-checkpoint-mongodb): 0.0.6 checkpoint-mongodb==0.0.6 2025-02-21 21:37:48 +13:00
Ben Burns 22b5e0671f release(checkpoint-postgres): 0.0.4 (#885) 2025-02-21 08:34:58 +00:00
Ben Burns c656f1982c chore(langgraph, examples): bump version of @langchain/core (#884) 2025-02-21 21:16:08 +13:00
dependabot[bot] 6f7d93da94 build(deps): bump @octokit/request from 8.4.0 to 8.4.1 in the npm_and_yarn group across 1 directory (#883)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-21 20:47:53 +13:00
Ben Burns ed6f79e97d chore(docs): improve API reference docs for Pregel and associated types (#874) 2025-02-21 05:38:30 +00:00
mosluce 37116a3d2c fix(checkpoint-mongodb): fix utf8 encoding support (#665) 2025-02-21 16:42:06 +13:00
nick-w-nick c207756a5a feat(checkpoint-postgres): Add support for providing a custom schema during initialization (#838) 2025-02-21 02:19:22 +00:00
dependabot[bot] c1d5960766 build(deps): bump the npm_and_yarn group across 2 directories with 4 updates (#872)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-21 15:03:42 +13:00
David Duong 1d836f1f5c fix(react): handle non-concatenable messages (#3536) 2025-02-20 21:28:02 +01:00
Tat Dat Duong e6aceee721 fix(react): handle non-concatenable messages 2025-02-20 21:24:00 +01:00
Eugene Yurtsev d5997e9089 remove beta from functional api (#868) 2025-02-21 07:32:39 +13:00
Vadym Barda f95915a0ad feat(langgraph): export createReactAgentAnnotation (#881) 2025-02-20 16:18:05 +00:00
Vadym Barda bc47ef1831 feat(langgraph): add name to AI messages in createReactAgent (#880) 2025-02-20 14:24:17 +00:00
Ben Burns 6d14ce8582 feat(langgraph): send subgraph state to parent when using Command.PARENT (#877) 2025-02-20 18:11:13 +13:00
David Duong 277f88efd5 feat(react): add interrupts, clean up generic types (#3526) 2025-02-20 03:17:48 +01:00
Tat Dat Duong d19313bdc6 Bump to 0.0.44 2025-02-20 03:06:11 +01:00
Tat Dat Duong 42de6c0460 feat(react): add interrupts, clean up generic types 2025-02-20 03:06:10 +01:00
Tat Dat Duong 7bc152a1ba fix(react): avoid streaming messages if they are not needed 2025-02-20 01:22:08 +01:00
Tat Dat Duong b8f1d340d1 fix(react): output non-abort errors in console, handle bogus message type 2025-02-20 01:20:19 +01:00
David Duong 1c57564f4f Merge pull request #10 from langchain-ai/dqbd/node-env
feat(api): add NODE_ENV: development
2025-02-19 18:17:22 +01:00
Tat Dat Duong e7a5d93861 feat(api): add NODE_ENV: development 2025-02-19 18:15:03 +01:00
Tat Dat Duong 5832f5115c feat(sdk-js/react): make configurable typed 2025-02-19 17:27:26 +01:00