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 |
|
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 |
|
Tanushree
|
20feb58300
|
feat: Add LangSmith integration metadata to langgraph (#2193)
|
2026-03-24 16:46:03 -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
|
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 |
|
Christian Bromann
|
9aa8339ef5
|
angular: type StreamService._stream properly instead of any (#2229)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
|
2026-03-20 11:17:03 -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 |
|
dependabot[bot]
|
b07b994043
|
chore(deps): bump @angular/compiler from 21.2.4 to 21.2.5 (#2212)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-19 13:35:19 -07:00 |
|
dependabot[bot]
|
a7f4935ca6
|
chore(deps): bump @angular/core from 21.2.4 to 21.2.5 (#2211)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-19 13:18:53 -07:00 |
|
pawel-twardziak
|
2b775302b6
|
fix(sdk): support onFinish callback in custom transport (#2199)
|
2026-03-18 18:36:46 -07:00 |
|
pawel-twardziak
|
ff434584fd
|
fix(vue): handle threadId option and auto-fetch history in useStream (#2194)
|
2026-03-17 20:40:47 -07:00 |
|
github-actions[bot]
|
09deb8ba88
|
chore: version packages (#2202)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hunter Lovell <hunter@hntrl.io>
|
2026-03-17 19:23:41 -07:00 |
|
Hunter Lovell
|
3873f36c42
|
Add checkpointId support to SDK client (#2200)
|
2026-03-17 17:06:04 -07:00 |
|
github-actions[bot]
|
a1e2abff1e
|
chore: version packages (#2174)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hunter Lovell <hunter@hntrl.io>
|
2026-03-17 18:10:42 +00:00 |
|
pawel-twardziak
|
8fec72ae98
|
fix(sdk): update aiMessageId in SubagentManager when provider replaces it (#2189)
|
2026-03-16 19:18:43 -07:00 |
|
Colin Francis
|
b6cfe555bf
|
feat(langgraph): add support for Uint8Array for JsonPlusSerializer (#2190)
|
2026-03-16 18:16:10 -07:00 |
|
dependabot[bot]
|
6d84e2b53d
|
chore(deps): bump @angular/core from 21.2.2 to 21.2.4 (#2184)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-15 21:11:45 -07:00 |
|
dependabot[bot]
|
7da8b64394
|
chore(deps): bump @angular/compiler from 21.2.2 to 21.2.4 (#2185)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-15 20:56:30 -07:00 |
|
Christian Bromann
|
ad266cf29f
|
fix(cli): allow --config to point to any config file (#2183)
|
2026-03-15 14:23:27 -07:00 |
|
Christian Bromann
|
a8f1b9d26b
|
fix(checkpoint-redis): fix dependency (#2181)
|
2026-03-12 17:08:19 -07:00 |
|
pawel-twardziak
|
ad48dee9dc
|
fix(state): merge jsonSchemaExtra in getInputJsonSchema() (#2176)
Co-authored-by: Christian Bromann <git@bromann.dev>
|
2026-03-11 16:18:50 -07:00 |
|
Hunter Lovell
|
b80076c5a7
|
fix(sdk): handle null values in functional graph checkpoint history (#2177)
|
2026-03-11 16:17:27 -07:00 |
|
William FH
|
a24bb550fb
|
chore: sdk method updates (#2173)
Co-authored-by: Josh Rogers <josh@langchain.dev>
|
2026-03-11 18:31:30 -04:00 |
|
Josh Rogers
|
a9ff2efdf0
|
feat(sdk): add cancelMany method to sdk (#2170)
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com>
|
2026-03-11 12:51:44 -07:00 |
|