Commit Graph

2771 Commits

Author SHA1 Message Date
Ben Burns f7412d6bb5 fix(langgraph): exec multiple simultaneous subgraphs with commands 2025-03-01 02:25:55 +13:00
Ben Burns c3f92bae91 fix(langgraph): skip edges to pruned nodes in mermaid gen 2025-02-28 19:30:26 +13:00
Ben Burns 6a9d6ac629 chore(supervisor): add test for mermaid gen 2025-02-28 19:29:40 +13:00
Ben Burns 8825e2e0ce chore(docs): update gitignore 2025-02-28 19:27:01 +13:00
Ben Burns 25a2c3aa22 chore: enable sourcemaps 2025-02-28 19:25:54 +13:00
Ben Burns 0e116cad99 chore(supervisor): pull in supervisor prebuilt, add lint, etc (#907) 2025-02-28 17:56:31 +13:00
Ben Burns 2d5238e725 chore(docs): support monorepo links for prebuilts 2025-02-28 17:50:49 +13:00
Ben Burns 1717b38dbf chore(supervisor): pull in supervisor prebuilt, add lint, etc 2025-02-28 16:45:21 +13:00
Ben Burns 408981e565 Add 'libs/langgraph-supervisor/' from commit '56ec29164c9167df98dc09579a8a7b3e32a54574'
git-subtree-dir: libs/langgraph-supervisor
git-subtree-mainline: b5bf2b21c3
git-subtree-split: 56ec29164c
2025-02-28 16:16:40 +13:00
David Duong b5bf2b21c3 fix(docs): add React info in how to guides (#905) 2025-02-27 19:11:27 +01:00
David Duong 2db4c6daea Merge pull request #16 from langchain-ai/dqbd/exit-override-commander
fix(cli): gracefulExit not called when failing to parse arg
2025-02-27 16:34:11 +01:00
David Duong 60f9386ac3 Merge pull request #17 from langchain-ai/dqbd/api-schema-cause
fix(api): use `Error.cause` to not lose of the stack, update CLI
2025-02-27 16:33:52 +01:00
Tat Dat Duong 2adce907e9 fix(api): use Error.cause to not lose of the stack 2025-02-27 16:33:10 +01:00
Tat Dat Duong a31b32af06 fix(cli): gracefulExit not called when failing to parse arg 2025-02-26 23:46:26 +01:00
Tat Dat Duong bfa798a37f Bump to 0.0.13 2025-02-26 23:31:17 +01:00
David Duong 54bac8533a Merge pull request #15 from langchain-ai/dqbd/js-schema-timeout-double
feat(api): allow configuring schema timeout via env
2025-02-26 23:28:39 +01:00
Tat Dat Duong addc7e1499 feat(api): allow configuring schema timeout via env 2025-02-26 23:27:48 +01:00
Eugene Yurtsev 9fa607e6cf docs: generate prebuilt page (#902) 2025-02-26 14:08:57 -05:00
Eugene Yurtsev bf090b4763 x 2025-02-26 12:25:15 -05:00
Eugene Yurtsev 5a605402b9 x 2025-02-26 12:10:11 -05:00
Eugene Yurtsev 1e1aef0915 x 2025-02-26 12:04:26 -05:00
Eugene Yurtsev 798a09b6d4 x 2025-02-26 12:01:15 -05:00
Vadym Barda 4c4faa77b2 docs: add supervisor prebuilt (#901) 2025-02-26 11:51:21 -05:00
Ben Burns 0e5c164ec2 chore(docs): add missing file (#899) 2025-02-27 00:54:47 +13:00
Ben Burns 6fde2c3ee8 chore(docs): better consents, more ga events (#898) 2025-02-26 11:35:49 +00:00
Ben Burns 6128486e13 chore(docs): small clarifying comment in low_level.md (#896) 2025-02-26 16:17:38 +13:00
Ben Burns 53609c4b34 chore(docs): proper use of GA consent mode (#895) 2025-02-25 23:29:31 +00:00
David Duong 2e97ebe566 Merge pull request #14 from langchain-ai/dqbd/node-engines-fix
fix: engines.node ranges (add 18.x back)
2025-02-25 23:06:54 +01:00
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