@mastra/client-js 0.0.0-revert-schema-20250416221206 → 0.0.0-scorers-api-v2-20250801171841

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