Commit Graph

2771 Commits

Author SHA1 Message Date
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
Hunter Lovell 98a6c7b48f fix: rollback doc redirects (#1732) 2025-10-17 13:50:49 -07:00
Lauren Hirata Singh df543bae9f fix(docs): redirect fix (#1730) 2025-10-17 06:16:23 -04:00
Lauren Hirata Singh 8a426df242 fix(docs): catch-all redirect (#1729) 2025-10-17 01:57:50 +00:00
Lauren Hirata Singh 890fe8f816 chore(docs): fix redirects (#1728) 2025-10-16 14:03:53 -04:00
Lauren Hirata Singh 97c5f462dc chore(docs): redirects for new site (#1534) 2025-10-16 10:34:55 -07:00
github-actions[bot] 7ac79072e4 Version Packages (#1727)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: isaac hershenson <ihershenson@hmc.edu>
2025-10-15 18:46:02 -07:00
Isaac Francisco f5865ac3b8 chore: update oss API spec to match python (#1726)
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com>
2025-10-15 18:24:34 -07:00
github-actions[bot] b7b0e050cf Version Packages (#1724)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: isaac hershenson <ihershenson@hmc.edu>
2025-10-14 17:24:53 -07:00
Isaac Francisco b0750e5382 updated types (#1725) 2025-10-14 16:29:11 -07:00
Isaac Francisco 636e142b3d chore: updated types (#1723) 2025-10-14 23:17:04 +00:00
github-actions[bot] 8580159f22 Version Packages (#1721)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-12 22:10:31 +02:00
David Duong 47cdce771a fix(sdk): stale optimistic values due to history not being refetched (#1720) 2025-10-12 22:07:49 +02:00
Tim Harper 9ddfafc501 fix(docs): remove incorrect comment (#1719) 2025-10-09 18:05:46 +02:00
github-actions[bot] c90a7fb74d Version Packages (#1714)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-30 13:47:08 +02: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
Will Badart 02beb41e76 RunsClient.create: support stateless Run creation (#1694)
Co-authored-by: David Duong <david@duong.cz>
2025-09-30 11:22:06 +00:00
github-actions[bot] c115fe9409 Version Packages (#1711)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-29 16:42:42 +02:00
David Duong 90dcb8b43a feat(sdk): managing thread externally from useStream hook (#1710) 2025-09-29 16:36:37 +02:00
github-actions[bot] d9c896a3c8 Version Packages (#1708) 2025-09-26 07:38:06 +02:00
Isaac Francisco d2b51aae9c Patch bump (#1707)
The last changeset (#1705) should've been a patch bump, not a minor bump.
2025-09-26 01:22:51 +00:00
Isaac Francisco f2aa533c8f Version bump (#1705)
Adds a missing changeset for #1702.
2025-09-25 21:05:51 -04:00
David Duong bbc90e632c fix(sdk): thread state should be invalidated when switching threads (#1703) 2025-09-25 21:11:35 +00:00
Parker J. Rule af5d15bd8d chore(api): support subset variant of $contains auth op (#1702)
LangGraph Platform supports auth filters of the form
{key: {"$contains": [values...]}}, where values...
are a list of elements that may be contained in metadata[key].

For consistency, we should support these kinds of filters
in the JS dev server.
2025-09-25 16:07:30 -04:00
David Duong 4d19b3a31f chore(sdk): split out framework-agnostic UI hook code (#1688) 2025-09-22 13:01:59 +00:00
github-actions[bot] ba4e4092fc Version Packages (#1686)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-20 23:13:28 +02: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 1c226ba69b chore: fix JSDoc warnings coming from Typedoc (#1682) 2025-09-20 13:23:07 +00:00
github-actions[bot] 2406f111b9 Version Packages (#1680)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-20 02:13:51 +02:00
Isaac Francisco e23fa7f5c4 feat(api): match /assistants search parameters, pagination (#1679)
Co-authored-by: David Duong <david@duong.cz>
2025-09-20 00:12:43 +00:00
github-actions[bot] ded7aaa8d5 Version Packages (#1676)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-20 02:02:06 +02:00
David Duong d3f3168ac0 fix(sdk): first overload of useStream should be the default LGP one, add JSDoc for all methods (#1678) 2025-09-19 16:50:27 +00:00
David Duong 5603276f34 fix(sdk): useStream keeping stale thread history when switching during stream, no cancel when disconnecting resumable stream (#1677) 2025-09-19 18:46:07 +02:00
David Duong b65c80b401 feat(sdk): useStream with custom transport (#1675) 2025-09-19 02:11:45 +02:00
github-actions[bot] a87ae1d6af Version Packages (#1670)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-18 16:42:48 +02:00
David Duong f21fd04930 fix(sdk): mutate function receiving incorrect previous value (#1669) 2025-09-18 13:54:31 +00:00
github-actions[bot] e61f27d484 Version Packages (#1663)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-15 15:02:20 +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 599a8c5499 fix(sdk): handle RemoveMessage when received in messages-tuple stream (#1656) 2025-09-15 15:36:00 +02:00
github-actions[bot] b56d6e3942 Version Packages (#1654)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-12 19:17:35 +02:00
William FH ba7682ff7a feat(sdk): Support ttl spec in thread creation (#1653) 2025-09-12 19:15:21 +02:00
github-actions[bot] 46a70498e1 Version Packages (#1648)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-11 10:08:58 +00:00
MartijnLeplae 19b4f3d5fa feat(supervisor): Supervisor with RemoteGraph assistants (#1604)
Co-authored-by: Tat Dat Duong <david@duong.cz>
2025-09-11 10:01:50 +00:00
github-actions[bot] f6bb40e5e0 Version Packages (#1647)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-11 09:37:41 +00:00
Parker J. Rule 5176f1c0df chore(api): add description field for assistants (#1645) 2025-09-10 23:23:49 +00:00
Parker J. Rule 68a1aa8123 fix(api): call threads:create auth handler when copying a thread (#1641) 2025-09-11 01:22:37 +02:00
github-actions[bot] 43a5573c04 Version Packages (#1646)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-11 00:48:07 +02:00