@mastra/client-js 0.0.0-default-storage-virtual-file-20250410035748 → 0.0.0-experimental-agent-builder-20250815195917

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