github-actions[bot]
|
29f071d826
|
chore: version packages (#2286)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-04-03 23:09:53 -07:00 |
|
Christian Bromann
|
a5dfdb61c7
|
fix(sdk): detect interrupt for Python agents (#2285)
|
2026-04-03 23:06:34 -07:00 |
|
github-actions[bot]
|
7176861f72
|
chore: version packages (#2284)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-04-03 22:29:39 -07:00 |
|
github-actions[bot]
|
ed1107df54
|
chore: version packages (#2283)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-04-03 22:14:06 -07:00 |
|
Christian Bromann
|
2b62610710
|
feat(sdk): support for headless tools (#2281)
|
2026-04-03 22:07:54 -07:00 |
|
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 |
|
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 |
|
dependabot[bot]
|
2bb2ed4565
|
chore(deps): bump the vue group across 1 directory with 4 updates (#2273)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hunter Lovell <hunter@hntrl.io>
|
2026-04-02 00:37:15 -07:00 |
|
dependabot[bot]
|
271f9750f0
|
chore(deps): bump the langchain group across 1 directory with 7 updates (#2270)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-04-01 23:59:19 -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 |
|
Christian Bromann
|
d88f29ba25
|
chore(repo): migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (#2256)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Christian Bromann <christian-bromann@users.noreply.github.com>
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com>
|
2026-03-30 18:08:00 -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 |
|
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]
|
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 |
|
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 |
|
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
|
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 |
|
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
|
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
|
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
|
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
|
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 |
|
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]
|
f4ed01eb2f
|
chore: version packages (#2167)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-03-10 17:39:14 -07:00 |
|
Mudit Somani
|
745112c0d7
|
fix: use optimistic threadId in a custom stream (#2014)
Co-authored-by: Christian Bromann <git@bromann.dev>
|
2026-03-10 17:29:34 -07:00 |
|
Christian Bromann
|
8faf05c939
|
feat(sdk): convert history messages to BaseMessage instances in framework SDKs (#2165)
|
2026-03-10 17:22:18 -07:00 |
|
github-actions[bot]
|
3f01111b9c
|
chore: version packages (#2164)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-03-10 14:34:23 -07:00 |
|
Christian Bromann
|
b518c474f6
|
fix(sdk): update deps (#2162)
|
2026-03-10 14:31:03 -07:00 |
|
github-actions[bot]
|
6b8db00d6c
|
chore: version packages (#2161)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-03-10 13:36:18 -07:00 |
|
dependabot[bot]
|
023c3538fc
|
chore(deps-dev): bump vitest-browser-vue from 0.1.0 to 2.0.2 in the vue group (#2157)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-10 13:15:47 -07:00 |
|
github-actions[bot]
|
3428ae5335
|
chore: version packages (#2042)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-03-10 12:58:19 -07:00 |
|
Christian Bromann
|
64ba35ea70
|
fix(vue): SDK improvements for Vue (#2048)
|
2026-03-10 12:43:03 -07:00 |
|
Christian Bromann
|
e051ef6aa8
|
feat(sdk): add vue, svelte, angular implementation of useStream hook (#2001)
Co-authored-by: Tat Dat Duong <david@duong.cz>
|
2026-03-10 10:48:46 -07:00 |
|