Commit Graph

2755 Commits

Author SHA1 Message Date
Brace Sproul 5f902457f3 fix(cua): Generics typing for custom state and nodes (#1044) 2025-03-26 18:40:17 +00:00
Brace Sproul 1d95ad1331 release(cua): 0.0.2 (#1043) 2025-03-26 17:19:06 +00:00
Brace Sproul 93fb8f86e7 fix(cua): Conditional edge check (#1042) 2025-03-26 17:12:18 +00:00
David Duong 0fa4ec25a4 release(langgraph): 0.2.59 (#1040) 2025-03-26 01:37:27 +01:00
Brace Sproul 42b91ef2e5 fix(cua): Readme example imports (#1039) 2025-03-26 00:35:19 +00:00
Tat Dat Duong 040c797689 release(langgraph): 0.2.59 0.2.59 2025-03-26 01:31:19 +01:00
David Duong c99bfaeec8 fix(langgraph): callbacks not passed in streamEvents (#1035) 2025-03-26 01:26:43 +01:00
Brace Sproul 7ad0fcb55d release(cua): 0.0.1 (#1038) 2025-03-26 00:13:40 +00:00
Brace Sproul 5807e7dc60 fix(cua): Examples dir path in readme (#1037) 2025-03-26 00:08:56 +00:00
Brace Sproul b9b0ae367d release(cua): 0.0.0 (#1036) 2025-03-26 00:05:16 +00:00
Brace Sproul f00ef51a09 feat(cua): Add docs on before/after node and state modifier (#1034) 2025-03-25 23:54:15 +00:00
Tat Dat Duong 794a347f0d fix(langgraph): callbacks not passed in streamEvents 2025-03-26 00:51:48 +01:00
Brace Sproul 81d9ec952b fix(cua): Add execute before and after nodes (#1033) 2025-03-25 21:59:18 +00:00
David Duong 92661ead6d release(langgraph): 0.2.58 (#1032) 2025-03-25 21:41:00 +01:00
Tat Dat Duong 0615aca5e3 release(langgraph): 0.2.58 0.2.58 2025-03-25 21:37:20 +01:00
David Duong f644322187 feat(pregel): add zod plugin (#1029) 2025-03-25 21:34:48 +01:00
Tat Dat Duong d9b307d283 Last try 2025-03-25 21:10:59 +01:00
Tat Dat Duong 0ac5066b7c Add error to lib 2025-03-25 20:58:46 +01:00
Tat Dat Duong 994551ab5a Export withLangGraph 2025-03-25 20:53:01 +01:00
Brace Sproul 8edfbad9f9 release(cua): 0.0.0-rc.1 (#1031) 2025-03-25 19:44:48 +00:00
Tat Dat Duong f6c2fa6a6e Use WeakSet to allow patching from multiple Zod instances, rely on .default() instead, remove buggy input, outputconstructor arg 2025-03-25 20:43:57 +01:00
Brace Sproul b31037a326 fix(cua): Docs (#1030) 2025-03-25 19:40:47 +00:00
Brace Sproul ce81c8759c feat(prebuilt-cua): Prebuilt computer use agent (#1003) 2025-03-25 12:25:50 -07:00
Tat Dat Duong 5d343cefe7 Add quick mention 2025-03-25 14:51:13 +01:00
David Duong f554e6ef9a feat(pregel): add Zod config schema + langgraph studio meta properties (#1025) 2025-03-25 14:30:25 +01:00
Tat Dat Duong a6a51aca40 Add entrypoint 2025-03-25 14:26:23 +01:00
Tat Dat Duong 83bba39701 use plugin entrypoint 2025-03-25 14:26:23 +01:00
Tat Dat Duong c1663896c2 feat(pregel): add zod plugin 2025-03-25 14:26:23 +01:00
Tat Dat Duong f9706cf8d3 feat(pregel): add Zod config schema + langgraph studio meta properties 2025-03-25 14:25:11 +01:00
David Duong 4742ac650c feat(pregel): add support for zod input / output schema (#1024) 2025-03-25 13:23:37 +00:00
David Duong 88dfc67c21 feat(langgraph): add Zod support for state definition / config schema (#1018) 2025-03-25 14:18:42 +01:00
Divy Srivastava 7df285e931 perf(checkpoint-sqlite): reuse getTuple prepared statements (#998) 2025-03-26 00:26:51 +13:00
nick-w-nick 8ac68856ff fix(docs): Add section to demonstrate saving a graph diagram locally (#906) 2025-03-25 11:05:07 +00:00
Ben Burns b8fe76ea84 fix(langgraph): allow setting edges from START on Graph (#1028) 2025-03-25 23:04:49 +13:00
Ben Burns a4f1441cd4 chore(langgraph): begin porting python tests, with bug fixes (#1023) 2025-03-25 00:46:29 +13:00
Ben Burns e12280b2df chore(langgraph): port the last of the graph structure tests 2025-03-25 00:27:51 +13:00
Ben Burns 5eb9d05bca chore(langgraph): port more graph structure tests 2025-03-25 00:27:51 +13:00
Ben Burns 2f02c8c382 chore(langgraph): port more graph structure tests 2025-03-25 00:27:51 +13:00
Ben Burns 6b25d98e04 chore(langgraph): add note about test that can't be ported 2025-03-25 00:27:51 +13:00
Ben Burns a53e9c2845 chore(langgraph): port more graph structure tests 2025-03-25 00:27:51 +13:00
Ben Burns 5d320ac21a chore(langgraph): port more graph structure tests 2025-03-25 00:27:51 +13:00
Ben Burns 83251fb500 fix(langgraph): enforce maxConcurrency option 2025-03-25 00:27:50 +13:00
Ben Burns 75f8ba0840 fix(langgraph): capture writes from parallel tasks when one task fails 2025-03-25 00:27:50 +13:00
Ben Burns 97c0dc4411 chore(langgraph): port next graph structure test (fails due to bug) 2025-03-25 00:27:50 +13:00
Ben Burns b13708554d chore(langgraph): port next graph structure test 2025-03-25 00:27:50 +13:00
Ben Burns 79007f8fb0 chore(langgraph): port next graph structure test 2025-03-25 00:27:50 +13:00
Ben Burns 1d577d28a0 chore(langgraph): port next graph structure test 2025-03-25 00:27:50 +13:00
Ben Burns db7e201663 chore(langgraph): port next graph structure test 2025-03-25 00:27:50 +13:00
Ben Burns 891ebc3dcb fix(langgraph): correctly deserialize pending sends & commands on resume 2025-03-25 00:27:39 +13:00
Ben Burns 86ab32ac4d chore(langgraph): port next graph structure test (fails due to bug) 2025-03-25 00:24:35 +13:00