Commit Graph

357 Commits

Author SHA1 Message Date
github-actions[bot] 37e10413af chore: version packages (#2280)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-03 14:01:42 -07:00
Christian Bromann 264220cff8 fix: include vue in release 2026-04-03 13:58:15 -07:00
Christian Bromann 3bbb3ff65a fix(sdk): better type inferrence (#2279) 2026-04-03 13:53:35 -07:00
Christian Bromann 0d04099958 fix(vue): Make subagents accessible once they are spun up (#2278) 2026-04-03 13:53:16 -07:00
github-actions[bot] b9bd6aec1d chore: version packages (#2277)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-03 10:06:16 -07:00
Christian Bromann 05810fe087 Fix Vue subagent grouping during streaming (#2274)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-04-03 09:43:26 -07:00
github-actions[bot] 981853c019 chore: version packages (#2264)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-01 21:31:17 -07:00
Christian Bromann 936b48b280 fix(sdk): restore snake_case interrupt aliases (#2263) 2026-04-01 14:57:37 -07:00
github-actions[bot] 0b51ec611f chore: version packages (#2254)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-31 13:22:13 -07:00
Bryan Dartout d9d807ebb0 fix(sdk): accumulate parallel interrupts in StreamManager (#2204)
Co-authored-by: Christian Bromann <git@bromann.dev>
2026-03-31 13:08:33 -07:00
Christian Bromann 76a0a94ff5 Angular event callback tests (#2253)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-30 08:06:06 -07:00
Christian Bromann 6a47a826ee docs(vue): fix template ref usage in examples (#2252)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-29 21:39:40 -07:00
github-actions[bot] 7d88f577b8 chore: version packages (#2251)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-27 19:53:14 -07:00
Christian Bromann 8eaf410692 fix(sdk): skip post-stream getHistory for zero-arity onFinish (#2250) 2026-03-27 19:49:13 -07:00
github-actions[bot] 189279529b chore: version packages (#2249)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Josh Rogers <josh@langchain.dev>
2026-03-27 13:54:31 -04:00
Josh Rogers 9874420019 fix: respect http config in cli (#2247) 2026-03-27 09:00:39 -04:00
github-actions[bot] 9905dd102e chore: version packages (#2238)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-26 10:37:47 -07:00
Hunter Lovell bdcf290198 fix(langgraph): clean up resolved checkpointer promises to reduce memory retention (#2242) 2026-03-26 17:15:20 +00:00
Hunter Lovell 77af97650c Revert "fix(core): prevent AbortSignal listener leak in stream() and streamEvents() (#2213)" (#2245) 2026-03-26 17:14:10 +00:00
Christian Bromann ea82690a53 Change version to patch and add browser support (#2244) 2026-03-26 10:07:04 -07:00
pawel-twardziak 6ee23e819b fix: add createAgent and middleware to browser entry points (#2241) 2026-03-26 10:04:51 -07:00
Christian Bromann 7dfcbffd48 fix(skd): normalize interrupts between JS and Python (#2243) 2026-03-26 00:51:34 -07:00
Christian Bromann 88726dfe22 Extract shared WithClassMessages<T> type to @langchain/langgraph-sdk/ui (#2237)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-22 11:34:20 -07:00
Christian Bromann 4a80eefa44 fix(vue): use computed() and reactive refs in custom transport (#2236)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-22 11:33:50 -07:00
Christian Bromann 1b597f124e fix(angular): resolve non-idiomatic patterns (#2235)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-22 10:50:05 -07:00
Christian Bromann c52ba278eb fix(angular): sync isLoading signal in custom transport (#2234)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-22 10:43:53 -07:00
github-actions[bot] d4456c06f4 chore: version packages (#2232)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-20 15:25:27 -07:00
Christian Bromann c81eb9c3eb fix: correct package name in changeset to unblock release pipeline (#2233) 2026-03-20 14:31:31 -07:00
Christian Bromann 414a7adf90 feat: extract shared orchestrator to eliminate duplicated code across SDK packages (#2227)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-20 14:10:14 -07:00
Hunter Lovell a09932a203 fix(core): prevent AbortSignal listener leak in stream() and streamEvents() (#2213)
Co-authored-by: Christian Bromann <git@bromann.dev>
2026-03-20 11:05:01 -07:00
Jackjin 4d2e948320 fix(langgraph-core): correct AnyValue channel update() return value (#2210) 2026-03-20 10:51:20 -07:00
Christian Bromann 11acfc137b fix(vue): integrate LangChainPlugin with useStream and fix subagent reactivity (#2230)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-20 10:47:48 -07:00
Christian Bromann bb9cc3a57d feat(svelte): consolidate dual context systems into single shared key (#2231)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-20 10:38:50 -07:00
Christian Bromann 13d117ec90 feat(angular): use injectStream/injectStreamCustom (#2226)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-20 10:26:58 -07:00
Christian Bromann 07e9044487 Fix @langchain/react hook dispatch and Suspense cache ergonomics (#2228)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-20 10:25:58 -07:00
github-actions[bot] c8185ddb4b chore: version packages (#2216)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-20 00:33:55 -07:00
Christian Bromann c0ddd8d38e refactor(@langchain/svelte): Migrate from Svelte 4 stores to Svelte 5 runes-compatible API (#2222)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-20 00:30:13 -07:00
Christian Bromann 09b9b60fe5 feat: add provider/context patterns for React, Vue, Angular, and Svelte SDKs (#2223)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-20 00:10:50 -07:00
Christian Bromann 2cb6edd890 feat(react): add useSuspenseStream hook for React Suspense / Error Boundary integration (#2224)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-19 23:50:44 -07:00
Christian Bromann 6ca2121e67 feat(svelte): add setStreamContext / getStreamContext for dependency injection (#2221)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-19 23:38:02 -07:00
Christian Bromann 2d254e2757 feat(vue): Accept MaybeRefOrGetter for reactive options in useStream (#2220)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-19 23:26:57 -07:00
Christian Bromann dbbc943ca4 feat(angular): add StreamService @Injectable() class (#2219)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-19 23:22:22 -07:00
Christian Bromann b14c3081c7 fix(vue): remove misleading .value usage from README template examples (#2218)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-19 23:21:45 -07:00
Christian Bromann 5460157725 Add Angular 21 to @angular/core peer dependency range (#2217)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
2026-03-19 23:10:38 -07:00
Christian Bromann fe4dd5b85d Revert "chore: version packages (#2203)"
This reverts commit c75409d461.
2026-03-19 22:45:52 -07:00
github-actions[bot] c75409d461 chore: version packages (#2203)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-19 21:39:21 -07:00
AlbertGao a55b6fe3a0 Forward streamSubgraphs in custom transports (#2215)
Co-authored-by: Christian Bromann <git@bromann.dev>
2026-03-19 21:33:51 -07:00
Christian Bromann 963db6fbc7 fix(sdk): fetch subagent history (#2191) 2026-03-19 21:29:17 -07:00
Christian Bromann bd02965cdf fix(react/vue/svelte/angular): clean up Readme and dev deps (#2214) 2026-03-19 21:17:12 -07:00
pawel-twardziak 2b775302b6 fix(sdk): support onFinish callback in custom transport (#2199) 2026-03-18 18:36:46 -07:00