@mastra/core 1.11.0-alpha.1 → 1.11.0-alpha.2

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 (59) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/agent/index.cjs +13 -13
  3. package/dist/agent/index.js +2 -2
  4. package/dist/agent/message-list/conversion/output-converter.d.ts.map +1 -1
  5. package/dist/agent/message-list/index.cjs +18 -18
  6. package/dist/agent/message-list/index.js +1 -1
  7. package/dist/{chunk-2CSKXHM7.cjs → chunk-6NZQ52RZ.cjs} +22 -10
  8. package/dist/chunk-6NZQ52RZ.cjs.map +1 -0
  9. package/dist/{chunk-PUTCRAH6.cjs → chunk-6VSVQ62A.cjs} +43 -43
  10. package/dist/{chunk-PUTCRAH6.cjs.map → chunk-6VSVQ62A.cjs.map} +1 -1
  11. package/dist/{chunk-C574TBOV.js → chunk-VVX2O7XN.js} +3 -3
  12. package/dist/{chunk-C574TBOV.js.map → chunk-VVX2O7XN.js.map} +1 -1
  13. package/dist/{chunk-GQRY6HEY.js → chunk-WD467XGW.js} +22 -10
  14. package/dist/chunk-WD467XGW.js.map +1 -0
  15. package/dist/datasets/index.cjs +16 -16
  16. package/dist/datasets/index.js +1 -1
  17. package/dist/docs/SKILL.md +1 -1
  18. package/dist/docs/assets/SOURCE_MAP.json +182 -182
  19. package/dist/evals/index.cjs +4 -4
  20. package/dist/evals/index.js +1 -1
  21. package/dist/evals/scoreTraces/index.cjs +3 -3
  22. package/dist/evals/scoreTraces/index.js +1 -1
  23. package/dist/harness/index.cjs +3 -3
  24. package/dist/harness/index.js +1 -1
  25. package/dist/index.cjs +2 -2
  26. package/dist/index.js +1 -1
  27. package/dist/llm/index.cjs +6 -6
  28. package/dist/llm/index.js +1 -1
  29. package/dist/loop/index.cjs +14 -14
  30. package/dist/loop/index.js +1 -1
  31. package/dist/mastra/index.cjs +2 -2
  32. package/dist/mastra/index.js +1 -1
  33. package/dist/memory/index.cjs +14 -14
  34. package/dist/memory/index.js +1 -1
  35. package/dist/processor-provider/index.cjs +10 -10
  36. package/dist/processor-provider/index.js +1 -1
  37. package/dist/processors/index.cjs +42 -42
  38. package/dist/processors/index.js +1 -1
  39. package/dist/relevance/index.cjs +3 -3
  40. package/dist/relevance/index.js +1 -1
  41. package/dist/storage/index.cjs +64 -64
  42. package/dist/storage/index.js +1 -1
  43. package/dist/stream/index.cjs +11 -11
  44. package/dist/stream/index.js +2 -2
  45. package/dist/test-utils/llm-mock.cjs +12 -12
  46. package/dist/test-utils/llm-mock.js +3 -3
  47. package/dist/tool-loop-agent/index.cjs +4 -4
  48. package/dist/tool-loop-agent/index.js +1 -1
  49. package/dist/utils.cjs +23 -23
  50. package/dist/utils.js +1 -1
  51. package/dist/vector/index.cjs +9 -9
  52. package/dist/vector/index.js +2 -2
  53. package/dist/workflows/evented/index.cjs +10 -10
  54. package/dist/workflows/evented/index.js +1 -1
  55. package/dist/workflows/index.cjs +24 -24
  56. package/dist/workflows/index.js +1 -1
  57. package/package.json +5 -5
  58. package/dist/chunk-2CSKXHM7.cjs.map +0 -1
  59. package/dist/chunk-GQRY6HEY.js.map +0 -1
@@ -1,68 +1,68 @@
1
1
  'use strict';
2
2
 
3
- var chunkPUTCRAH6_cjs = require('../chunk-PUTCRAH6.cjs');
3
+ var chunk6VSVQ62A_cjs = require('../chunk-6VSVQ62A.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "Dataset", {
8
8
  enumerable: true,
9
- get: function () { return chunkPUTCRAH6_cjs.Dataset; }
9
+ get: function () { return chunk6VSVQ62A_cjs.Dataset; }
10
10
  });
11
11
  Object.defineProperty(exports, "DatasetsManager", {
12
12
  enumerable: true,
13
- get: function () { return chunkPUTCRAH6_cjs.DatasetsManager; }
13
+ get: function () { return chunk6VSVQ62A_cjs.DatasetsManager; }
14
14
  });
15
15
  Object.defineProperty(exports, "SchemaUpdateValidationError", {
16
16
  enumerable: true,
17
- get: function () { return chunkPUTCRAH6_cjs.SchemaUpdateValidationError; }
17
+ get: function () { return chunk6VSVQ62A_cjs.SchemaUpdateValidationError; }
18
18
  });
19
19
  Object.defineProperty(exports, "SchemaValidationError", {
20
20
  enumerable: true,
21
- get: function () { return chunkPUTCRAH6_cjs.SchemaValidationError; }
21
+ get: function () { return chunk6VSVQ62A_cjs.SchemaValidationError; }
22
22
  });
23
23
  Object.defineProperty(exports, "SchemaValidator", {
24
24
  enumerable: true,
25
- get: function () { return chunkPUTCRAH6_cjs.SchemaValidator; }
25
+ get: function () { return chunk6VSVQ62A_cjs.SchemaValidator; }
26
26
  });
27
27
  Object.defineProperty(exports, "compareExperiments", {
28
28
  enumerable: true,
29
- get: function () { return chunkPUTCRAH6_cjs.compareExperiments; }
29
+ get: function () { return chunk6VSVQ62A_cjs.compareExperiments; }
30
30
  });
31
31
  Object.defineProperty(exports, "computeMean", {
32
32
  enumerable: true,
33
- get: function () { return chunkPUTCRAH6_cjs.computeMean; }
33
+ get: function () { return chunk6VSVQ62A_cjs.computeMean; }
34
34
  });
35
35
  Object.defineProperty(exports, "computeScorerStats", {
36
36
  enumerable: true,
37
- get: function () { return chunkPUTCRAH6_cjs.computeScorerStats; }
37
+ get: function () { return chunk6VSVQ62A_cjs.computeScorerStats; }
38
38
  });
39
39
  Object.defineProperty(exports, "createValidator", {
40
40
  enumerable: true,
41
- get: function () { return chunkPUTCRAH6_cjs.createValidator; }
41
+ get: function () { return chunk6VSVQ62A_cjs.createValidator; }
42
42
  });
43
43
  Object.defineProperty(exports, "executeTarget", {
44
44
  enumerable: true,
45
- get: function () { return chunkPUTCRAH6_cjs.executeTarget; }
45
+ get: function () { return chunk6VSVQ62A_cjs.executeTarget; }
46
46
  });
47
47
  Object.defineProperty(exports, "getSchemaValidator", {
48
48
  enumerable: true,
49
- get: function () { return chunkPUTCRAH6_cjs.getSchemaValidator; }
49
+ get: function () { return chunk6VSVQ62A_cjs.getSchemaValidator; }
50
50
  });
51
51
  Object.defineProperty(exports, "isRegression", {
52
52
  enumerable: true,
53
- get: function () { return chunkPUTCRAH6_cjs.isRegression; }
53
+ get: function () { return chunk6VSVQ62A_cjs.isRegression; }
54
54
  });
55
55
  Object.defineProperty(exports, "resolveScorers", {
56
56
  enumerable: true,
57
- get: function () { return chunkPUTCRAH6_cjs.resolveScorers; }
57
+ get: function () { return chunk6VSVQ62A_cjs.resolveScorers; }
58
58
  });
59
59
  Object.defineProperty(exports, "runExperiment", {
60
60
  enumerable: true,
61
- get: function () { return chunkPUTCRAH6_cjs.runExperiment; }
61
+ get: function () { return chunk6VSVQ62A_cjs.runExperiment; }
62
62
  });
63
63
  Object.defineProperty(exports, "runScorersForItem", {
64
64
  enumerable: true,
65
- get: function () { return chunkPUTCRAH6_cjs.runScorersForItem; }
65
+ get: function () { return chunk6VSVQ62A_cjs.runScorersForItem; }
66
66
  });
67
67
  //# sourceMappingURL=index.cjs.map
68
68
  //# sourceMappingURL=index.cjs.map
@@ -1,3 +1,3 @@
1
- export { Dataset, DatasetsManager, SchemaUpdateValidationError, SchemaValidationError, SchemaValidator, compareExperiments, computeMean, computeScorerStats, createValidator, executeTarget, getSchemaValidator, isRegression, resolveScorers, runExperiment, runScorersForItem } from '../chunk-C574TBOV.js';
1
+ export { Dataset, DatasetsManager, SchemaUpdateValidationError, SchemaValidationError, SchemaValidator, compareExperiments, computeMean, computeScorerStats, createValidator, executeTarget, getSchemaValidator, isRegression, resolveScorers, runExperiment, runScorersForItem } from '../chunk-VVX2O7XN.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map
@@ -3,7 +3,7 @@ name: mastra-core
3
3
  description: Documentation for @mastra/core. Use when working with @mastra/core APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/core"
6
- version: "1.11.0-alpha.1"
6
+ version: "1.11.0-alpha.2"
7
7
  ---
8
8
 
9
9
  ## When to use