@mastra/client-js 0.0.0-message-ordering-20250415215612 → 0.0.0-mssql-store-20250804200341

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/.turbo/turbo-build.log +4 -0
  2. package/CHANGELOG.md +1399 -3
  3. package/LICENSE.md +11 -42
  4. package/README.md +2 -1
  5. package/dist/adapters/agui.d.ts +23 -0
  6. package/dist/adapters/agui.d.ts.map +1 -0
  7. package/dist/client.d.ts +265 -0
  8. package/dist/client.d.ts.map +1 -0
  9. package/dist/example.d.ts +2 -0
  10. package/dist/example.d.ts.map +1 -0
  11. package/dist/index.cjs +1775 -86
  12. package/dist/index.cjs.map +1 -0
  13. package/dist/index.d.ts +4 -585
  14. package/dist/index.d.ts.map +1 -0
  15. package/dist/index.js +1775 -90
  16. package/dist/index.js.map +1 -0
  17. package/dist/resources/a2a.d.ts +44 -0
  18. package/dist/resources/a2a.d.ts.map +1 -0
  19. package/dist/resources/agent.d.ts +112 -0
  20. package/dist/resources/agent.d.ts.map +1 -0
  21. package/dist/resources/base.d.ts +13 -0
  22. package/dist/resources/base.d.ts.map +1 -0
  23. package/dist/resources/index.d.ts +11 -0
  24. package/dist/resources/index.d.ts.map +1 -0
  25. package/dist/resources/legacy-workflow.d.ts +87 -0
  26. package/dist/resources/legacy-workflow.d.ts.map +1 -0
  27. package/dist/resources/mcp-tool.d.ts +27 -0
  28. package/dist/resources/mcp-tool.d.ts.map +1 -0
  29. package/dist/resources/memory-thread.d.ts +53 -0
  30. package/dist/resources/memory-thread.d.ts.map +1 -0
  31. package/dist/resources/network-memory-thread.d.ts +47 -0
  32. package/dist/resources/network-memory-thread.d.ts.map +1 -0
  33. package/dist/resources/network.d.ts +30 -0
  34. package/dist/resources/network.d.ts.map +1 -0
  35. package/dist/resources/tool.d.ts +23 -0
  36. package/dist/resources/tool.d.ts.map +1 -0
  37. package/dist/resources/vNextNetwork.d.ts +42 -0
  38. package/dist/resources/vNextNetwork.d.ts.map +1 -0
  39. package/dist/resources/vector.d.ts +48 -0
  40. package/dist/resources/vector.d.ts.map +1 -0
  41. package/dist/resources/workflow.d.ts +154 -0
  42. package/dist/resources/workflow.d.ts.map +1 -0
  43. package/dist/types.d.ts +422 -0
  44. package/dist/types.d.ts.map +1 -0
  45. package/dist/utils/index.d.ts +3 -0
  46. package/dist/utils/index.d.ts.map +1 -0
  47. package/dist/utils/process-client-tools.d.ts +3 -0
  48. package/dist/utils/process-client-tools.d.ts.map +1 -0
  49. package/dist/utils/zod-to-json-schema.d.ts +105 -0
  50. package/dist/utils/zod-to-json-schema.d.ts.map +1 -0
  51. package/integration-tests/agui-adapter.test.ts +122 -0
  52. package/integration-tests/package.json +18 -0
  53. package/integration-tests/src/mastra/index.ts +35 -0
  54. package/integration-tests/vitest.config.ts +9 -0
  55. package/package.json +31 -17
  56. package/src/adapters/agui.test.ts +322 -0
  57. package/src/adapters/agui.ts +239 -0
  58. package/src/client.ts +414 -14
  59. package/src/example.ts +59 -29
  60. package/src/index.test.ts +526 -10
  61. package/src/index.ts +1 -0
  62. package/src/resources/a2a.ts +88 -0
  63. package/src/resources/agent.ts +629 -49
  64. package/src/resources/base.ts +8 -2
  65. package/src/resources/index.ts +4 -1
  66. package/src/resources/legacy-workflow.ts +242 -0
  67. package/src/resources/mcp-tool.ts +48 -0
  68. package/src/resources/memory-thread.test.ts +285 -0
  69. package/src/resources/memory-thread.ts +44 -5
  70. package/src/resources/network-memory-thread.test.ts +269 -0
  71. package/src/resources/network-memory-thread.ts +81 -0
  72. package/src/resources/network.ts +11 -17
  73. package/src/resources/tool.ts +16 -3
  74. package/src/resources/vNextNetwork.ts +194 -0
  75. package/src/resources/workflow.ts +289 -94
  76. package/src/types.ts +300 -22
  77. package/src/utils/index.ts +11 -0
  78. package/src/utils/process-client-tools.ts +32 -0
  79. package/src/utils/zod-to-json-schema.ts +10 -0
  80. package/src/v2-messages.test.ts +180 -0
  81. package/tsconfig.build.json +9 -0
  82. package/tsconfig.json +1 -1
  83. package/tsup.config.ts +22 -0
  84. package/dist/index.d.cts +0 -585
package/CHANGELOG.md CHANGED
@@ -1,11 +1,1407 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-message-ordering-20250415215612
3
+ ## 0.0.0-mssql-store-20250804200341
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [7a69f57]
8
- - @mastra/core@0.0.0-message-ordering-20250415215612
7
+ - Updated dependencies [94f4812]
8
+ - Updated dependencies [e202b82]
9
+ - Updated dependencies [e00f6a0]
10
+ - Updated dependencies [b0e43c1]
11
+ - Updated dependencies [1fb812e]
12
+ - Updated dependencies [35c5798]
13
+ - @mastra/core@0.0.0-mssql-store-20250804200341
14
+
15
+ ## 0.10.19-alpha.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [94f4812]
20
+ - Updated dependencies [e202b82]
21
+ - Updated dependencies [e00f6a0]
22
+ - @mastra/core@0.12.2-alpha.0
23
+
24
+ ## 0.10.18
25
+
26
+ ### Patch Changes
27
+
28
+ - 6690a16: dependencies updates:
29
+ - Updated dependency [`@ag-ui/client@^0.0.35` ↗︎](https://www.npmjs.com/package/@ag-ui/client/v/0.0.35) (from `^0.0.27`, in `dependencies`)
30
+ - Updated dependencies [33dcb07]
31
+ - Updated dependencies [d0d9500]
32
+ - Updated dependencies [d30b1a0]
33
+ - Updated dependencies [bff87f7]
34
+ - Updated dependencies [b4a8df0]
35
+ - @mastra/core@0.12.1
36
+
37
+ ## 0.10.18-alpha.1
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [d0d9500]
42
+ - @mastra/core@0.12.1-alpha.1
43
+
44
+ ## 0.10.18-alpha.0
45
+
46
+ ### Patch Changes
47
+
48
+ - 6690a16: dependencies updates:
49
+ - Updated dependency [`@ag-ui/client@^0.0.35` ↗︎](https://www.npmjs.com/package/@ag-ui/client/v/0.0.35) (from `^0.0.27`, in `dependencies`)
50
+ - Updated dependencies [33dcb07]
51
+ - Updated dependencies [d30b1a0]
52
+ - Updated dependencies [bff87f7]
53
+ - Updated dependencies [b4a8df0]
54
+ - @mastra/core@0.12.1-alpha.0
55
+
56
+ ## 0.10.17
57
+
58
+ ### Patch Changes
59
+
60
+ - aa2715b: process stream response error handling
61
+ - 6bd354c: Should not send content type if body instance of FormData
62
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
63
+ - b641ba3: fix: save score params
64
+ - 9802f42: Added types and tests to ensure client-js and hono endpoints can save memory messages where the input is either a v1 or v2 mastra message
65
+ - 1ac8f6b: deduplicate message
66
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
67
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
68
+ - Single message ID as string: `deleteMessages('msg-123')`
69
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
70
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
71
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
72
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
73
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
74
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
75
+ - Updates thread timestamps when messages are deleted
76
+ - Added comprehensive test coverage and documentation
77
+
78
+ - Updated dependencies [510e2c8]
79
+ - Updated dependencies [2f72fb2]
80
+ - Updated dependencies [27cc97a]
81
+ - Updated dependencies [3f89307]
82
+ - Updated dependencies [9eda7d4]
83
+ - Updated dependencies [9d49408]
84
+ - Updated dependencies [41daa63]
85
+ - Updated dependencies [ad0a58b]
86
+ - Updated dependencies [254a36b]
87
+ - Updated dependencies [2ecf658]
88
+ - Updated dependencies [7a7754f]
89
+ - Updated dependencies [fc92d80]
90
+ - Updated dependencies [e0f73c6]
91
+ - Updated dependencies [0b89602]
92
+ - Updated dependencies [4d37822]
93
+ - Updated dependencies [23a6a7c]
94
+ - Updated dependencies [cda801d]
95
+ - Updated dependencies [a77c823]
96
+ - Updated dependencies [ff9c125]
97
+ - Updated dependencies [09bca64]
98
+ - Updated dependencies [b8efbb9]
99
+ - Updated dependencies [71466e7]
100
+ - Updated dependencies [0c99fbe]
101
+ - @mastra/core@0.12.0
102
+
103
+ ## 0.10.17-alpha.5
104
+
105
+ ### Patch Changes
106
+
107
+ - @mastra/core@0.12.0-alpha.5
108
+
109
+ ## 0.10.17-alpha.4
110
+
111
+ ### Patch Changes
112
+
113
+ - Updated dependencies [ad0a58b]
114
+ - @mastra/core@0.12.0-alpha.4
115
+
116
+ ## 0.10.17-alpha.3
117
+
118
+ ### Patch Changes
119
+
120
+ - 9802f42: Added types and tests to ensure client-js and hono endpoints can save memory messages where the input is either a v1 or v2 mastra message
121
+ - 1ac8f6b: deduplicate message
122
+ - @mastra/core@0.12.0-alpha.3
123
+
124
+ ## 0.10.17-alpha.2
125
+
126
+ ### Patch Changes
127
+
128
+ - aa2715b: process stream response error handling
129
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
130
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
131
+ - Single message ID as string: `deleteMessages('msg-123')`
132
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
133
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
134
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
135
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
136
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
137
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
138
+ - Updates thread timestamps when messages are deleted
139
+ - Added comprehensive test coverage and documentation
140
+
141
+ - Updated dependencies [27cc97a]
142
+ - Updated dependencies [41daa63]
143
+ - Updated dependencies [254a36b]
144
+ - Updated dependencies [0b89602]
145
+ - Updated dependencies [4d37822]
146
+ - Updated dependencies [ff9c125]
147
+ - Updated dependencies [b8efbb9]
148
+ - Updated dependencies [71466e7]
149
+ - Updated dependencies [0c99fbe]
150
+ - @mastra/core@0.12.0-alpha.2
151
+
152
+ ## 0.10.17-alpha.1
153
+
154
+ ### Patch Changes
155
+
156
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
157
+ - Updated dependencies [e0f73c6]
158
+ - Updated dependencies [cda801d]
159
+ - Updated dependencies [a77c823]
160
+ - @mastra/core@0.12.0-alpha.1
161
+
162
+ ## 0.10.17-alpha.0
163
+
164
+ ### Patch Changes
165
+
166
+ - 6bd354c: Should not send content type if body instance of FormData
167
+ - b641ba3: fix: save score params
168
+ - Updated dependencies [510e2c8]
169
+ - Updated dependencies [2f72fb2]
170
+ - Updated dependencies [3f89307]
171
+ - Updated dependencies [9eda7d4]
172
+ - Updated dependencies [9d49408]
173
+ - Updated dependencies [2ecf658]
174
+ - Updated dependencies [7a7754f]
175
+ - Updated dependencies [fc92d80]
176
+ - Updated dependencies [23a6a7c]
177
+ - Updated dependencies [09bca64]
178
+ - @mastra/core@0.12.0-alpha.0
179
+
180
+ ## 0.10.16
181
+
182
+ ### Patch Changes
183
+
184
+ - @mastra/core@0.11.1
185
+
186
+ ## 0.10.15
187
+
188
+ ### Patch Changes
189
+
190
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
191
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
192
+ - 2affc57: Fix output type of network loop
193
+ - 032cb66: ClientJS
194
+ - 7827943: Handle streaming large data
195
+ - 65e3395: Add Scores playground-ui and add scorer hooks
196
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
197
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
198
+ - Updated dependencies [f248d53]
199
+ - Updated dependencies [2affc57]
200
+ - Updated dependencies [66e13e3]
201
+ - Updated dependencies [edd9482]
202
+ - Updated dependencies [18344d7]
203
+ - Updated dependencies [9d372c2]
204
+ - Updated dependencies [40c2525]
205
+ - Updated dependencies [e473f27]
206
+ - Updated dependencies [032cb66]
207
+ - Updated dependencies [703ac71]
208
+ - Updated dependencies [a723d69]
209
+ - Updated dependencies [7827943]
210
+ - Updated dependencies [5889a31]
211
+ - Updated dependencies [bf1e7e7]
212
+ - Updated dependencies [65e3395]
213
+ - Updated dependencies [4933192]
214
+ - Updated dependencies [d1c77a4]
215
+ - Updated dependencies [bea9dd1]
216
+ - Updated dependencies [dcd4802]
217
+ - Updated dependencies [cbddd18]
218
+ - Updated dependencies [7ba91fa]
219
+ - @mastra/core@0.11.0
220
+
221
+ ## 0.10.15-alpha.3
222
+
223
+ ### Patch Changes
224
+
225
+ - @mastra/core@0.11.0-alpha.3
226
+
227
+ ## 0.10.15-alpha.2
228
+
229
+ ### Patch Changes
230
+
231
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
232
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
233
+ - 2affc57: Fix output type of network loop
234
+ - 032cb66: ClientJS
235
+ - 65e3395: Add Scores playground-ui and add scorer hooks
236
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
237
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
238
+ - Updated dependencies [f248d53]
239
+ - Updated dependencies [2affc57]
240
+ - Updated dependencies [66e13e3]
241
+ - Updated dependencies [edd9482]
242
+ - Updated dependencies [18344d7]
243
+ - Updated dependencies [9d372c2]
244
+ - Updated dependencies [40c2525]
245
+ - Updated dependencies [e473f27]
246
+ - Updated dependencies [032cb66]
247
+ - Updated dependencies [703ac71]
248
+ - Updated dependencies [a723d69]
249
+ - Updated dependencies [5889a31]
250
+ - Updated dependencies [65e3395]
251
+ - Updated dependencies [4933192]
252
+ - Updated dependencies [d1c77a4]
253
+ - Updated dependencies [bea9dd1]
254
+ - Updated dependencies [dcd4802]
255
+ - Updated dependencies [7ba91fa]
256
+ - @mastra/core@0.11.0-alpha.2
257
+
258
+ ## 0.10.15-alpha.1
259
+
260
+ ### Patch Changes
261
+
262
+ - @mastra/core@0.11.0-alpha.1
263
+
264
+ ## 0.10.15-alpha.0
265
+
266
+ ### Patch Changes
267
+
268
+ - 7827943: Handle streaming large data
269
+ - Updated dependencies [7827943]
270
+ - Updated dependencies [bf1e7e7]
271
+ - Updated dependencies [cbddd18]
272
+ - @mastra/core@0.11.0-alpha.0
273
+
274
+ ## 0.10.14
275
+
276
+ ### Patch Changes
277
+
278
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
279
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
280
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
281
+ - Updated dependencies [0b56518]
282
+ - Updated dependencies [db5cc15]
283
+ - Updated dependencies [2ba5b76]
284
+ - Updated dependencies [5237998]
285
+ - Updated dependencies [c3a30de]
286
+ - Updated dependencies [37c1acd]
287
+ - Updated dependencies [1aa60b1]
288
+ - Updated dependencies [89ec9d4]
289
+ - Updated dependencies [cf3a184]
290
+ - Updated dependencies [d6bfd60]
291
+ - Updated dependencies [626b0f4]
292
+ - Updated dependencies [c22a91f]
293
+ - Updated dependencies [f7403ab]
294
+ - Updated dependencies [6c89d7f]
295
+ - @mastra/core@0.10.15
296
+
297
+ ## 0.10.14-alpha.1
298
+
299
+ ### Patch Changes
300
+
301
+ - Updated dependencies [0b56518]
302
+ - Updated dependencies [2ba5b76]
303
+ - Updated dependencies [c3a30de]
304
+ - Updated dependencies [cf3a184]
305
+ - Updated dependencies [d6bfd60]
306
+ - @mastra/core@0.10.15-alpha.1
307
+
308
+ ## 0.10.14-alpha.0
309
+
310
+ ### Patch Changes
311
+
312
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
313
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
314
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
315
+ - Updated dependencies [db5cc15]
316
+ - Updated dependencies [5237998]
317
+ - Updated dependencies [37c1acd]
318
+ - Updated dependencies [1aa60b1]
319
+ - Updated dependencies [89ec9d4]
320
+ - Updated dependencies [626b0f4]
321
+ - Updated dependencies [c22a91f]
322
+ - Updated dependencies [f7403ab]
323
+ - Updated dependencies [6c89d7f]
324
+ - @mastra/core@0.10.15-alpha.0
325
+
326
+ ## 0.10.13
327
+
328
+ ### Patch Changes
329
+
330
+ - @mastra/core@0.10.14
331
+
332
+ ## 0.10.11
333
+
334
+ ### Patch Changes
335
+
336
+ - 9468be4: Fix error on agent generate while using antropic
337
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
338
+ - Updated dependencies [b4a9811]
339
+ - Updated dependencies [4d5583d]
340
+ - @mastra/core@0.10.12
341
+
342
+ ## 0.10.11-alpha.1
343
+
344
+ ### Patch Changes
345
+
346
+ - Updated dependencies [4d5583d]
347
+ - @mastra/core@0.10.12-alpha.1
348
+
349
+ ## 0.10.11-alpha.0
350
+
351
+ ### Patch Changes
352
+
353
+ - 9468be4: Fix error on agent generate while using antropic
354
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
355
+ - Updated dependencies [b4a9811]
356
+ - @mastra/core@0.10.12-alpha.0
357
+
358
+ ## 0.10.10
359
+
360
+ ### Patch Changes
361
+
362
+ - 18da791: Add abortSignal to client SDK options
363
+ - Updated dependencies [2873c7f]
364
+ - Updated dependencies [1c1c6a1]
365
+ - Updated dependencies [f8ce2cc]
366
+ - Updated dependencies [8c846b6]
367
+ - Updated dependencies [c7bbf1e]
368
+ - Updated dependencies [8722d53]
369
+ - Updated dependencies [565cc0c]
370
+ - Updated dependencies [b790fd1]
371
+ - Updated dependencies [132027f]
372
+ - Updated dependencies [0c85311]
373
+ - Updated dependencies [d7ed04d]
374
+ - Updated dependencies [cb16baf]
375
+ - Updated dependencies [f36e4f1]
376
+ - Updated dependencies [7f6e403]
377
+ - @mastra/core@0.10.11
378
+
379
+ ## 0.10.10-alpha.4
380
+
381
+ ### Patch Changes
382
+
383
+ - @mastra/core@0.10.11-alpha.4
384
+
385
+ ## 0.10.10-alpha.3
386
+
387
+ ### Patch Changes
388
+
389
+ - Updated dependencies [c7bbf1e]
390
+ - Updated dependencies [8722d53]
391
+ - Updated dependencies [132027f]
392
+ - Updated dependencies [0c85311]
393
+ - Updated dependencies [cb16baf]
394
+ - @mastra/core@0.10.11-alpha.3
395
+
396
+ ## 0.10.10-alpha.2
397
+
398
+ ### Patch Changes
399
+
400
+ - 18da791: Add abortSignal to client SDK options
401
+ - Updated dependencies [2873c7f]
402
+ - Updated dependencies [1c1c6a1]
403
+ - Updated dependencies [565cc0c]
404
+ - @mastra/core@0.10.11-alpha.2
405
+
406
+ ## 0.10.10-alpha.1
407
+
408
+ ### Patch Changes
409
+
410
+ - Updated dependencies [7f6e403]
411
+ - @mastra/core@0.10.11-alpha.1
412
+
413
+ ## 0.10.10-alpha.0
414
+
415
+ ### Patch Changes
416
+
417
+ - Updated dependencies [f8ce2cc]
418
+ - Updated dependencies [8c846b6]
419
+ - Updated dependencies [b790fd1]
420
+ - Updated dependencies [d7ed04d]
421
+ - Updated dependencies [f36e4f1]
422
+ - @mastra/core@0.10.11-alpha.0
423
+
424
+ ## 0.10.9
425
+
426
+ ### Patch Changes
427
+
428
+ - b60f510: Fix getWorkflowRuns by limit and offset
429
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
430
+ - Updated dependencies [4d3fbdf]
431
+ - @mastra/core@0.10.10
432
+
433
+ ## 0.10.9-alpha.1
434
+
435
+ ### Patch Changes
436
+
437
+ - b60f510: Fix getWorkflowRuns by limit and offset
438
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
439
+ - @mastra/core@0.10.10-alpha.1
440
+
441
+ ## 0.10.9-alpha.0
442
+
443
+ ### Patch Changes
444
+
445
+ - Updated dependencies [4d3fbdf]
446
+ - @mastra/core@0.10.10-alpha.0
447
+
448
+ ## 0.10.8
449
+
450
+ ### Patch Changes
451
+
452
+ - 9047bda: clientTools - stream tool-result part
453
+ - a606c75: show right suspend schema for nested workflow on playground
454
+ - 1760a1c: Use workflow stream in playground instead of watch
455
+ - 038e5ae: Add cancel workflow run
456
+ - 7e801dd: Add tools to network api response
457
+ - Updated dependencies [9dda1ac]
458
+ - Updated dependencies [c984582]
459
+ - Updated dependencies [7e801dd]
460
+ - Updated dependencies [a606c75]
461
+ - Updated dependencies [7aa70a4]
462
+ - Updated dependencies [764f86a]
463
+ - Updated dependencies [1760a1c]
464
+ - Updated dependencies [038e5ae]
465
+ - Updated dependencies [7dda16a]
466
+ - Updated dependencies [5ebfcdd]
467
+ - Updated dependencies [b2d0c91]
468
+ - Updated dependencies [4e809ad]
469
+ - Updated dependencies [57929df]
470
+ - Updated dependencies [b7852ed]
471
+ - Updated dependencies [6320a61]
472
+ - @mastra/core@0.10.9
473
+
474
+ ## 0.10.8-alpha.0
475
+
476
+ ### Patch Changes
477
+
478
+ - 9047bda: clientTools - stream tool-result part
479
+ - a606c75: show right suspend schema for nested workflow on playground
480
+ - 1760a1c: Use workflow stream in playground instead of watch
481
+ - 038e5ae: Add cancel workflow run
482
+ - 7e801dd: Add tools to network api response
483
+ - Updated dependencies [9dda1ac]
484
+ - Updated dependencies [c984582]
485
+ - Updated dependencies [7e801dd]
486
+ - Updated dependencies [a606c75]
487
+ - Updated dependencies [7aa70a4]
488
+ - Updated dependencies [764f86a]
489
+ - Updated dependencies [1760a1c]
490
+ - Updated dependencies [038e5ae]
491
+ - Updated dependencies [7dda16a]
492
+ - Updated dependencies [5ebfcdd]
493
+ - Updated dependencies [b2d0c91]
494
+ - Updated dependencies [4e809ad]
495
+ - Updated dependencies [57929df]
496
+ - Updated dependencies [b7852ed]
497
+ - Updated dependencies [6320a61]
498
+ - @mastra/core@0.10.9-alpha.0
499
+
500
+ ## 0.10.7
501
+
502
+ ### Patch Changes
503
+
504
+ - a344ac7: Fix tool streaming in agent network
505
+ - Updated dependencies [b8f16b2]
506
+ - Updated dependencies [3e04487]
507
+ - Updated dependencies [a344ac7]
508
+ - Updated dependencies [dc4ca0a]
509
+ - @mastra/core@0.10.8
510
+
511
+ ## 0.10.7-alpha.1
512
+
513
+ ### Patch Changes
514
+
515
+ - Updated dependencies [b8f16b2]
516
+ - Updated dependencies [3e04487]
517
+ - Updated dependencies [dc4ca0a]
518
+ - @mastra/core@0.10.8-alpha.1
519
+
520
+ ## 0.10.7-alpha.0
521
+
522
+ ### Patch Changes
523
+
524
+ - a344ac7: Fix tool streaming in agent network
525
+ - Updated dependencies [a344ac7]
526
+ - @mastra/core@0.10.8-alpha.0
527
+
528
+ ## 0.10.6
529
+
530
+ ### Patch Changes
531
+
532
+ - 8e1b6e9: dependencies updates:
533
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
534
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
535
+ - 18a5d59: clientTools client side execution
536
+ - 5d74aab: vNext network in playground
537
+ - bee3fe4: Fix client side tool calling
538
+ - c0d41f6: Fix streaming for agent tool calls
539
+ - Updated dependencies [15e9d26]
540
+ - Updated dependencies [d1baedb]
541
+ - Updated dependencies [d8f2d19]
542
+ - Updated dependencies [4d21bf2]
543
+ - Updated dependencies [07d6d88]
544
+ - Updated dependencies [9d52b17]
545
+ - Updated dependencies [2097952]
546
+ - Updated dependencies [792c4c0]
547
+ - Updated dependencies [5d74aab]
548
+ - Updated dependencies [a8b194f]
549
+ - Updated dependencies [4fb0cc2]
550
+ - Updated dependencies [d2a7a31]
551
+ - Updated dependencies [502fe05]
552
+ - Updated dependencies [144eb0b]
553
+ - Updated dependencies [8ba1b51]
554
+ - Updated dependencies [4efcfa0]
555
+ - Updated dependencies [0e17048]
556
+ - @mastra/core@0.10.7
557
+
558
+ ## 0.10.6-alpha.6
559
+
560
+ ### Patch Changes
561
+
562
+ - c0d41f6: Fix streaming for agent tool calls
563
+
564
+ ## 0.10.6-alpha.5
565
+
566
+ ### Patch Changes
567
+
568
+ - bee3fe4: Fix client side tool calling
569
+ - @mastra/core@0.10.7-alpha.5
570
+
571
+ ## 0.10.6-alpha.4
572
+
573
+ ### Patch Changes
574
+
575
+ - Updated dependencies [a8b194f]
576
+ - @mastra/core@0.10.7-alpha.4
577
+
578
+ ## 0.10.6-alpha.3
579
+
580
+ ### Patch Changes
581
+
582
+ - 18a5d59: clientTools client side execution
583
+ - Updated dependencies [792c4c0]
584
+ - Updated dependencies [502fe05]
585
+ - Updated dependencies [4efcfa0]
586
+ - @mastra/core@0.10.7-alpha.3
587
+
588
+ ## 0.10.6-alpha.2
589
+
590
+ ### Patch Changes
591
+
592
+ - 8e1b6e9: dependencies updates:
593
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
594
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
595
+ - 5d74aab: vNext network in playground
596
+ - Updated dependencies [15e9d26]
597
+ - Updated dependencies [07d6d88]
598
+ - Updated dependencies [5d74aab]
599
+ - Updated dependencies [144eb0b]
600
+ - @mastra/core@0.10.7-alpha.2
601
+
602
+ ## 0.10.6-alpha.1
603
+
604
+ ### Patch Changes
605
+
606
+ - Updated dependencies [d1baedb]
607
+ - Updated dependencies [4d21bf2]
608
+ - Updated dependencies [2097952]
609
+ - Updated dependencies [4fb0cc2]
610
+ - Updated dependencies [d2a7a31]
611
+ - Updated dependencies [0e17048]
612
+ - @mastra/core@0.10.7-alpha.1
613
+
614
+ ## 0.10.6-alpha.0
615
+
616
+ ### Patch Changes
617
+
618
+ - Updated dependencies [d8f2d19]
619
+ - Updated dependencies [9d52b17]
620
+ - Updated dependencies [8ba1b51]
621
+ - @mastra/core@0.10.7-alpha.0
622
+
623
+ ## 0.10.5
624
+
625
+ ### Patch Changes
626
+
627
+ - 63f6b7d: dependencies updates:
628
+ - Updated dependency [`@ai-sdk/ui-utils@^1.2.11` ↗︎](https://www.npmjs.com/package/@ai-sdk/ui-utils/v/1.2.11) (from `^1.1.19`, in `dependencies`)
629
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
630
+ - ee9af57: Add api for polling run execution result and get run by id
631
+ - 3270d9d: Fix runtime context being undefined
632
+ - Updated dependencies [63f6b7d]
633
+ - Updated dependencies [12a95fc]
634
+ - Updated dependencies [4b0f8a6]
635
+ - Updated dependencies [51264a5]
636
+ - Updated dependencies [8e6f677]
637
+ - Updated dependencies [d70c420]
638
+ - Updated dependencies [ee9af57]
639
+ - Updated dependencies [36f1c36]
640
+ - Updated dependencies [2a16996]
641
+ - Updated dependencies [10d352e]
642
+ - Updated dependencies [9589624]
643
+ - Updated dependencies [53d3c37]
644
+ - Updated dependencies [751c894]
645
+ - Updated dependencies [577ce3a]
646
+ - Updated dependencies [9260b3a]
647
+ - @mastra/core@0.10.6
648
+
649
+ ## 0.10.5-alpha.5
650
+
651
+ ### Patch Changes
652
+
653
+ - Updated dependencies [12a95fc]
654
+ - Updated dependencies [51264a5]
655
+ - Updated dependencies [8e6f677]
656
+ - @mastra/core@0.10.6-alpha.5
657
+
658
+ ## 0.10.5-alpha.4
659
+
660
+ ### Patch Changes
661
+
662
+ - Updated dependencies [9589624]
663
+ - @mastra/core@0.10.6-alpha.4
664
+
665
+ ## 0.10.5-alpha.3
666
+
667
+ ### Patch Changes
668
+
669
+ - Updated dependencies [d70c420]
670
+ - Updated dependencies [2a16996]
671
+ - @mastra/core@0.10.6-alpha.3
672
+
673
+ ## 0.10.5-alpha.2
674
+
675
+ ### Patch Changes
676
+
677
+ - Updated dependencies [4b0f8a6]
678
+ - @mastra/core@0.10.6-alpha.2
679
+
680
+ ## 0.10.5-alpha.1
681
+
682
+ ### Patch Changes
683
+
684
+ - ee9af57: Add api for polling run execution result and get run by id
685
+ - 3270d9d: Fix runtime context being undefined
686
+ - Updated dependencies [ee9af57]
687
+ - Updated dependencies [751c894]
688
+ - Updated dependencies [577ce3a]
689
+ - Updated dependencies [9260b3a]
690
+ - @mastra/core@0.10.6-alpha.1
691
+
692
+ ## 0.10.5-alpha.0
693
+
694
+ ### Patch Changes
695
+
696
+ - 63f6b7d: dependencies updates:
697
+ - Updated dependency [`@ai-sdk/ui-utils@^1.2.11` ↗︎](https://www.npmjs.com/package/@ai-sdk/ui-utils/v/1.2.11) (from `^1.1.19`, in `dependencies`)
698
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
699
+ - Updated dependencies [63f6b7d]
700
+ - Updated dependencies [36f1c36]
701
+ - Updated dependencies [10d352e]
702
+ - Updated dependencies [53d3c37]
703
+ - @mastra/core@0.10.6-alpha.0
704
+
705
+ ## 0.10.4
706
+
707
+ ### Patch Changes
708
+
709
+ - Updated dependencies [13c97f9]
710
+ - @mastra/core@0.10.5
711
+
712
+ ## 0.10.3
713
+
714
+ ### Patch Changes
715
+
716
+ - 1ccccff: dependencies updates:
717
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
718
+ - 1ccccff: dependencies updates:
719
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
720
+ - f1f1f1b: Add basic filtering capabilities to logs
721
+ - b2810ab: Move @mastra/core to deps
722
+ - 82090c1: Add pagination to logs
723
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
724
+ - Updated dependencies [d1ed912]
725
+ - Updated dependencies [f6fd25f]
726
+ - Updated dependencies [dffb67b]
727
+ - Updated dependencies [f1f1f1b]
728
+ - Updated dependencies [925ab94]
729
+ - Updated dependencies [f9816ae]
730
+ - Updated dependencies [82090c1]
731
+ - Updated dependencies [1b443fd]
732
+ - Updated dependencies [ce97900]
733
+ - Updated dependencies [f1309d3]
734
+ - Updated dependencies [14a2566]
735
+ - Updated dependencies [f7f8293]
736
+ - Updated dependencies [48eddb9]
737
+ - @mastra/core@0.10.4
738
+
739
+ ## 0.10.3-alpha.3
740
+
741
+ ### Patch Changes
742
+
743
+ - Updated dependencies [925ab94]
744
+ - @mastra/core@0.10.4-alpha.3
745
+
746
+ ## 0.10.3-alpha.2
747
+
748
+ ### Patch Changes
749
+
750
+ - Updated dependencies [48eddb9]
751
+ - @mastra/core@0.10.4-alpha.2
752
+
753
+ ## 0.10.3-alpha.1
754
+
755
+ ### Patch Changes
756
+
757
+ - 1ccccff: dependencies updates:
758
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
759
+ - 1ccccff: dependencies updates:
760
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
761
+ - Updated dependencies [f6fd25f]
762
+ - Updated dependencies [dffb67b]
763
+ - Updated dependencies [f1309d3]
764
+ - Updated dependencies [f7f8293]
765
+ - @mastra/core@0.10.4-alpha.1
766
+
767
+ ## 0.10.3-alpha.0
768
+
769
+ ### Patch Changes
770
+
771
+ - f1f1f1b: Add basic filtering capabilities to logs
772
+ - b2810ab: Move @mastra/core to deps
773
+ - 82090c1: Add pagination to logs
774
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
775
+ - Updated dependencies [d1ed912]
776
+ - Updated dependencies [f1f1f1b]
777
+ - Updated dependencies [f9816ae]
778
+ - Updated dependencies [82090c1]
779
+ - Updated dependencies [1b443fd]
780
+ - Updated dependencies [ce97900]
781
+ - Updated dependencies [14a2566]
782
+ - @mastra/core@0.10.4-alpha.0
783
+
784
+ ## 0.10.2
785
+
786
+ ### Patch Changes
787
+
788
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
789
+ - 37643b8: Fix tool access
790
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
791
+ - b72c768: [Bug fix] Serialize parameters in clientTools
792
+ - f0d559f: Fix peerdeps for alpha channel
793
+ - Updated dependencies [ee77e78]
794
+ - Updated dependencies [592a2db]
795
+ - Updated dependencies [e5dc18d]
796
+ - Updated dependencies [ab5adbe]
797
+ - Updated dependencies [1e8bb40]
798
+ - Updated dependencies [1b5fc55]
799
+ - Updated dependencies [195c428]
800
+ - Updated dependencies [f73e11b]
801
+ - Updated dependencies [37643b8]
802
+ - Updated dependencies [99fd6cf]
803
+ - Updated dependencies [c5bf1ce]
804
+ - Updated dependencies [add596e]
805
+ - Updated dependencies [8dc94d8]
806
+ - Updated dependencies [ecebbeb]
807
+ - Updated dependencies [79d5145]
808
+ - Updated dependencies [12b7002]
809
+ - Updated dependencies [2901125]
810
+ - @mastra/core@0.10.2
811
+
812
+ ## 0.10.2-alpha.3
813
+
814
+ ### Patch Changes
815
+
816
+ - 37643b8: Fix tool access
817
+ - b72c768: [Bug fix] Serialize parameters in clientTools
818
+ - Updated dependencies [37643b8]
819
+ - Updated dependencies [79d5145]
820
+ - @mastra/core@0.10.2-alpha.8
821
+
822
+ ## 0.10.2-alpha.2
823
+
824
+ ### Patch Changes
825
+
826
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
827
+ - Updated dependencies [c5bf1ce]
828
+ - Updated dependencies [12b7002]
829
+ - @mastra/core@0.10.2-alpha.4
830
+
831
+ ## 0.10.2-alpha.1
832
+
833
+ ### Patch Changes
834
+
835
+ - f0d559f: Fix peerdeps for alpha channel
836
+ - Updated dependencies [1e8bb40]
837
+ - @mastra/core@0.10.2-alpha.2
838
+
839
+ ## 0.10.2-alpha.0
840
+
841
+ ### Patch Changes
842
+
843
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
844
+ - Updated dependencies [592a2db]
845
+ - Updated dependencies [e5dc18d]
846
+ - @mastra/core@0.10.2-alpha.0
847
+
848
+ ## 0.10.1
849
+
850
+ ### Patch Changes
851
+
852
+ - 267773e: Show map config on workflow graph
853
+ Highlight borders for conditions too on workflow graph
854
+ Fix watch stream
855
+ - 5343f93: Move emitter to symbol to make private
856
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
857
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
858
+ - Updated dependencies [d70b807]
859
+ - Updated dependencies [6d16390]
860
+ - Updated dependencies [1e4a421]
861
+ - Updated dependencies [200d0da]
862
+ - Updated dependencies [bf5f17b]
863
+ - Updated dependencies [5343f93]
864
+ - Updated dependencies [38aee50]
865
+ - Updated dependencies [5c41100]
866
+ - Updated dependencies [d6a759b]
867
+ - Updated dependencies [6015bdf]
868
+ - @mastra/core@0.10.1
869
+
870
+ ## 0.10.1-alpha.3
871
+
872
+ ### Patch Changes
873
+
874
+ - 267773e: Show map config on workflow graph
875
+ Highlight borders for conditions too on workflow graph
876
+ Fix watch stream
877
+
878
+ ## 0.10.1-alpha.2
879
+
880
+ ### Patch Changes
881
+
882
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
883
+ - Updated dependencies [6015bdf]
884
+ - @mastra/core@0.10.1-alpha.2
885
+
886
+ ## 0.10.1-alpha.1
887
+
888
+ ### Patch Changes
889
+
890
+ - 5343f93: Move emitter to symbol to make private
891
+ - Updated dependencies [200d0da]
892
+ - Updated dependencies [bf5f17b]
893
+ - Updated dependencies [5343f93]
894
+ - Updated dependencies [38aee50]
895
+ - Updated dependencies [5c41100]
896
+ - Updated dependencies [d6a759b]
897
+ - @mastra/core@0.10.1-alpha.1
898
+
899
+ ## 0.10.1-alpha.0
900
+
901
+ ### Patch Changes
902
+
903
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
904
+ - Updated dependencies [6d16390]
905
+ - Updated dependencies [1e4a421]
906
+ - @mastra/core@0.10.1-alpha.0
907
+
908
+ ## 0.10.0
909
+
910
+ ### Minor Changes
911
+
912
+ - 83da932: Move @mastra/core to peerdeps
913
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
914
+
915
+ ### Patch Changes
916
+
917
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
918
+ - 0215b0b: Add description to vnext workflow response
919
+ - f53a6ac: Add VNextWorkflowRuns type
920
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
921
+ - a6e3881: Remove non serializable options from agent stream,generate
922
+ - fddae56: Add telemetry to cliend SDK streamParams
923
+ - 23f258c: Add new list and get routes for mcp servers. Changed route make-up for more consistency with existing API routes. Lastly, added in a lot of extra detail that can be optionally passed to the mcp server per the mcp spec.
924
+ - 5063646: Accept plain obects as runtimeContext
925
+ - 2672a05: Add MCP servers and tool call execution to playground
926
+ - Updated dependencies [b3a3d63]
927
+ - Updated dependencies [344f453]
928
+ - Updated dependencies [0a3ae6d]
929
+ - Updated dependencies [95911be]
930
+ - Updated dependencies [f53a6ac]
931
+ - Updated dependencies [5eb5a99]
932
+ - Updated dependencies [7e632c5]
933
+ - Updated dependencies [1e9fbfa]
934
+ - Updated dependencies [eabdcd9]
935
+ - Updated dependencies [90be034]
936
+ - Updated dependencies [99f050a]
937
+ - Updated dependencies [d0ee3c6]
938
+ - Updated dependencies [b2ae5aa]
939
+ - Updated dependencies [23f258c]
940
+ - Updated dependencies [a7292b0]
941
+ - Updated dependencies [0dcb9f0]
942
+ - Updated dependencies [2672a05]
943
+ - @mastra/core@0.10.0
944
+
945
+ ## 0.2.0-alpha.1
946
+
947
+ ### Minor Changes
948
+
949
+ - 83da932: Move @mastra/core to peerdeps
950
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
951
+
952
+ ### Patch Changes
953
+
954
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
955
+ - 0215b0b: Add description to vnext workflow response
956
+ - 5063646: Accept plain obects as runtimeContext
957
+ - Updated dependencies [b3a3d63]
958
+ - Updated dependencies [344f453]
959
+ - Updated dependencies [0a3ae6d]
960
+ - Updated dependencies [95911be]
961
+ - Updated dependencies [5eb5a99]
962
+ - Updated dependencies [7e632c5]
963
+ - Updated dependencies [1e9fbfa]
964
+ - Updated dependencies [b2ae5aa]
965
+ - Updated dependencies [a7292b0]
966
+ - Updated dependencies [0dcb9f0]
967
+ - @mastra/core@0.10.0-alpha.1
968
+
969
+ ## 0.1.23-alpha.0
970
+
971
+ ### Patch Changes
972
+
973
+ - f53a6ac: Add VNextWorkflowRuns type
974
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
975
+ - a6e3881: Remove non serializable options from agent stream,generate
976
+ - fddae56: Add telemetry to cliend SDK streamParams
977
+ - 23f258c: Add new list and get routes for mcp servers. Changed route make-up for more consistency with existing API routes. Lastly, added in a lot of extra detail that can be optionally passed to the mcp server per the mcp spec.
978
+ - 2672a05: Add MCP servers and tool call execution to playground
979
+ - Updated dependencies [f53a6ac]
980
+ - Updated dependencies [eabdcd9]
981
+ - Updated dependencies [90be034]
982
+ - Updated dependencies [99f050a]
983
+ - Updated dependencies [d0ee3c6]
984
+ - Updated dependencies [23f258c]
985
+ - Updated dependencies [2672a05]
986
+ - @mastra/core@0.9.5-alpha.0
987
+
988
+ ## 0.1.22
989
+
990
+ ### Patch Changes
991
+
992
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
993
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
994
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
995
+ - 0c3d117: Add workflows to agent server handlers
996
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
997
+ - c2b980b: Fix multiple too-calls in AGUI
998
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
999
+ - 0b8b868: Added A2A support + streaming
1000
+ - Updated dependencies [396be50]
1001
+ - Updated dependencies [ab80e7e]
1002
+ - Updated dependencies [c3bd795]
1003
+ - Updated dependencies [da082f8]
1004
+ - Updated dependencies [a5810ce]
1005
+ - Updated dependencies [3e9c131]
1006
+ - Updated dependencies [3171b5b]
1007
+ - Updated dependencies [973e5ac]
1008
+ - Updated dependencies [daf942f]
1009
+ - Updated dependencies [0b8b868]
1010
+ - Updated dependencies [9e1eff5]
1011
+ - Updated dependencies [6fa1ad1]
1012
+ - Updated dependencies [c28d7a0]
1013
+ - Updated dependencies [edf1e88]
1014
+ - @mastra/core@0.9.4
1015
+
1016
+ ## 0.1.22-alpha.4
1017
+
1018
+ ### Patch Changes
1019
+
1020
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
1021
+ - Updated dependencies [3e9c131]
1022
+ - @mastra/core@0.9.4-alpha.4
1023
+
1024
+ ## 0.1.22-alpha.3
1025
+
1026
+ ### Patch Changes
1027
+
1028
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
1029
+ - 0c3d117: Add workflows to agent server handlers
1030
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
1031
+ - Updated dependencies [396be50]
1032
+ - Updated dependencies [c3bd795]
1033
+ - Updated dependencies [da082f8]
1034
+ - Updated dependencies [a5810ce]
1035
+ - @mastra/core@0.9.4-alpha.3
1036
+
1037
+ ## 0.1.22-alpha.2
1038
+
1039
+ ### Patch Changes
1040
+
1041
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
1042
+ - c2b980b: Fix multiple too-calls in AGUI
1043
+ - Updated dependencies [3171b5b]
1044
+ - Updated dependencies [973e5ac]
1045
+ - Updated dependencies [9e1eff5]
1046
+ - @mastra/core@0.9.4-alpha.2
1047
+
1048
+ ## 0.1.22-alpha.1
1049
+
1050
+ ### Patch Changes
1051
+
1052
+ - Updated dependencies [ab80e7e]
1053
+ - Updated dependencies [6fa1ad1]
1054
+ - Updated dependencies [c28d7a0]
1055
+ - Updated dependencies [edf1e88]
1056
+ - @mastra/core@0.9.4-alpha.1
1057
+
1058
+ ## 0.1.22-alpha.0
1059
+
1060
+ ### Patch Changes
1061
+
1062
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
1063
+ - 0b8b868: Added A2A support + streaming
1064
+ - Updated dependencies [daf942f]
1065
+ - Updated dependencies [0b8b868]
1066
+ - @mastra/core@0.9.4-alpha.0
1067
+
1068
+ ## 0.1.21
1069
+
1070
+ ### Patch Changes
1071
+
1072
+ - 526c570: expose agent runtimeContext from clientSDK
1073
+ - 36eb1aa: Fix AGUI text part
1074
+ - 62c9e7d: Fix disappearing tool calls in streaming
1075
+ - Updated dependencies [e450778]
1076
+ - Updated dependencies [8902157]
1077
+ - Updated dependencies [ca0dc88]
1078
+ - Updated dependencies [526c570]
1079
+ - Updated dependencies [d7a6a33]
1080
+ - Updated dependencies [9cd1a46]
1081
+ - Updated dependencies [b5d2de0]
1082
+ - Updated dependencies [644f8ad]
1083
+ - Updated dependencies [70dbf51]
1084
+ - @mastra/core@0.9.3
1085
+
1086
+ ## 0.1.21-alpha.1
1087
+
1088
+ ### Patch Changes
1089
+
1090
+ - 36eb1aa: Fix AGUI text part
1091
+ - 62c9e7d: Fix disappearing tool calls in streaming
1092
+ - Updated dependencies [e450778]
1093
+ - Updated dependencies [8902157]
1094
+ - Updated dependencies [ca0dc88]
1095
+ - Updated dependencies [9cd1a46]
1096
+ - Updated dependencies [70dbf51]
1097
+ - @mastra/core@0.9.3-alpha.1
1098
+
1099
+ ## 0.1.21-alpha.0
1100
+
1101
+ ### Patch Changes
1102
+
1103
+ - 526c570: expose agent runtimeContext from clientSDK
1104
+ - Updated dependencies [526c570]
1105
+ - Updated dependencies [b5d2de0]
1106
+ - Updated dependencies [644f8ad]
1107
+ - @mastra/core@0.9.3-alpha.0
1108
+
1109
+ ## 0.1.20
1110
+
1111
+ ### Patch Changes
1112
+
1113
+ - 2cf3b8f: dependencies updates:
1114
+ - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
1115
+ - Updated dependency [`zod-to-json-schema@^3.24.5` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.5) (from `^3.24.3`, in `dependencies`)
1116
+ - 4155f47: Add parameters to filter workflow runs
1117
+ Add fromDate and toDate to telemetry parameters
1118
+ - 254f5c3: Audit, cleanup MastraClient
1119
+ - 0097d50: Add serializedStepGraph to vNext workflow
1120
+ Return serializedStepGraph from vNext workflow
1121
+ Use serializedStepGraph in vNext workflow graph
1122
+ - 2429c74: Add get workflow runs api to client-js
1123
+ - 2e4f8e9: Agui client integration
1124
+ - Updated dependencies [6052aa6]
1125
+ - Updated dependencies [967b41c]
1126
+ - Updated dependencies [3d2fb5c]
1127
+ - Updated dependencies [26738f4]
1128
+ - Updated dependencies [4155f47]
1129
+ - Updated dependencies [7eeb2bc]
1130
+ - Updated dependencies [b804723]
1131
+ - Updated dependencies [8607972]
1132
+ - Updated dependencies [ccef9f9]
1133
+ - Updated dependencies [0097d50]
1134
+ - Updated dependencies [7eeb2bc]
1135
+ - Updated dependencies [17826a9]
1136
+ - Updated dependencies [7d8b7c7]
1137
+ - Updated dependencies [fba031f]
1138
+ - Updated dependencies [3a5f1e1]
1139
+ - Updated dependencies [51e6923]
1140
+ - Updated dependencies [8398d89]
1141
+ - @mastra/core@0.9.2
1142
+
1143
+ ## 0.1.20-alpha.6
1144
+
1145
+ ### Patch Changes
1146
+
1147
+ - 2e4f8e9: Agui client integration
1148
+ - Updated dependencies [6052aa6]
1149
+ - Updated dependencies [7d8b7c7]
1150
+ - Updated dependencies [3a5f1e1]
1151
+ - Updated dependencies [8398d89]
1152
+ - @mastra/core@0.9.2-alpha.6
1153
+
1154
+ ## 0.1.20-alpha.5
1155
+
1156
+ ### Patch Changes
1157
+
1158
+ - Updated dependencies [3d2fb5c]
1159
+ - Updated dependencies [7eeb2bc]
1160
+ - Updated dependencies [8607972]
1161
+ - Updated dependencies [7eeb2bc]
1162
+ - Updated dependencies [fba031f]
1163
+ - @mastra/core@0.9.2-alpha.5
1164
+
1165
+ ## 0.1.20-alpha.4
1166
+
1167
+ ### Patch Changes
1168
+
1169
+ - Updated dependencies [ccef9f9]
1170
+ - Updated dependencies [51e6923]
1171
+ - @mastra/core@0.9.2-alpha.4
1172
+
1173
+ ## 0.1.20-alpha.3
1174
+
1175
+ ### Patch Changes
1176
+
1177
+ - 4155f47: Add parameters to filter workflow runs
1178
+ Add fromDate and toDate to telemetry parameters
1179
+ - Updated dependencies [967b41c]
1180
+ - Updated dependencies [4155f47]
1181
+ - Updated dependencies [17826a9]
1182
+ - @mastra/core@0.9.2-alpha.3
1183
+
1184
+ ## 0.1.20-alpha.2
1185
+
1186
+ ### Patch Changes
1187
+
1188
+ - Updated dependencies [26738f4]
1189
+ - @mastra/core@0.9.2-alpha.2
1190
+
1191
+ ## 0.1.20-alpha.1
1192
+
1193
+ ### Patch Changes
1194
+
1195
+ - 254f5c3: Audit, cleanup MastraClient
1196
+ - 2429c74: Add get workflow runs api to client-js
1197
+ - Updated dependencies [b804723]
1198
+ - @mastra/core@0.9.2-alpha.1
1199
+
1200
+ ## 0.1.20-alpha.0
1201
+
1202
+ ### Patch Changes
1203
+
1204
+ - 0097d50: Add serializedStepGraph to vNext workflow
1205
+ Return serializedStepGraph from vNext workflow
1206
+ Use serializedStepGraph in vNext workflow graph
1207
+ - Updated dependencies [0097d50]
1208
+ - @mastra/core@0.9.2-alpha.0
1209
+
1210
+ ## 0.1.19
1211
+
1212
+ ### Patch Changes
1213
+
1214
+ - b50b9b7: Add vNext workflow to client-js
1215
+ - 11d4485: Show VNext workflows on the playground
1216
+ Show running status for step in vNext workflowState
1217
+ - Updated dependencies [405b63d]
1218
+ - Updated dependencies [81fb7f6]
1219
+ - Updated dependencies [20275d4]
1220
+ - Updated dependencies [7d1892c]
1221
+ - Updated dependencies [a90a082]
1222
+ - Updated dependencies [2d17c73]
1223
+ - Updated dependencies [61e92f5]
1224
+ - Updated dependencies [35955b0]
1225
+ - Updated dependencies [6262bd5]
1226
+ - Updated dependencies [c1409ef]
1227
+ - Updated dependencies [3e7b69d]
1228
+ - Updated dependencies [e4943b8]
1229
+ - Updated dependencies [11d4485]
1230
+ - Updated dependencies [479f490]
1231
+ - Updated dependencies [c23a81c]
1232
+ - Updated dependencies [2d4001d]
1233
+ - Updated dependencies [c71013a]
1234
+ - Updated dependencies [1d3b1cd]
1235
+ - @mastra/core@0.9.1
1236
+
1237
+ ## 0.1.19-alpha.8
1238
+
1239
+ ### Patch Changes
1240
+
1241
+ - Updated dependencies [2d17c73]
1242
+ - @mastra/core@0.9.1-alpha.8
1243
+
1244
+ ## 0.1.19-alpha.7
1245
+
1246
+ ### Patch Changes
1247
+
1248
+ - Updated dependencies [1d3b1cd]
1249
+ - @mastra/core@0.9.1-alpha.7
1250
+
1251
+ ## 0.1.19-alpha.6
1252
+
1253
+ ### Patch Changes
1254
+
1255
+ - Updated dependencies [c23a81c]
1256
+ - @mastra/core@0.9.1-alpha.6
1257
+
1258
+ ## 0.1.19-alpha.5
1259
+
1260
+ ### Patch Changes
1261
+
1262
+ - Updated dependencies [3e7b69d]
1263
+ - @mastra/core@0.9.1-alpha.5
1264
+
1265
+ ## 0.1.19-alpha.4
1266
+
1267
+ ### Patch Changes
1268
+
1269
+ - Updated dependencies [e4943b8]
1270
+ - Updated dependencies [479f490]
1271
+ - @mastra/core@0.9.1-alpha.4
1272
+
1273
+ ## 0.1.19-alpha.3
1274
+
1275
+ ### Patch Changes
1276
+
1277
+ - Updated dependencies [6262bd5]
1278
+ - @mastra/core@0.9.1-alpha.3
1279
+
1280
+ ## 0.1.19-alpha.2
1281
+
1282
+ ### Patch Changes
1283
+
1284
+ - Updated dependencies [405b63d]
1285
+ - Updated dependencies [61e92f5]
1286
+ - Updated dependencies [c71013a]
1287
+ - @mastra/core@0.9.1-alpha.2
1288
+
1289
+ ## 0.1.19-alpha.1
1290
+
1291
+ ### Patch Changes
1292
+
1293
+ - b50b9b7: Add vNext workflow to client-js
1294
+ - 11d4485: Show VNext workflows on the playground
1295
+ Show running status for step in vNext workflowState
1296
+ - Updated dependencies [20275d4]
1297
+ - Updated dependencies [7d1892c]
1298
+ - Updated dependencies [a90a082]
1299
+ - Updated dependencies [35955b0]
1300
+ - Updated dependencies [c1409ef]
1301
+ - Updated dependencies [11d4485]
1302
+ - Updated dependencies [2d4001d]
1303
+ - @mastra/core@0.9.1-alpha.1
1304
+
1305
+ ## 0.1.19-alpha.0
1306
+
1307
+ ### Patch Changes
1308
+
1309
+ - Updated dependencies [81fb7f6]
1310
+ - @mastra/core@0.9.1-alpha.0
1311
+
1312
+ ## 0.1.18
1313
+
1314
+ ### Patch Changes
1315
+
1316
+ - 2538066: Fix memory thread creation from client SDK
1317
+ - Updated dependencies [000a6d4]
1318
+ - Updated dependencies [08bb78e]
1319
+ - Updated dependencies [ed2f549]
1320
+ - Updated dependencies [7e92011]
1321
+ - Updated dependencies [9ee4293]
1322
+ - Updated dependencies [03f3cd0]
1323
+ - Updated dependencies [c0f22b4]
1324
+ - Updated dependencies [71d9444]
1325
+ - Updated dependencies [157c741]
1326
+ - Updated dependencies [8a8a73b]
1327
+ - Updated dependencies [0a033fa]
1328
+ - Updated dependencies [fe3ae4d]
1329
+ - Updated dependencies [9c26508]
1330
+ - Updated dependencies [0f4eae3]
1331
+ - Updated dependencies [16a8648]
1332
+ - Updated dependencies [6f92295]
1333
+ - @mastra/core@0.9.0
1334
+
1335
+ ## 0.1.18-alpha.8
1336
+
1337
+ ### Patch Changes
1338
+
1339
+ - 2538066: Fix memory thread creation from client SDK
1340
+ - Updated dependencies [000a6d4]
1341
+ - Updated dependencies [ed2f549]
1342
+ - Updated dependencies [c0f22b4]
1343
+ - Updated dependencies [0a033fa]
1344
+ - Updated dependencies [9c26508]
1345
+ - Updated dependencies [0f4eae3]
1346
+ - Updated dependencies [16a8648]
1347
+ - @mastra/core@0.9.0-alpha.8
1348
+
1349
+ ## 0.1.18-alpha.7
1350
+
1351
+ ### Patch Changes
1352
+
1353
+ - Updated dependencies [71d9444]
1354
+ - @mastra/core@0.9.0-alpha.7
1355
+
1356
+ ## 0.1.18-alpha.6
1357
+
1358
+ ### Patch Changes
1359
+
1360
+ - Updated dependencies [157c741]
1361
+ - @mastra/core@0.9.0-alpha.6
1362
+
1363
+ ## 0.1.18-alpha.5
1364
+
1365
+ ### Patch Changes
1366
+
1367
+ - Updated dependencies [08bb78e]
1368
+ - @mastra/core@0.9.0-alpha.5
1369
+
1370
+ ## 0.1.18-alpha.4
1371
+
1372
+ ### Patch Changes
1373
+
1374
+ - Updated dependencies [7e92011]
1375
+ - @mastra/core@0.9.0-alpha.4
1376
+
1377
+ ## 0.1.18-alpha.3
1378
+
1379
+ ### Patch Changes
1380
+
1381
+ - Updated dependencies [fe3ae4d]
1382
+ - @mastra/core@0.9.0-alpha.3
1383
+
1384
+ ## 0.1.18-alpha.2
1385
+
1386
+ ### Patch Changes
1387
+
1388
+ - Updated dependencies [9ee4293]
1389
+ - @mastra/core@0.8.4-alpha.2
1390
+
1391
+ ## 0.1.18-alpha.1
1392
+
1393
+ ### Patch Changes
1394
+
1395
+ - Updated dependencies [8a8a73b]
1396
+ - Updated dependencies [6f92295]
1397
+ - @mastra/core@0.8.4-alpha.1
1398
+
1399
+ ## 0.1.18-alpha.0
1400
+
1401
+ ### Patch Changes
1402
+
1403
+ - Updated dependencies [03f3cd0]
1404
+ - @mastra/core@0.8.4-alpha.0
9
1405
 
10
1406
  ## 0.1.17
11
1407