Commit Graph

2778 Commits

Author SHA1 Message Date
Tat Dat Duong 6925dc7a6c release: 0.0.41 2025-06-30 13:25:37 +02:00
David Duong 40e03a8743 Merge pull request #87 from langchain-ai/dqbd/embed
feat(api): embeddable LGP server for testing
2025-06-28 12:31:57 +02:00
Tat Dat Duong 21e5b48358 Fix issues 2025-06-28 04:26:04 +02:00
Tat Dat Duong b10b25b2fb Mark as experimental 2025-06-28 04:10:36 +02:00
Tat Dat Duong aac3a0db9e Further cleanup 2025-06-28 04:07:45 +02:00
Tat Dat Duong 1277155617 Cleanup 2025-06-28 03:40:23 +02:00
Tat Dat Duong 8687bbfec7 feat(api): embeddable LGP server for testing 2025-06-28 03:19:51 +02:00
David Duong 6a07538cc6 Merge pull request #88 from langchain-ai/dqbd/tests-stability
fix(api): fix race condition for multiple workers
2025-06-28 03:17:54 +02:00
Tat Dat Duong fd6a9c9eb0 fix(api): fix race condition for multiple workers 2025-06-28 03:11:45 +02:00
David Duong 1106538644 fix(langgraph): createReactAgent should accept checkpointer?: boolean (#1323) 2025-06-27 18:21:24 +00:00
David Duong b5e8af1bba fix(sdk-js): avoid stale client when fetching history (#5240) 2025-06-27 20:04:41 +02:00
Tat Dat Duong 87d0a18b18 Bump to 0.0.87 2025-06-27 20:03:03 +02:00
Tat Dat Duong c177d7a13c Use the client hash only in useEffect 2025-06-27 19:59:21 +02:00
Tat Dat Duong ff65479bba fix(sdk-js): avoid stale client when fetching history 2025-06-27 19:51:49 +02:00
lc-arjun 7c3582eed3 chore: sdk bumps (#5220)
* chore: sdk bumps

* uv lock
2025-06-26 17:57:05 -07:00
lc-arjun 7eeaaa6f8d chore: update api ref docs and fix schemas (#5219) 2025-06-26 17:41:03 -07:00
David Duong 6109bf3f65 fix(langgraph): respect streamMode when invoking subgraph in a node (#1320) 2025-06-26 23:17:15 +00:00
bkim14 dbf4f00003 fix(langgraph): change return value of getWriter (#1315) 2025-06-27 00:31:47 +02:00
Xavier Roma ce1161ce1d fix(langgraph): propagate recursionLimit and signal in RemoteGraph (#1238) 2025-06-26 22:31:38 +00:00
David Duong 286a3e0523 feat(langgraph): add "tasks" and "checkpoints" stream mode (#1319) 2025-06-26 22:08:59 +00:00
David Duong a77b4d3967 fix(langgraph): hash the cache key with XXH3 (#1318) 2025-06-26 20:50:16 +00:00
lc-arjun 3c1495ccc2 feat: crons sorting sdk (#5197)
* feat: crons sorting sdk

* update sync clients

* lock file

* lock file

* lock file
2025-06-26 11:27:44 -07:00
David Duong da3b2861f4 feat(langgraph): add support for multiple resumes (#1260) 2025-06-26 20:02:53 +02:00
David Duong f3bcdfa7d2 feat(langgraph): checkpoint cloning with task masquerading (#1300) 2025-06-26 19:54:40 +02:00
Lauren Hirata Singh 09133435c4 docs: Academy banner (#1317) 2025-06-26 15:56:51 +02:00
David Duong 462c366824 chore(deps): remove jest in favour of vitest (#1314) 2025-06-25 14:24:47 +02:00
David Duong 0a20acf27a chore: rely on build:internal when running turbo test (#1313) 2025-06-25 13:39:33 +02:00
David Duong 56d465b81a chore(deps): move all published packages from Jest to Vitest (#1312) 2025-06-25 13:31:50 +02:00
dependabot[bot] 7a6e18c5d9 build(deps): bump pbkdf2 from 3.1.2 to 3.1.3 in the npm_and_yarn group across 1 directory (#1309)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-25 13:01:26 +02:00
David Duong ddd5722e6f chore(deps): bump turbo@2.5.4 (#1311) 2025-06-25 12:55:13 +02:00
David Duong dcf9627d7e chore(deps): migrate to Yarn v4 (#1310)
Co-authored-by: Logan Rosen <loganrosen@gmail.com>
2025-06-25 12:44:25 +02:00
David Duong b7ad603141 feat(langgraph): implement checkpoint_during (#1290) 2025-06-25 11:59:40 +02:00
Tat Dat Duong fb76005617 chore(sdk-js): use embed LGP server for MSW mocking 2025-06-24 02:14:19 +02:00
kilavvy 1d4218fb99 Fix: Correct typo in "Subscribed" error message (#1304) 2025-06-23 19:05:21 +02:00
David Duong d77735aeea fix(langgraph): zod 4 registry reducer schema (#1288) 2025-06-20 18:27:50 +02:00
Christian Bromann 62a383dcbb docs: wrap package names in backticks instead of bold formatting (#1245) 2025-06-20 18:03:29 +02:00
David Duong a2e86de0aa feat(langgraph): populate task results (#1297) 2025-06-19 21:44:48 +02:00
bracesproul 343a39c795 formatting 2025-06-19 11:20:17 -07:00
bracesproul eb35d17d70 fix: Allow configuring stream mode in useStream.joinStream() 2025-06-19 11:14:59 -07:00
David Duong 62719067eb fix(docs): typo in agents tools.md (#1294) 2025-06-18 00:33:48 +00:00
Hunter Lovell 52bb7a151b chore: use 'vitest run' to unblock release script (#1293) 2025-06-18 02:33:39 +02:00
leopardracer bf8b1e48cb Fix Typos in Documentation and Example Notebooks (#1280) 2025-06-18 02:27:28 +02:00
David Duong 1addc3912b fix(docs): nudge folks to use ESM in quickstart (#1292) 2025-06-17 23:10:06 +00:00
lc-arjun efed836dda feat: attach custom tracer w/ replicas as callback (#86)
* feat: stream in tracing context (wip)

* get real project name

* fixes

* update meta api to support

* add version to api

* read version from fs

* bump other packages and yarn dedupe
2025-06-17 10:30:59 -07:00
Jacob Lee 8e4298e58f release(langgraph): 0.3.4 (#1291) 2025-06-17 09:54:44 -07:00
jacoblee93 34b831fd26 Release 0.3.4 0.3.4 2025-06-17 09:53:55 -07:00
lc-arjun ff0123d609 feat: allow user defined callbacks to extend graph callbacks (#1287) 2025-06-17 09:39:33 -07:00
Arjun Natarajan 1800fb9b06 we actually don't need 2025-06-17 12:17:28 -04:00
Arjun Natarajan d16c6578bd use option.recursionLimit 2025-06-17 12:09:39 -04:00
Arjun Natarajan 96e6a07701 lint 2025-06-17 12:08:10 -04:00