Tat Dat Duong
|
3d1a00a375
|
feat(sdk-js): useStream expose callerOptions and defaultHeaders
|
2025-03-05 00:29:25 +01:00 |
|
Tat Dat Duong
|
088f3bc51b
|
fix(sdk-js): handle threadId: undefined as controlled
|
2025-03-05 00:20:59 +01:00 |
|
Subesh Bhandari 🇳🇵
|
5ed1c624ce
|
fix(langgraph): support bedrock tool spec with createReactAgent with bound tools (#922)
|
2025-03-04 09:47:02 -05:00 |
|
Ben Burns
|
3e36fd7ae3
|
release(langgraph): 0.2.52 (#935)
|
2025-03-04 13:33:05 +13:00 |
|
Ben Burns
|
ce5ef63113
|
release(langgraph): 0.2.52
|
2025-03-04 13:30:11 +13:00 |
|
Ben Burns
|
68c20c098e
|
chore(langgraph): remove flaky test (#934)
0.2.52
|
2025-03-04 13:15:49 +13:00 |
|
Ben Burns
|
a551bde1a7
|
feat(langgraph): export getConfig helper fn (#933)
|
2025-03-04 12:45:59 +13:00 |
|
Vadym Barda
|
b5fd522837
|
fix(swarm): add release config (#932)
swarm==0.0.1
|
2025-03-03 22:52:10 +00:00 |
|
Vadym Barda
|
575db5ebaf
|
add langgraph-swarm library (#931)
|
2025-03-03 22:35:57 +00:00 |
|
Tat Dat Duong
|
7f655e5186
|
Bump to 0.0.14-experimental.0
|
2025-03-03 19:01:11 +01:00 |
|
Tat Dat Duong
|
4484196cdd
|
fix(sdk-js): stream intermediate values with messages-tuple
We still need intermediate messages to ensure the client state and server state is in-sync as quickly as possible.
|
2025-03-03 17:19:45 +01:00 |
|
Ben Burns
|
380867d66d
|
release(langgraph-supervisor): 0.0.7 (#925)
|
2025-03-03 14:19:06 +13:00 |
|
Ben Burns
|
f6929c125f
|
release(langgraph-supervisor): 0.0.7
supervisor==0.0.7
|
2025-03-03 14:16:09 +13:00 |
|
Ben Burns
|
4de4c72979
|
fix(supervisor): actually output CJS in CJS build (#924)
|
2025-03-03 14:13:48 +13:00 |
|
Brendan Graetz
|
337d7a5f32
|
docs: replace hand-coded 'toolNode' function with 'new ToolNode' (#897)
Signed-off-by: Brendan Graetz <bguiz@users.noreply.github.com>
|
2025-03-03 01:02:22 +00:00 |
|
Tat Dat Duong
|
0580bbb1fd
|
Set jsx: automatic
|
2025-03-02 18:55:24 +01:00 |
|
Tat Dat Duong
|
48206ca212
|
fix(build): Send logs to stderr instead
|
2025-03-02 18:55:24 +01:00 |
|
Tat Dat Duong
|
e42333311b
|
Fix load script
|
2025-03-02 18:55:24 +01:00 |
|
Tat Dat Duong
|
2e205d7400
|
Fix TS and build
|
2025-03-02 18:55:23 +01:00 |
|
Tat Dat Duong
|
15fa4b738b
|
feat: add experimental UI integration
|
2025-03-02 18:55:23 +01:00 |
|
Jacob Lee
|
70d1441f07
|
release(langgraph): 0.2.51 (#918)
|
2025-02-28 13:17:15 -08:00 |
|
jacoblee93
|
49388fbdb7
|
Release 0.2.51
0.2.51
|
2025-02-28 13:14:14 -08:00 |
|
Jacob Lee
|
ba6083e13f
|
fix(langgraph): Fix parent command graph bubbling going one level too high (#917)
|
2025-02-28 13:11:32 -08:00 |
|
Vadym Barda
|
09867fd29b
|
supervisor: release 0.0.6 (#916)
supervisor==0.0.6
|
2025-02-28 15:06:31 +00:00 |
|
Vadym Barda
|
cb55e820fc
|
supervisor: bump langgraph (#915)
|
2025-02-28 14:56:11 +00:00 |
|
Vadym Barda
|
3feeec3233
|
supervisor: release 0.0.5 (#914)
supervisor==0.0.5
|
2025-02-28 09:52:47 -05:00 |
|
Vadym Barda
|
3ab0da4b8f
|
supervisor: add release-it dep (#913)
|
2025-02-28 14:46:12 +00:00 |
|
Vadym Barda
|
d5ec62491d
|
supervisor: add release config (#912)
|
2025-02-28 14:38:11 +00:00 |
|
Vadym Barda
|
4b6d1fa2c0
|
langgraph: release 0.2.50 (#911)
|
2025-02-28 14:30:05 +00:00 |
|
Ben Burns
|
3ec373e043
|
fix(langgraph,supervisor): various fixes to get nested supervisors working (#910)
Fixes #908
Includes ported fixes from langchain-ai/langgraph#1551, langchain-ai/langgraph#3056, langchain-ai/langgraph#3521.
Also includes a minor typing fix for @langchain/langgraph-supervisor
|
2025-03-01 02:55:44 +13:00 |
|
Ben Burns
|
c786e51fcb
|
fix: test maintenance
|
2025-03-01 02:48:42 +13:00 |
|
Ben Burns
|
2d3c4f6232
|
chore(supervisor): add test for multi-layer supervisor graph
|
2025-03-01 02:26:40 +13:00 |
|
Ben Burns
|
ea7597f9a8
|
fix(supervisor): fix types
|
2025-03-01 02:26:14 +13:00 |
|
Ben Burns
|
b91d1c9ed8
|
fix(langgraph): don't write empty channels on start
|
2025-03-01 02:26:11 +13:00 |
|
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 |
|