Christian Bromann
|
e9f7e8e9e6
|
fix(ci): fix release pipeline take 2 (#1850)
|
2026-01-08 17:25:51 -08:00 |
|
Christian Bromann
|
730dc7c3b8
|
feat(sdk): add type-safe tool call streaming with agent type inference (#1826)
Co-authored-by: David Duong <david@duong.cz>
|
2026-01-08 14:50:18 -08:00 |
|
Sergey Zelenov
|
4b7832ec39
|
feat(checkpoint-mongodb): append client metadata for mongodb (#1777)
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com>
|
2026-01-08 11:01:53 -08:00 |
|
Christian Bromann
|
074da7ffaa
|
feat(create-langgraph): allow user to generate a langgraph config file (#1833)
|
2026-01-05 11:54:44 -08:00 |
|
Baptiste Jamin
|
b1ed761610
|
Bump zod on remaining packages (#1814)
Co-authored-by: Baptiste Jamin <baptiste@crisp.chat>
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com>
Co-authored-by: Hunter Lovell <hunter@hntrl.io>
|
2025-12-09 12:03:40 -08:00 |
|
David Duong
|
d08e4848d0
|
fix(sdk): add support for AbortSignal for all SDK methods, useStream["stop"] not cancelling thread creation (#1809)
|
2025-12-05 02:48:06 +00:00 |
|
David Duong
|
379de5e5b9
|
fix(sdk): do not get rid of tool_call_chunks when deserialising messages from stream (#1798)
|
2025-12-03 16:14:10 +00:00 |
|
dependabot[bot]
|
62ac20b262
|
chore(deps): bump js-yaml from 4.1.0 to 4.1.1 (#1779)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-02 01:18:56 +01:00 |
|
David Duong
|
fdd5878e89
|
chore: update dependencies (#1774)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-11 14:43:13 +00:00 |
|
dependabot[bot]
|
c5b17d8f08
|
chore(deps-dev): bump playwright from 1.51.0 to 1.55.1 (#1741)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-11 15:19:05 +01:00 |
|
Pokey Rule
|
18abe1e813
|
feat(examples): Add sql_agent example (#1750)
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com>
Co-authored-by: Christian Bromann <git@bromann.dev>
|
2025-11-03 14:29:35 -08:00 |
|
David Duong
|
6cd8ecb5e2
|
fix(api): remove pin to Zod 3 when consuming langgraph-api / cli or ui (#1763)
|
2025-10-28 03:20:43 +01:00 |
|
David Duong
|
ebe5ae74c9
|
fix(api): revert to previous supported version ranges for LG API (#1754)
|
2025-10-24 16:24:58 +02:00 |
|
dependabot[bot]
|
3061a61c2a
|
chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#1736)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-10-20 17:02:34 -07:00 |
|
Hunter Lovell
|
4b7933cd0a
|
feat: langgraph canonical package (#1742)
|
2025-10-20 17:02:16 -07:00 |
|
github-actions[bot]
|
d4b6d9ca98
|
Version Packages (#1735)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hunter Lovell <hunter@hntrl.io>
|
2025-10-17 16:59:01 -07:00 |
|
Hunter Lovell
|
1e1ecbbcf8
|
feat: merge v1 (#1733)
Co-authored-by: Tat Dat Duong <david@duong.cz>
Co-authored-by: Christian Bromann <git@bromann.dev>
Co-authored-by: Nuno Campos <nuno@langchain.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2025-10-17 16:34:43 -07:00 |
|
Baptiste Jamin
|
926db1efe9
|
fix(langgraph-checkpoint-redis): allow alpha version of 1.0.0 (#1701)
Co-authored-by: Baptiste Jamin <baptiste@crisp.chat>
Co-authored-by: David Duong <david@duong.cz>
|
2025-09-30 11:28:03 +00:00 |
|
David Duong
|
7770c6a3db
|
feat(cli): add @langchain/langgraph-cli new command (#1685)
|
2025-09-20 20:53:24 +00:00 |
|
David Duong
|
0f2cc2d597
|
chore: clear dependabot alerts for hono and axios (#1684)
|
2025-09-20 13:46:15 +00:00 |
|
David Duong
|
15afabefbf
|
fix(sdk): allow alpha version of 1.0.0 (#1664)
|
2025-09-15 14:11:17 +00:00 |
|
David Duong
|
03ae1089ea
|
chore: remove release-it, fix dependabot for tmp (#1638)
|
2025-09-10 19:08:13 +00:00 |
|
David Duong
|
df130735fc
|
chore: fix dependabot alerts (#1636)
|
2025-09-10 18:43:19 +00:00 |
|
Brian Sam-Bodden
|
2c6cc0ac9e
|
feat(checkpoint-redis): add Redis-based checkpoint and store implemen… (#1544)
Co-authored-by: Tat Dat Duong <david@duong.cz>
|
2025-09-04 19:08:10 +02:00 |
|
David Duong
|
11c7807a56
|
chore: add support for V1 in checkpointer packages (#1589)
|
2025-08-28 18:20:17 +00:00 |
|
David Duong
|
c7ff4ba991
|
Revert "chore: bump peer ranges to V1.0.0" (#1587)
|
2025-08-28 19:59:54 +02:00 |
|
David Duong
|
9e521e3071
|
chore: bump peer ranges to V1.0.0 (#1584)
|
2025-08-28 19:58:31 +02:00 |
|
David Duong
|
c9d4dfd839
|
chore(api): accept LangChain V1 and LangGraph V1 alpha in API / CLI (#1586)
|
2025-08-28 17:58:07 +00:00 |
|
David Duong
|
739d28c860
|
Revert "chore(deps): bump sha.js from 2.4.11 to 2.4.12" (#1569)
|
2025-08-25 18:37:19 +02:00 |
|
dependabot[bot]
|
823e86c503
|
chore(deps): bump sha.js from 2.4.11 to 2.4.12 (#1560)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-08-25 15:22:55 +02:00 |
|
Tat Dat Duong
|
ab7083566f
|
Update lockfile
|
2025-07-28 17:05:09 +02:00 |
|
Tat Dat Duong
|
4c69b9088c
|
Update lockfile
|
2025-07-28 16:56:17 +02:00 |
|
David Duong
|
10f292a4e1
|
feat(langgraph): remove Checkpoint.pending_sends (#1307)
|
2025-07-28 16:56:15 +02:00 |
|
dependabot[bot]
|
b1eb6ea0aa
|
chore(deps): bump form-data from 4.0.0 to 4.0.4 (#1441)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-07-24 12:58:59 +02:00 |
|
David Duong
|
78a15a1042
|
feat(cli): add sysinfo command to obtain actual version (#1413)
|
2025-07-17 10:06:53 +02:00 |
|
David Duong
|
c8d7a0aa9a
|
fix(sdk): code hygiene (#1357)
|
2025-07-07 12:44:29 +00:00 |
|
David Duong
|
8e818724f1
|
feat(checkpoint-validation): migrate CLI to Vitest (#1346)
|
2025-07-07 13:41:14 +02:00 |
|
David Duong
|
5e9652f70d
|
fix(cli): match "langsmith" package version (#1342)
|
2025-07-04 13:51:37 +00:00 |
|
Tat Dat Duong
|
0d4b5fe0ba
|
Fix docs build, consolidate @types/node version
|
2025-07-03 14:52:56 +02:00 |
|
Tat Dat Duong
|
85ed34c8dc
|
Update lockfile
|
2025-07-03 00:33:50 +02:00 |
|
Tat Dat Duong
|
0055bea118
|
Merge branch 'main' into dqbd/lgjsapi
|
2025-07-03 00:29:57 +02:00 |
|
Tat Dat Duong
|
7e16bee986
|
Update lockfile again
|
2025-07-02 21:26:19 +02:00 |
|
Tat Dat Duong
|
e7175caad5
|
Lockfile update
|
2025-07-02 21:23:46 +02:00 |
|
Tat Dat Duong
|
aea5b9b6c4
|
Dedupe Prettier
|
2025-07-02 20:23:21 +02:00 |
|
Tat Dat Duong
|
5df63ba25c
|
Update dependencies, remove circular dependency
|
2025-07-02 20:20:16 +02:00 |
|
Tat Dat Duong
|
799a08edc3
|
Simplify build process, remove Bun
|
2025-07-02 01:46:19 +02:00 |
|
Tat Dat Duong
|
bcf06be8f7
|
Another pass at fixing build
|
2025-07-02 00:00:19 +02:00 |
|
Tat Dat Duong
|
2b211391c8
|
Update dependencies
|
2025-07-02 00:00:05 +02:00 |
|
David Duong
|
462c366824
|
chore(deps): remove jest in favour of vitest (#1314)
|
2025-06-25 14:24:47 +02:00 |
|
David Duong
|
56d465b81a
|
chore(deps): move all published packages from Jest to Vitest (#1312)
|
2025-06-25 13:31:50 +02:00 |
|