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