Commit Graph

2778 Commits

Author SHA1 Message Date
David Duong bd1f4c03e9 Merge pull request #37 from langchain-ai/dqbd/store-flakiness-remove
chore: remove check for Date.now()
2025-03-28 15:08:26 +01:00
Tat Dat Duong c0e3663caf chore: remove check for Date.now()
Unsure why Date.now() within api.test.ts would be different from Date.now() from API code only on Windows?
2025-03-28 15:02:57 +01:00
David Duong fdf5b7c329 Merge pull request #36 from langchain-ai/dqbd/ui-shared-deps
feat(api): add configurable shared modules
2025-03-28 14:49:32 +01:00
Tat Dat Duong dbf6495b44 Do not throw error if window is undefined due to Next 2025-03-27 21:03:54 +01:00
Tat Dat Duong 8261f0aeb4 Fix object assignment 2025-03-27 20:58:39 +01:00
David Duong aad7735675 Merge pull request #35 from langchain-ai/dqbd/runnable-config-dynamic-graphs
feat(api): add support for dynamically created graphs via runnable config
2025-03-27 17:51:22 +01:00
Eugene Yurtsev 4a21a74226 docs: update llms overview (#1055) 2025-03-27 12:48:20 -04:00
Tat Dat Duong 7aac7244a9 Add tests for dynamically generated graphs 2025-03-27 17:36:09 +01:00
Jacob Lee 4961f8299f docs: Fix structured output docs sidebar + links (#1056) 2025-03-27 09:35:13 -07:00
Eugene Yurtsev 0f7aef2162 x 2025-03-27 12:34:25 -04:00
Eugene Yurtsev f26a99693e x 2025-03-27 10:45:53 -04:00
Eugene Yurtsev 541aa64f20 x 2025-03-27 10:31:21 -04:00
Vadym Barda 05e21f01e5 fix(langgraph): use full message history for structured responses in createReactAgent (#1050) 2025-03-27 15:10:45 +13:00
David Duong 2b603f8ad5 fix(langgraph): do not show side-effect warning for zod entrypoint (#1047) 2025-03-27 01:01:37 +01:00
Brace Sproul 5fe8f265a8 feat(cua): Implement passing blocked domains (#1048) 2025-03-26 15:53:08 -07:00
Ben Burns 985cda6a39 release(langgraph): 0.2.60 (#1049) 2025-03-27 11:52:35 +13:00
Ben Burns 59eff502ca Release 0.2.60 0.2.60 2025-03-27 11:46:21 +13:00
Tat Dat Duong ce50097d23 fix(langgraph): do not show side-effect warning for zod entrypoint 2025-03-26 23:44:57 +01:00
Ben Burns e3c0d71816 fix(langgraph): better Command/Send deserialization & type gaurds (#1046) 2025-03-27 11:32:17 +13:00
Tat Dat Duong cf5772dda6 feat(sdk-js): add option to manually provide implementation for shared modules 2025-03-26 22:46:59 +01:00
Tat Dat Duong 2eead7b039 feat(api): add configurable shared modules 2025-03-26 22:43:25 +01:00
Tat Dat Duong 6acc91b4c2 feat(api): add support for dynamically created graphs via runnable config 2025-03-26 22:12:47 +01:00
Brace Sproul 3406c96132 release(cua): 0.0.3 (#1045) 2025-03-26 18:45:03 +00:00
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