@mastra/core 1.4.0-alpha.0 → 1.4.0
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 +231 -0
- package/dist/agent/index.cjs +8 -8
- package/dist/agent/index.js +1 -1
- package/dist/{chunk-NY5XBRWW.cjs → chunk-3JVFFAJX.cjs} +6 -6
- package/dist/{chunk-NY5XBRWW.cjs.map → chunk-3JVFFAJX.cjs.map} +1 -1
- package/dist/{chunk-UQ4SRS66.cjs → chunk-4IJ4UDZX.cjs} +3 -3
- package/dist/{chunk-UQ4SRS66.cjs.map → chunk-4IJ4UDZX.cjs.map} +1 -1
- package/dist/{chunk-SK72J5NQ.js → chunk-4TQ4EBYX.js} +7 -7
- package/dist/{chunk-SK72J5NQ.js.map → chunk-4TQ4EBYX.js.map} +1 -1
- package/dist/{chunk-4X2YMIAC.js → chunk-4XSAZPPS.js} +3 -3
- package/dist/{chunk-4X2YMIAC.js.map → chunk-4XSAZPPS.js.map} +1 -1
- package/dist/{chunk-RNID4D45.js → chunk-5Q5Y34SS.js} +3 -3
- package/dist/{chunk-RNID4D45.js.map → chunk-5Q5Y34SS.js.map} +1 -1
- package/dist/{chunk-U4YBKYRI.cjs → chunk-64WGYTQK.cjs} +46 -46
- package/dist/{chunk-U4YBKYRI.cjs.map → chunk-64WGYTQK.cjs.map} +1 -1
- package/dist/{chunk-VJIWSASE.cjs → chunk-DBSVT6AR.cjs} +5 -5
- package/dist/{chunk-VJIWSASE.cjs.map → chunk-DBSVT6AR.cjs.map} +1 -1
- package/dist/{chunk-UZYMZNKB.js → chunk-NJ7TL3LQ.js} +4 -4
- package/dist/{chunk-UZYMZNKB.js.map → chunk-NJ7TL3LQ.js.map} +1 -1
- package/dist/{chunk-EFLVACWV.cjs → chunk-NKYWDNCI.cjs} +5 -5
- package/dist/{chunk-EFLVACWV.cjs.map → chunk-NKYWDNCI.cjs.map} +1 -1
- package/dist/{chunk-XXZUUDP4.cjs → chunk-NZG2JAKS.cjs} +15 -15
- package/dist/{chunk-XXZUUDP4.cjs.map → chunk-NZG2JAKS.cjs.map} +1 -1
- package/dist/{chunk-6BAACGEW.js → chunk-QTTWRCB5.js} +3 -3
- package/dist/{chunk-6BAACGEW.js.map → chunk-QTTWRCB5.js.map} +1 -1
- package/dist/{chunk-ZGSYSUIG.js → chunk-U2HKJZCI.js} +3 -3
- package/dist/{chunk-ZGSYSUIG.js.map → chunk-U2HKJZCI.js.map} +1 -1
- package/dist/datasets/index.cjs +11 -11
- package/dist/datasets/index.js +1 -1
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +103 -103
- package/dist/evals/index.cjs +5 -5
- package/dist/evals/index.js +2 -2
- package/dist/evals/scoreTraces/index.cjs +3 -3
- package/dist/evals/scoreTraces/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/loop/index.cjs +12 -12
- 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/processors/index.cjs +41 -41
- package/dist/processors/index.js +1 -1
- package/dist/relevance/index.cjs +3 -3
- package/dist/relevance/index.js +1 -1
- package/dist/stream/index.cjs +8 -8
- package/dist/stream/index.js +1 -1
- package/dist/tool-loop-agent/index.cjs +4 -4
- package/dist/tool-loop-agent/index.js +1 -1
- package/dist/workflows/evented/index.cjs +10 -10
- package/dist/workflows/evented/index.js +1 -1
- package/dist/workflows/index.cjs +25 -25
- package/dist/workflows/index.js +1 -1
- package/package.json +7 -7
package/dist/datasets/index.cjs
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk3JVFFAJX_cjs = require('../chunk-3JVFFAJX.cjs');
|
|
4
4
|
var chunkBP7VYTOP_cjs = require('../chunk-BP7VYTOP.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "Dataset", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunk3JVFFAJX_cjs.Dataset; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "DatasetsManager", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunk3JVFFAJX_cjs.DatasetsManager; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "compareExperiments", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk3JVFFAJX_cjs.compareExperiments; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "computeMean", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunk3JVFFAJX_cjs.computeMean; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "computeScorerStats", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk3JVFFAJX_cjs.computeScorerStats; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "executeTarget", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk3JVFFAJX_cjs.executeTarget; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "isRegression", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunk3JVFFAJX_cjs.isRegression; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "resolveScorers", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk3JVFFAJX_cjs.resolveScorers; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "runExperiment", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk3JVFFAJX_cjs.runExperiment; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "runScorersForItem", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunk3JVFFAJX_cjs.runScorersForItem; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "SchemaUpdateValidationError", {
|
|
49
49
|
enumerable: true,
|
package/dist/datasets/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Dataset, DatasetsManager, compareExperiments, computeMean, computeScorerStats, executeTarget, isRegression, resolveScorers, runExperiment, runScorersForItem } from '../chunk-
|
|
1
|
+
export { Dataset, DatasetsManager, compareExperiments, computeMean, computeScorerStats, executeTarget, isRegression, resolveScorers, runExperiment, runScorersForItem } from '../chunk-NJ7TL3LQ.js';
|
|
2
2
|
export { SchemaUpdateValidationError, SchemaValidationError, SchemaValidator, createValidator, getSchemaValidator } from '../chunk-7NKUSQEV.js';
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
package/dist/docs/SKILL.md
CHANGED