Commit Graph

2748 Commits

Author SHA1 Message Date
David Duong e7aeffeb72 chore: replace yarn with pnpm (#1862)
Co-authored-by: Christian Bromann <git@bromann.dev>
2026-01-09 19:52:29 +01:00
Christian Bromann b251b407dc fix(ci): fix deploy_docs workflow (#1858) 2026-01-09 00:02:03 -08:00
github-actions[bot] b949b85ebd chore: version packages (#1857)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
create-langgraph@1.1.4 @langchain/langgraph-checkpoint-mongodb@1.1.5 @langchain/langgraph-checkpoint-validation@1.0.7 @langchain/langgraph-cli@1.1.9 @langchain/langgraph-sdk@1.4.5 @langchain/langgraph-ui@1.1.9 @langchain/langgraph@1.0.13 @langchain/langgraph-api@1.1.9
2026-01-08 23:52:48 -08:00
Christian Bromann a9fa28b6ad fix(ci): add missing build step in release (#1856) 2026-01-08 23:44:45 -08:00
github-actions[bot] 5b98e5c257 chore: version packages (#1854)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
create-langgraph@1.1.3 @langchain/langgraph-checkpoint-mongodb@1.1.4 @langchain/langgraph-checkpoint-validation@1.0.6 @langchain/langgraph-cli@1.1.8 @langchain/langgraph-sdk@1.4.4 @langchain/langgraph-ui@1.1.8 @langchain/langgraph@1.0.12 @langchain/langgraph-api@1.1.8
2026-01-08 18:41:30 -08:00
Christian Bromann a84c1ff182 fix(ci): another attempt fixing pipeline (#1853) 2026-01-08 18:28:19 -08:00
github-actions[bot] da5e82633a chore: version packages (#1851)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-08 17:37:39 -08:00
Christian Bromann e9f7e8e9e6 fix(ci): fix release pipeline take 2 (#1850) 2026-01-08 17:25:51 -08:00
github-actions[bot] 4477fdb603 Version Packages (#1849)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-08 16:57:07 -08:00
Christian Bromann 3ec85a43df fix(ci): fix broken release pipeline (#1848) 2026-01-08 16:40:14 -08:00
github-actions[bot] e720351a93 Version Packages (#1847)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-08 16:13:27 -08:00
Christian Bromann 3613386ad0 fix(release): new changesets for re-release (#1846) 2026-01-08 15:57:24 -08:00
github-actions[bot] 5125de572c Version Packages (#1844)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-08 15:23:23 -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
William FH 4ffdde9e18 chore(sdk): update thread object (#1843)
Co-authored-by: David Duong <david@duong.cz>
2026-01-07 17:27:00 -08:00
github-actions[bot] 03e3dd15ff Version Packages (#1841)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-06 17:48:48 -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
Prince 97e7210289 docs: fix broken link to API reference in custom_routes.md (#1816) 2025-12-20 03:08:13 +01:00
David Duong f93e9932e3 chore: add trusted publishing (#1830) 2025-12-20 02:52:34 +01:00
github-actions[bot] a5e45e58cf Version Packages (#1828)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-17 16:35:08 -05:00
Josh Rogers f602df6593 fix(langgraph): add resumable stream support to remote graph (#1827)
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com>
2025-12-17 16:20:14 -05:00
github-actions[bot] 721bc4e12b Version Packages (#1824)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-17 11:03:45 -08:00
Hunter Lovell 2340a541e2 fix(langgraph): respect meta defaults in LastValue (#1825) 2025-12-17 16:09:26 +01:00
Hunter Lovell de1454aef3 chore(langgraph): undeprecate toolsCondition and add better jsdocs (#1822) 2025-12-16 09:59:58 -08:00
github-actions[bot] 288f30949d Version Packages (#1823)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-16 18:59:41 +01:00
Josh Rogers 58aa2cfe53 fix(sdk): add support for retries on issues during streaming (#1817)
Co-authored-by: Tat Dat Duong <david@duong.cz>
2025-12-16 12:27:17 -05:00
github-actions[bot] 99a989166f Version Packages (#1815)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-15 14:30:48 +00:00
David Duong 1497df973f feat(sdk): allow enqueuing runs (#1818) 2025-12-15 13:46:05 +00: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
Hunter Lovell 31b65ffff1 chore(docs): fix failing CI (#1813) 2025-12-07 12:55:05 -08:00
Christian Bromann 52dc36b425 fix(*): set proper url prefix for package reference (#1811) 2025-12-07 12:13:53 -08:00
Mason Daugherty 826ca2440e chore: fix Python docs link in README (#1810) 2025-12-05 23:09:46 +00:00
github-actions[bot] ec28e18cda Version Packages (#1807)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-05 03:10:12 +00: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
github-actions[bot] 7c3c0dedb0 Version Packages (#1803)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-03 15:12:39 +00:00
Andrew Nguonly 35e8fc7813 feat: Add name parameter to assistants count API (#1805) 2025-12-03 15:44:41 +01:00
David Duong e19e76c053 feat(sdk): rename experimental_thread to thread (#1806) 2025-12-03 13:44:14 +00:00
William FH b78a73835f feat: AssistantSearchResponse (#1804)
Co-authored-by: David Duong <david@duong.cz>
2025-12-02 10:24:07 -08:00
David Duong fa6c009f5f fix(sdk): resolve React "Maximum update depth exceeded" warning by batching updates in a macrotask (#1802) 2025-12-02 15:58:24 +00:00
github-actions[bot] 3e81549d0b Version Packages (#1801)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-02 02:50:39 +01:00
CHRISTY JO MANTHARA c71b92b584 fixed EXDEV: cross-device link not permitted (#1787)
Co-authored-by: CHRISTY JO MANTHARA <192598195+lunakicks@users.noreply.github.com>
Co-authored-by: David Duong <david@duong.cz>
2025-12-02 01:16:08 +00:00
dependabot[bot] 2802f0f165 chore(deps): bump actions/checkout from 5 to 6 (#1792)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 01:40:10 +01:00
Christian Bromann 9440d080e6 fix(@langchain/langgraph-checkpoint-redis): deserialize checkpointed state (#1768)
Co-authored-by: David Duong <david@duong.cz>
2025-12-02 00:35:38 +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 1ebddac56b chore: mark langgraph canonical as private (#1800) 2025-12-02 01:18:35 +01:00
github-actions[bot] d0a70ce4f6 Version Packages (#1794)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-26 23:57:42 +00:00
Josh Rogers 5ae7552cfe feat(js-sdk): skip auto loading api key when set to null on sdk client create (#1793) 2025-11-25 14:49:17 -05:00
github-actions[bot] 67de5eb276 Version Packages (#1791)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-24 01:36:00 +01:00