@mastra/client-js 0.0.0-fix-memory-xxhash-20250409202110 → 0.0.0-generate-message-id-20250512171942
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.
- package/CHANGELOG.md +445 -2
- package/{LICENSE → LICENSE.md} +3 -1
- package/dist/index.cjs +569 -15
- package/dist/index.d.cts +213 -10
- package/dist/index.d.ts +213 -10
- package/dist/index.js +565 -15
- package/package.json +12 -7
- package/src/adapters/agui.test.ts +180 -0
- package/src/adapters/agui.ts +239 -0
- package/src/client.ts +56 -11
- package/src/index.test.ts +4 -4
- package/src/resources/a2a.ts +88 -0
- package/src/resources/agent.ts +26 -35
- package/src/resources/base.ts +1 -1
- package/src/resources/index.ts +2 -0
- package/src/resources/memory-thread.ts +1 -8
- package/src/resources/network.ts +6 -12
- package/src/resources/tool.ts +15 -3
- package/src/resources/vnext-workflow.ts +261 -0
- package/src/resources/workflow.ts +38 -2
- package/src/types.ts +43 -5
- package/src/utils/zod-to-json-schema.ts +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,454 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-generate-message-id-20250512171942
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
|
|
8
|
+
- 66a786d: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
|
|
9
|
+
- c2b980b: Fix multiple too-calls in AGUI
|
|
10
|
+
- cb1f698: Set runtimeContext from playground for agents, tools, workflows
|
|
11
|
+
- 0b8b868: Added A2A support + streaming
|
|
12
|
+
- Updated dependencies [ab80e7e]
|
|
13
|
+
- Updated dependencies [66a786d]
|
|
14
|
+
- Updated dependencies [3171b5b]
|
|
15
|
+
- Updated dependencies [973e5ac]
|
|
16
|
+
- Updated dependencies [daf942f]
|
|
17
|
+
- Updated dependencies [0b8b868]
|
|
18
|
+
- Updated dependencies [9e1eff5]
|
|
19
|
+
- Updated dependencies [6fa1ad1]
|
|
20
|
+
- Updated dependencies [c28d7a0]
|
|
21
|
+
- Updated dependencies [edf1e88]
|
|
22
|
+
- @mastra/core@0.0.0-generate-message-id-20250512171942
|
|
23
|
+
|
|
24
|
+
## 0.1.22-alpha.2
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
|
|
29
|
+
- c2b980b: Fix multiple too-calls in AGUI
|
|
30
|
+
- Updated dependencies [3171b5b]
|
|
31
|
+
- Updated dependencies [973e5ac]
|
|
32
|
+
- Updated dependencies [9e1eff5]
|
|
33
|
+
- @mastra/core@0.9.4-alpha.2
|
|
34
|
+
|
|
35
|
+
## 0.1.22-alpha.1
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies [ab80e7e]
|
|
40
|
+
- Updated dependencies [6fa1ad1]
|
|
41
|
+
- Updated dependencies [c28d7a0]
|
|
42
|
+
- Updated dependencies [edf1e88]
|
|
43
|
+
- @mastra/core@0.9.4-alpha.1
|
|
44
|
+
|
|
45
|
+
## 0.1.22-alpha.0
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- cb1f698: Set runtimeContext from playground for agents, tools, workflows
|
|
50
|
+
- 0b8b868: Added A2A support + streaming
|
|
51
|
+
- Updated dependencies [daf942f]
|
|
52
|
+
- Updated dependencies [0b8b868]
|
|
53
|
+
- @mastra/core@0.9.4-alpha.0
|
|
54
|
+
|
|
55
|
+
## 0.1.21
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- 526c570: expose agent runtimeContext from clientSDK
|
|
60
|
+
- 36eb1aa: Fix AGUI text part
|
|
61
|
+
- 62c9e7d: Fix disappearing tool calls in streaming
|
|
62
|
+
- Updated dependencies [e450778]
|
|
63
|
+
- Updated dependencies [8902157]
|
|
64
|
+
- Updated dependencies [ca0dc88]
|
|
65
|
+
- Updated dependencies [526c570]
|
|
66
|
+
- Updated dependencies [d7a6a33]
|
|
67
|
+
- Updated dependencies [9cd1a46]
|
|
68
|
+
- Updated dependencies [b5d2de0]
|
|
69
|
+
- Updated dependencies [644f8ad]
|
|
70
|
+
- Updated dependencies [70dbf51]
|
|
71
|
+
- @mastra/core@0.9.3
|
|
72
|
+
|
|
73
|
+
## 0.1.21-alpha.1
|
|
74
|
+
|
|
75
|
+
### Patch Changes
|
|
76
|
+
|
|
77
|
+
- 36eb1aa: Fix AGUI text part
|
|
78
|
+
- 62c9e7d: Fix disappearing tool calls in streaming
|
|
79
|
+
- Updated dependencies [e450778]
|
|
80
|
+
- Updated dependencies [8902157]
|
|
81
|
+
- Updated dependencies [ca0dc88]
|
|
82
|
+
- Updated dependencies [9cd1a46]
|
|
83
|
+
- Updated dependencies [70dbf51]
|
|
84
|
+
- @mastra/core@0.9.3-alpha.1
|
|
85
|
+
|
|
86
|
+
## 0.1.21-alpha.0
|
|
87
|
+
|
|
88
|
+
### Patch Changes
|
|
89
|
+
|
|
90
|
+
- 526c570: expose agent runtimeContext from clientSDK
|
|
91
|
+
- Updated dependencies [526c570]
|
|
92
|
+
- Updated dependencies [b5d2de0]
|
|
93
|
+
- Updated dependencies [644f8ad]
|
|
94
|
+
- @mastra/core@0.9.3-alpha.0
|
|
95
|
+
|
|
96
|
+
## 0.1.20
|
|
97
|
+
|
|
98
|
+
### Patch Changes
|
|
99
|
+
|
|
100
|
+
- 2cf3b8f: dependencies updates:
|
|
101
|
+
- Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
|
|
102
|
+
- 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`)
|
|
103
|
+
- 4155f47: Add parameters to filter workflow runs
|
|
104
|
+
Add fromDate and toDate to telemetry parameters
|
|
105
|
+
- 254f5c3: Audit, cleanup MastraClient
|
|
106
|
+
- 0097d50: Add serializedStepGraph to vNext workflow
|
|
107
|
+
Return serializedStepGraph from vNext workflow
|
|
108
|
+
Use serializedStepGraph in vNext workflow graph
|
|
109
|
+
- 2429c74: Add get workflow runs api to client-js
|
|
110
|
+
- 2e4f8e9: Agui client integration
|
|
111
|
+
- Updated dependencies [6052aa6]
|
|
112
|
+
- Updated dependencies [967b41c]
|
|
113
|
+
- Updated dependencies [3d2fb5c]
|
|
114
|
+
- Updated dependencies [26738f4]
|
|
115
|
+
- Updated dependencies [4155f47]
|
|
116
|
+
- Updated dependencies [7eeb2bc]
|
|
117
|
+
- Updated dependencies [b804723]
|
|
118
|
+
- Updated dependencies [8607972]
|
|
119
|
+
- Updated dependencies [ccef9f9]
|
|
120
|
+
- Updated dependencies [0097d50]
|
|
121
|
+
- Updated dependencies [7eeb2bc]
|
|
122
|
+
- Updated dependencies [17826a9]
|
|
123
|
+
- Updated dependencies [7d8b7c7]
|
|
124
|
+
- Updated dependencies [fba031f]
|
|
125
|
+
- Updated dependencies [3a5f1e1]
|
|
126
|
+
- Updated dependencies [51e6923]
|
|
127
|
+
- Updated dependencies [8398d89]
|
|
128
|
+
- @mastra/core@0.9.2
|
|
129
|
+
|
|
130
|
+
## 0.1.20-alpha.6
|
|
131
|
+
|
|
132
|
+
### Patch Changes
|
|
133
|
+
|
|
134
|
+
- 2e4f8e9: Agui client integration
|
|
135
|
+
- Updated dependencies [6052aa6]
|
|
136
|
+
- Updated dependencies [7d8b7c7]
|
|
137
|
+
- Updated dependencies [3a5f1e1]
|
|
138
|
+
- Updated dependencies [8398d89]
|
|
139
|
+
- @mastra/core@0.9.2-alpha.6
|
|
140
|
+
|
|
141
|
+
## 0.1.20-alpha.5
|
|
142
|
+
|
|
143
|
+
### Patch Changes
|
|
144
|
+
|
|
145
|
+
- Updated dependencies [3d2fb5c]
|
|
146
|
+
- Updated dependencies [7eeb2bc]
|
|
147
|
+
- Updated dependencies [8607972]
|
|
148
|
+
- Updated dependencies [7eeb2bc]
|
|
149
|
+
- Updated dependencies [fba031f]
|
|
150
|
+
- @mastra/core@0.9.2-alpha.5
|
|
151
|
+
|
|
152
|
+
## 0.1.20-alpha.4
|
|
153
|
+
|
|
154
|
+
### Patch Changes
|
|
155
|
+
|
|
156
|
+
- Updated dependencies [ccef9f9]
|
|
157
|
+
- Updated dependencies [51e6923]
|
|
158
|
+
- @mastra/core@0.9.2-alpha.4
|
|
159
|
+
|
|
160
|
+
## 0.1.20-alpha.3
|
|
161
|
+
|
|
162
|
+
### Patch Changes
|
|
163
|
+
|
|
164
|
+
- 4155f47: Add parameters to filter workflow runs
|
|
165
|
+
Add fromDate and toDate to telemetry parameters
|
|
166
|
+
- Updated dependencies [967b41c]
|
|
167
|
+
- Updated dependencies [4155f47]
|
|
168
|
+
- Updated dependencies [17826a9]
|
|
169
|
+
- @mastra/core@0.9.2-alpha.3
|
|
170
|
+
|
|
171
|
+
## 0.1.20-alpha.2
|
|
172
|
+
|
|
173
|
+
### Patch Changes
|
|
174
|
+
|
|
175
|
+
- Updated dependencies [26738f4]
|
|
176
|
+
- @mastra/core@0.9.2-alpha.2
|
|
177
|
+
|
|
178
|
+
## 0.1.20-alpha.1
|
|
179
|
+
|
|
180
|
+
### Patch Changes
|
|
181
|
+
|
|
182
|
+
- 254f5c3: Audit, cleanup MastraClient
|
|
183
|
+
- 2429c74: Add get workflow runs api to client-js
|
|
184
|
+
- Updated dependencies [b804723]
|
|
185
|
+
- @mastra/core@0.9.2-alpha.1
|
|
186
|
+
|
|
187
|
+
## 0.1.20-alpha.0
|
|
188
|
+
|
|
189
|
+
### Patch Changes
|
|
190
|
+
|
|
191
|
+
- 0097d50: Add serializedStepGraph to vNext workflow
|
|
192
|
+
Return serializedStepGraph from vNext workflow
|
|
193
|
+
Use serializedStepGraph in vNext workflow graph
|
|
194
|
+
- Updated dependencies [0097d50]
|
|
195
|
+
- @mastra/core@0.9.2-alpha.0
|
|
196
|
+
|
|
197
|
+
## 0.1.19
|
|
198
|
+
|
|
199
|
+
### Patch Changes
|
|
200
|
+
|
|
201
|
+
- b50b9b7: Add vNext workflow to client-js
|
|
202
|
+
- 11d4485: Show VNext workflows on the playground
|
|
203
|
+
Show running status for step in vNext workflowState
|
|
204
|
+
- Updated dependencies [405b63d]
|
|
205
|
+
- Updated dependencies [81fb7f6]
|
|
206
|
+
- Updated dependencies [20275d4]
|
|
207
|
+
- Updated dependencies [7d1892c]
|
|
208
|
+
- Updated dependencies [a90a082]
|
|
209
|
+
- Updated dependencies [2d17c73]
|
|
210
|
+
- Updated dependencies [61e92f5]
|
|
211
|
+
- Updated dependencies [35955b0]
|
|
212
|
+
- Updated dependencies [6262bd5]
|
|
213
|
+
- Updated dependencies [c1409ef]
|
|
214
|
+
- Updated dependencies [3e7b69d]
|
|
215
|
+
- Updated dependencies [e4943b8]
|
|
216
|
+
- Updated dependencies [11d4485]
|
|
217
|
+
- Updated dependencies [479f490]
|
|
218
|
+
- Updated dependencies [c23a81c]
|
|
219
|
+
- Updated dependencies [2d4001d]
|
|
220
|
+
- Updated dependencies [c71013a]
|
|
221
|
+
- Updated dependencies [1d3b1cd]
|
|
222
|
+
- @mastra/core@0.9.1
|
|
223
|
+
|
|
224
|
+
## 0.1.19-alpha.8
|
|
225
|
+
|
|
226
|
+
### Patch Changes
|
|
227
|
+
|
|
228
|
+
- Updated dependencies [2d17c73]
|
|
229
|
+
- @mastra/core@0.9.1-alpha.8
|
|
230
|
+
|
|
231
|
+
## 0.1.19-alpha.7
|
|
232
|
+
|
|
233
|
+
### Patch Changes
|
|
234
|
+
|
|
235
|
+
- Updated dependencies [1d3b1cd]
|
|
236
|
+
- @mastra/core@0.9.1-alpha.7
|
|
237
|
+
|
|
238
|
+
## 0.1.19-alpha.6
|
|
239
|
+
|
|
240
|
+
### Patch Changes
|
|
241
|
+
|
|
242
|
+
- Updated dependencies [c23a81c]
|
|
243
|
+
- @mastra/core@0.9.1-alpha.6
|
|
244
|
+
|
|
245
|
+
## 0.1.19-alpha.5
|
|
246
|
+
|
|
247
|
+
### Patch Changes
|
|
248
|
+
|
|
249
|
+
- Updated dependencies [3e7b69d]
|
|
250
|
+
- @mastra/core@0.9.1-alpha.5
|
|
251
|
+
|
|
252
|
+
## 0.1.19-alpha.4
|
|
253
|
+
|
|
254
|
+
### Patch Changes
|
|
255
|
+
|
|
256
|
+
- Updated dependencies [e4943b8]
|
|
257
|
+
- Updated dependencies [479f490]
|
|
258
|
+
- @mastra/core@0.9.1-alpha.4
|
|
259
|
+
|
|
260
|
+
## 0.1.19-alpha.3
|
|
261
|
+
|
|
262
|
+
### Patch Changes
|
|
263
|
+
|
|
264
|
+
- Updated dependencies [6262bd5]
|
|
265
|
+
- @mastra/core@0.9.1-alpha.3
|
|
266
|
+
|
|
267
|
+
## 0.1.19-alpha.2
|
|
268
|
+
|
|
269
|
+
### Patch Changes
|
|
270
|
+
|
|
271
|
+
- Updated dependencies [405b63d]
|
|
272
|
+
- Updated dependencies [61e92f5]
|
|
273
|
+
- Updated dependencies [c71013a]
|
|
274
|
+
- @mastra/core@0.9.1-alpha.2
|
|
275
|
+
|
|
276
|
+
## 0.1.19-alpha.1
|
|
277
|
+
|
|
278
|
+
### Patch Changes
|
|
279
|
+
|
|
280
|
+
- b50b9b7: Add vNext workflow to client-js
|
|
281
|
+
- 11d4485: Show VNext workflows on the playground
|
|
282
|
+
Show running status for step in vNext workflowState
|
|
283
|
+
- Updated dependencies [20275d4]
|
|
284
|
+
- Updated dependencies [7d1892c]
|
|
285
|
+
- Updated dependencies [a90a082]
|
|
286
|
+
- Updated dependencies [35955b0]
|
|
287
|
+
- Updated dependencies [c1409ef]
|
|
288
|
+
- Updated dependencies [11d4485]
|
|
289
|
+
- Updated dependencies [2d4001d]
|
|
290
|
+
- @mastra/core@0.9.1-alpha.1
|
|
291
|
+
|
|
292
|
+
## 0.1.19-alpha.0
|
|
293
|
+
|
|
294
|
+
### Patch Changes
|
|
295
|
+
|
|
296
|
+
- Updated dependencies [81fb7f6]
|
|
297
|
+
- @mastra/core@0.9.1-alpha.0
|
|
298
|
+
|
|
299
|
+
## 0.1.18
|
|
300
|
+
|
|
301
|
+
### Patch Changes
|
|
302
|
+
|
|
303
|
+
- 2538066: Fix memory thread creation from client SDK
|
|
304
|
+
- Updated dependencies [000a6d4]
|
|
305
|
+
- Updated dependencies [08bb78e]
|
|
306
|
+
- Updated dependencies [ed2f549]
|
|
307
|
+
- Updated dependencies [7e92011]
|
|
308
|
+
- Updated dependencies [9ee4293]
|
|
309
|
+
- Updated dependencies [03f3cd0]
|
|
310
|
+
- Updated dependencies [c0f22b4]
|
|
311
|
+
- Updated dependencies [71d9444]
|
|
312
|
+
- Updated dependencies [157c741]
|
|
313
|
+
- Updated dependencies [8a8a73b]
|
|
314
|
+
- Updated dependencies [0a033fa]
|
|
315
|
+
- Updated dependencies [fe3ae4d]
|
|
316
|
+
- Updated dependencies [9c26508]
|
|
317
|
+
- Updated dependencies [0f4eae3]
|
|
318
|
+
- Updated dependencies [16a8648]
|
|
319
|
+
- Updated dependencies [6f92295]
|
|
320
|
+
- @mastra/core@0.9.0
|
|
321
|
+
|
|
322
|
+
## 0.1.18-alpha.8
|
|
323
|
+
|
|
324
|
+
### Patch Changes
|
|
325
|
+
|
|
326
|
+
- 2538066: Fix memory thread creation from client SDK
|
|
327
|
+
- Updated dependencies [000a6d4]
|
|
328
|
+
- Updated dependencies [ed2f549]
|
|
329
|
+
- Updated dependencies [c0f22b4]
|
|
330
|
+
- Updated dependencies [0a033fa]
|
|
331
|
+
- Updated dependencies [9c26508]
|
|
332
|
+
- Updated dependencies [0f4eae3]
|
|
333
|
+
- Updated dependencies [16a8648]
|
|
334
|
+
- @mastra/core@0.9.0-alpha.8
|
|
335
|
+
|
|
336
|
+
## 0.1.18-alpha.7
|
|
337
|
+
|
|
338
|
+
### Patch Changes
|
|
339
|
+
|
|
340
|
+
- Updated dependencies [71d9444]
|
|
341
|
+
- @mastra/core@0.9.0-alpha.7
|
|
342
|
+
|
|
343
|
+
## 0.1.18-alpha.6
|
|
344
|
+
|
|
345
|
+
### Patch Changes
|
|
346
|
+
|
|
347
|
+
- Updated dependencies [157c741]
|
|
348
|
+
- @mastra/core@0.9.0-alpha.6
|
|
349
|
+
|
|
350
|
+
## 0.1.18-alpha.5
|
|
351
|
+
|
|
352
|
+
### Patch Changes
|
|
353
|
+
|
|
354
|
+
- Updated dependencies [08bb78e]
|
|
355
|
+
- @mastra/core@0.9.0-alpha.5
|
|
356
|
+
|
|
357
|
+
## 0.1.18-alpha.4
|
|
358
|
+
|
|
359
|
+
### Patch Changes
|
|
360
|
+
|
|
361
|
+
- Updated dependencies [7e92011]
|
|
362
|
+
- @mastra/core@0.9.0-alpha.4
|
|
363
|
+
|
|
364
|
+
## 0.1.18-alpha.3
|
|
365
|
+
|
|
366
|
+
### Patch Changes
|
|
367
|
+
|
|
368
|
+
- Updated dependencies [fe3ae4d]
|
|
369
|
+
- @mastra/core@0.9.0-alpha.3
|
|
370
|
+
|
|
371
|
+
## 0.1.18-alpha.2
|
|
372
|
+
|
|
373
|
+
### Patch Changes
|
|
374
|
+
|
|
375
|
+
- Updated dependencies [9ee4293]
|
|
376
|
+
- @mastra/core@0.8.4-alpha.2
|
|
377
|
+
|
|
378
|
+
## 0.1.18-alpha.1
|
|
379
|
+
|
|
380
|
+
### Patch Changes
|
|
381
|
+
|
|
382
|
+
- Updated dependencies [8a8a73b]
|
|
383
|
+
- Updated dependencies [6f92295]
|
|
384
|
+
- @mastra/core@0.8.4-alpha.1
|
|
385
|
+
|
|
386
|
+
## 0.1.18-alpha.0
|
|
387
|
+
|
|
388
|
+
### Patch Changes
|
|
389
|
+
|
|
390
|
+
- Updated dependencies [03f3cd0]
|
|
391
|
+
- @mastra/core@0.8.4-alpha.0
|
|
392
|
+
|
|
393
|
+
## 0.1.17
|
|
394
|
+
|
|
395
|
+
### Patch Changes
|
|
396
|
+
|
|
397
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
398
|
+
- bc4acb3: updated traces to not be wrapped in traces object
|
|
399
|
+
- Updated dependencies [d72318f]
|
|
400
|
+
- Updated dependencies [0bcc862]
|
|
401
|
+
- Updated dependencies [10a8caf]
|
|
402
|
+
- Updated dependencies [359b089]
|
|
403
|
+
- Updated dependencies [32e7b71]
|
|
404
|
+
- Updated dependencies [37bb612]
|
|
405
|
+
- Updated dependencies [7f1b291]
|
|
406
|
+
- @mastra/core@0.8.3
|
|
407
|
+
|
|
408
|
+
## 0.1.17-alpha.5
|
|
409
|
+
|
|
410
|
+
### Patch Changes
|
|
411
|
+
|
|
412
|
+
- Updated dependencies [d72318f]
|
|
413
|
+
- @mastra/core@0.8.3-alpha.5
|
|
414
|
+
|
|
415
|
+
## 0.1.17-alpha.4
|
|
416
|
+
|
|
417
|
+
### Patch Changes
|
|
418
|
+
|
|
419
|
+
- Updated dependencies [7f1b291]
|
|
420
|
+
- @mastra/core@0.8.3-alpha.4
|
|
421
|
+
|
|
422
|
+
## 0.1.17-alpha.3
|
|
423
|
+
|
|
424
|
+
### Patch Changes
|
|
425
|
+
|
|
426
|
+
- Updated dependencies [10a8caf]
|
|
427
|
+
- @mastra/core@0.8.3-alpha.3
|
|
428
|
+
|
|
429
|
+
## 0.1.17-alpha.2
|
|
430
|
+
|
|
431
|
+
### Patch Changes
|
|
432
|
+
|
|
433
|
+
- Updated dependencies [0bcc862]
|
|
434
|
+
- @mastra/core@0.8.3-alpha.2
|
|
435
|
+
|
|
436
|
+
## 0.1.17-alpha.1
|
|
437
|
+
|
|
438
|
+
### Patch Changes
|
|
439
|
+
|
|
440
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
441
|
+
- bc4acb3: updated traces to not be wrapped in traces object
|
|
442
|
+
- Updated dependencies [32e7b71]
|
|
443
|
+
- Updated dependencies [37bb612]
|
|
444
|
+
- @mastra/core@0.8.3-alpha.1
|
|
445
|
+
|
|
446
|
+
## 0.1.17-alpha.0
|
|
4
447
|
|
|
5
448
|
### Patch Changes
|
|
6
449
|
|
|
7
450
|
- Updated dependencies [359b089]
|
|
8
|
-
- @mastra/core@0.
|
|
451
|
+
- @mastra/core@0.8.3-alpha.0
|
|
9
452
|
|
|
10
453
|
## 0.1.16
|
|
11
454
|
|