Commit Graph

591 Commits

Author SHA1 Message Date
Hunter Lovell 7127b3af51 chore(langgraph-supervisor): 0.0.14 2025-06-13 10:49:12 -07:00
Hunter Lovell ffb2f8d9c0 release(langgraph): 0.3.2 2025-06-13 10:48:05 -07:00
Hunter Lovell f14fa9116e chore(langgraph): last minute test nits 2025-06-11 20:07:38 -07:00
Hunter Lovell a6dd700ca8 fix: test nits and bump yarn lock 2025-06-11 17:47:27 -07:00
Hunter Lovell b6d2a2407b chore(langgraph): bump minimum core dep 2025-06-11 14:52:20 -07:00
Hunter Lovell f47527c882 chore(*): bump core dep and remove unnecessary package changes 2025-06-11 12:39:45 -07:00
Hunter Lovell 35a49f1d6c chore(langgraph): add tests for zod 4 types 2025-06-10 19:50:12 -07:00
Hunter Lovell 347ef2ec6c feat(langgraph): new core registry meta store 2025-06-10 19:49:47 -07:00
Hunter Lovell 5be8c369c2 feat(supervisor): use core zod utils 2025-06-10 19:48:01 -07:00
Hunter Lovell 3242ba1efe chore(all): bump zod deps 2025-06-10 19:48:01 -07:00
David Duong ae0707670d release(langgraph): 0.3.1 (#1265) 2025-06-06 14:57:47 +02:00
David Duong f77373bae5 chore(langgraph): export StreamOutputMap type (#1264) 2025-06-06 12:48:38 +00:00
David Duong 553d17e46a fix(langgraph): typedNode should accept RunnableLike (#1262) 2025-06-06 12:21:06 +00:00
David Duong 7ea1058a96 fix(langgraph): rename cache to cachePolicy for functional API (#1261) 2025-06-06 14:13:51 +02:00
David Duong 4ad95745c8 release(langgraph): 0.3.0 (#1250) 2025-06-03 00:35:34 +02:00
David Duong dcbfcc9e09 feat(langgraph): export typedNode utility (#1257) 2025-06-02 20:54:25 +00:00
David Duong aca3524c93 feat(langgraph): add support for built-in tools in prebuilts (#1251) 2025-06-02 17:24:26 +02:00
David Duong 5088f34a74 release(checkpoint): 0.0.18 (#1249) 2025-06-02 00:26:56 +00:00
David Duong 6d28118c86 release(swarm): 0.0.4 (#1248) 2025-05-31 02:23:23 +02:00
David Duong f4359a82b8 release(supervisor): 0.0.13 (#1247) 2025-05-31 02:19:29 +02:00
Tat Dat Duong 0d4caf3996 release(cua): 0.0.6
Relax `peerDependencies` constraint to support `@langchain/langgraph 0.3.x`
2025-05-31 02:08:42 +02:00
Tat Dat Duong d70be99595 Fix build 2025-05-31 01:30:17 +02:00
Tat Dat Duong 95321d7e38 Code review 2025-05-31 01:27:06 +02:00
Tat Dat Duong 3819b3e211 Use type asserts instead 2025-05-31 01:24:13 +02:00
Tat Dat Duong f7184db716 Add tests for types 2025-05-31 01:08:34 +02:00
Tat Dat Duong c9ca890e31 Remove unnecessary intersection 2025-05-31 00:58:29 +02:00
Tat Dat Duong eb1bea1789 feat(langgraph): return interrupts with streamMode: "values"
Partial port of https://github.com/langchain-ai/langgraph/pull/4374, does not tackle multi-resumes for now
2025-05-31 00:41:16 +02:00
David Duong b91f75d12e feat(prebuilt): add preModelHook and postModelHook (#1212) 2025-05-30 23:06:52 +02:00
David Duong 4564c21e5b fix(langgraph): allow null input to resume graph (#1243) 2025-05-30 22:58:03 +02:00
Tat Dat Duong a2ed0ae3df Add check for interrupt 2025-05-30 22:55:11 +02:00
Tat Dat Duong d3f1062f30 fix(langgraph): allow null input to resume graph 2025-05-30 22:51:47 +02:00
Tat Dat Duong 71dee1cf0c Fix edges 2025-05-30 22:44:48 +02:00
Tat Dat Duong dd84df01e0 Lint 2025-05-30 20:10:37 +02:00
Tat Dat Duong fa6ad84ff6 Add mermaid structure tests for each possible combination 2025-05-30 20:10:26 +02:00
David Duong 43d1f326a8 fix(docs): typos (#1167) 2025-05-30 18:01:05 +02:00
Tat Dat Duong f3631ee357 Don't create AnnotationRoot directly 2025-05-30 02:14:07 +02:00
Tat Dat Duong 38a97bfb0e Fix tests 2025-05-30 02:14:06 +02:00
Tat Dat Duong e536db6bc8 feat(prebuilt): add preModelHook and postModelHook 2025-05-30 02:14:06 +02:00
Tat Dat Duong 4def33350c fix(langgraph): apply Zod reducer when attempting to validate input
Also adds additional tests for `pregel.test-d.ts`
2025-05-30 02:07:04 +02:00
Tat Dat Duong d3a3da59e7 Remove other changes 2025-05-30 01:00:07 +02:00
Tat Dat Duong b40e877b87 Remove extra change 2025-05-30 00:59:39 +02:00
Tat Dat Duong fe8e0417eb Merge branch 'main' into dqbd/util-typed-node 2025-05-30 00:58:36 +02:00
David Duong 07a8594baa feat(langgraph): introduce strict typing for .stream() methods (#1239) 2025-05-30 00:57:43 +02:00
Tat Dat Duong 56af16327f Merge branch 'main' into dqbd/node-caching 2025-05-30 00:53:29 +02:00
David Duong b65f30d303 feat(langgraph): deferred nodes (#1210) 2025-05-29 22:16:12 +02:00
David Duong a6f56a1d26 chore(langgraph): allow generic node name and arguments for Command / Send (#1234) 2025-05-29 22:14:34 +02:00
David Duong 95d43aa9b5 fix(langgraph): fix default input Zod schema not obtaining langgraph metadata (#1232) 2025-05-29 22:11:29 +02:00
Tat Dat Duong 02fa073104 Add more tests, fix awaited 2025-05-29 21:57:09 +02:00
Tat Dat Duong 9f5c16428a Enhance typing 2025-05-29 21:45:08 +02:00
Tat Dat Duong 587373d454 Another workaround for lack of @ts-ignore / @ts-expect-error in tsc build 2025-05-29 21:32:58 +02:00