@mastra/core 1.24.0-alpha.1 → 1.24.1-alpha.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 +81 -0
- package/dist/agent/index.cjs +8 -8
- package/dist/agent/index.js +1 -1
- package/dist/browser/index.cjs +2 -2
- package/dist/browser/index.js +1 -1
- package/dist/channels/index.cjs +4 -4
- package/dist/channels/index.js +1 -1
- package/dist/{chunk-BFOZOAU2.cjs → chunk-4636ENMP.cjs} +56 -108
- package/dist/chunk-4636ENMP.cjs.map +1 -0
- package/dist/{chunk-MK5IF24D.js → chunk-5CPRW7GV.js} +3 -3
- package/dist/{chunk-MK5IF24D.js.map → chunk-5CPRW7GV.js.map} +1 -1
- package/dist/{chunk-EJ62D3QH.js → chunk-6TQZIQ23.js} +6 -6
- package/dist/{chunk-EJ62D3QH.js.map → chunk-6TQZIQ23.js.map} +1 -1
- package/dist/{chunk-L73KZFX6.cjs → chunk-AX3PKXOT.cjs} +6 -6
- package/dist/{chunk-L73KZFX6.cjs.map → chunk-AX3PKXOT.cjs.map} +1 -1
- package/dist/{chunk-365PDOQ4.cjs → chunk-CNCOPROQ.cjs} +9 -9
- package/dist/{chunk-365PDOQ4.cjs.map → chunk-CNCOPROQ.cjs.map} +1 -1
- package/dist/{chunk-CY4AMNDV.cjs → chunk-H2SFI3RZ.cjs} +7 -7
- package/dist/{chunk-CY4AMNDV.cjs.map → chunk-H2SFI3RZ.cjs.map} +1 -1
- package/dist/{chunk-D64ZY3NT.cjs → chunk-HAF2U4ON.cjs} +17 -17
- package/dist/{chunk-D64ZY3NT.cjs.map → chunk-HAF2U4ON.cjs.map} +1 -1
- package/dist/{chunk-GAW7WFCY.js → chunk-IWMYLZQ6.js} +3 -3
- package/dist/{chunk-GAW7WFCY.js.map → chunk-IWMYLZQ6.js.map} +1 -1
- package/dist/{chunk-PCHML5XO.js → chunk-JG7M2F2C.js} +4 -4
- package/dist/{chunk-PCHML5XO.js.map → chunk-JG7M2F2C.js.map} +1 -1
- package/dist/{chunk-JBFAGOAG.js → chunk-JRTGAEET.js} +9 -9
- package/dist/{chunk-JBFAGOAG.js.map → chunk-JRTGAEET.js.map} +1 -1
- package/dist/{chunk-SYH64AGV.cjs → chunk-K2NJIVZ5.cjs} +14 -14
- package/dist/{chunk-SYH64AGV.cjs.map → chunk-K2NJIVZ5.cjs.map} +1 -1
- package/dist/{chunk-IKUMKFM4.js → chunk-KQABOPAK.js} +4 -4
- package/dist/{chunk-IKUMKFM4.js.map → chunk-KQABOPAK.js.map} +1 -1
- package/dist/{chunk-3RI7ILBW.js → chunk-MYYPIBLR.js} +3 -3
- package/dist/{chunk-3RI7ILBW.js.map → chunk-MYYPIBLR.js.map} +1 -1
- package/dist/{chunk-SUEVJYTA.cjs → chunk-NC3NDZWM.cjs} +185 -185
- package/dist/{chunk-SUEVJYTA.cjs.map → chunk-NC3NDZWM.cjs.map} +1 -1
- package/dist/{chunk-EAQQP6OK.cjs → chunk-NWGH6OSA.cjs} +48 -48
- package/dist/{chunk-EAQQP6OK.cjs.map → chunk-NWGH6OSA.cjs.map} +1 -1
- package/dist/{chunk-V657RNGK.js → chunk-Q55SOMNM.js} +44 -96
- package/dist/chunk-Q55SOMNM.js.map +1 -0
- package/dist/{chunk-LUEXY2QV.js → chunk-QBUDLHGF.js} +3 -3
- package/dist/{chunk-LUEXY2QV.js.map → chunk-QBUDLHGF.js.map} +1 -1
- package/dist/{chunk-CN6AFOVV.js → chunk-RKBY3V7R.js} +4 -4
- package/dist/{chunk-CN6AFOVV.js.map → chunk-RKBY3V7R.js.map} +1 -1
- package/dist/{chunk-XEDVYHBK.cjs → chunk-W7JPJ5VP.cjs} +3 -3
- package/dist/{chunk-XEDVYHBK.cjs.map → chunk-W7JPJ5VP.cjs.map} +1 -1
- package/dist/{chunk-B2FQ6L2I.cjs → chunk-XCFSSKCI.cjs} +5 -5
- package/dist/{chunk-B2FQ6L2I.cjs.map → chunk-XCFSSKCI.cjs.map} +1 -1
- package/dist/{chunk-PQKSETS5.js → chunk-XOJF3SNB.js} +3 -3
- package/dist/{chunk-PQKSETS5.js.map → chunk-XOJF3SNB.js.map} +1 -1
- package/dist/{chunk-FCW225T4.cjs → chunk-Y6I7BKY3.cjs} +77 -77
- package/dist/{chunk-FCW225T4.cjs.map → chunk-Y6I7BKY3.cjs.map} +1 -1
- package/dist/datasets/index.cjs +11 -11
- package/dist/datasets/index.js +1 -1
- package/dist/docs/SKILL.md +6 -1
- package/dist/docs/assets/SOURCE_MAP.json +133 -133
- package/dist/docs/references/docs-editor-overview.md +221 -0
- package/dist/docs/references/docs-editor-prompts.md +134 -0
- package/dist/docs/references/docs-editor-tools.md +152 -0
- package/dist/docs/references/docs-studio-overview.md +2 -0
- package/dist/docs/references/reference-client-js-agents.md +136 -0
- package/dist/docs/references/reference-core-getEditor.md +35 -0
- package/dist/docs/references/reference-editor-mastra-editor.md +168 -0
- package/dist/docs/references/reference.md +3 -0
- 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/harness/index.cjs +7 -7
- package/dist/harness/index.js +5 -5
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/llm/index.cjs +20 -20
- package/dist/llm/index.js +5 -5
- package/dist/llm/model/provider-types.generated.d.ts +15 -40
- 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/mastra-KYZOJWVP.cjs +12 -0
- package/dist/{mastra-7CFH7DGM.cjs.map → mastra-KYZOJWVP.cjs.map} +1 -1
- package/dist/mastra-THXHB2YW.js +3 -0
- package/dist/{mastra-5YHFXAJO.js.map → mastra-THXHB2YW.js.map} +1 -1
- package/dist/memory/index.cjs +19 -19
- package/dist/memory/index.js +1 -1
- package/dist/models-dev-JNR72RHW.cjs +12 -0
- package/dist/{models-dev-X2MWNPAU.cjs.map → models-dev-JNR72RHW.cjs.map} +1 -1
- package/dist/models-dev-Y4N5GCLA.js +3 -0
- package/dist/{models-dev-ZXC3IYLG.js.map → models-dev-Y4N5GCLA.js.map} +1 -1
- package/dist/netlify-C25NVF5O.cjs +12 -0
- package/dist/{netlify-GOILLTQO.cjs.map → netlify-C25NVF5O.cjs.map} +1 -1
- package/dist/netlify-IGYUFSZG.js +3 -0
- package/dist/{netlify-HJL7EXHY.js.map → netlify-IGYUFSZG.js.map} +1 -1
- package/dist/processor-provider/index.cjs +10 -10
- package/dist/processor-provider/index.js +1 -1
- package/dist/processors/index.cjs +44 -44
- package/dist/processors/index.js +1 -1
- package/dist/provider-registry-3HZNLU3V.js +3 -0
- package/dist/{provider-registry-UWTCPEFF.js.map → provider-registry-3HZNLU3V.js.map} +1 -1
- package/dist/provider-registry-PKUEVZXH.cjs +44 -0
- package/dist/{provider-registry-25ELOB67.cjs.map → provider-registry-PKUEVZXH.cjs.map} +1 -1
- package/dist/provider-registry.json +36 -88
- 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 +24 -24
- package/dist/workflows/index.js +1 -1
- package/package.json +9 -9
- package/src/llm/model/provider-types.generated.d.ts +15 -40
- package/dist/chunk-BFOZOAU2.cjs.map +0 -1
- package/dist/chunk-V657RNGK.js.map +0 -1
- package/dist/mastra-5YHFXAJO.js +0 -3
- package/dist/mastra-7CFH7DGM.cjs +0 -12
- package/dist/models-dev-X2MWNPAU.cjs +0 -12
- package/dist/models-dev-ZXC3IYLG.js +0 -3
- package/dist/netlify-GOILLTQO.cjs +0 -12
- package/dist/netlify-HJL7EXHY.js +0 -3
- package/dist/provider-registry-25ELOB67.cjs +0 -44
- package/dist/provider-registry-UWTCPEFF.js +0 -3
package/dist/mastra-5YHFXAJO.js
DELETED
package/dist/mastra-7CFH7DGM.cjs
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkBFOZOAU2_cjs = require('./chunk-BFOZOAU2.cjs');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(exports, "MastraGateway", {
|
|
8
|
-
enumerable: true,
|
|
9
|
-
get: function () { return chunkBFOZOAU2_cjs.MastraGateway; }
|
|
10
|
-
});
|
|
11
|
-
//# sourceMappingURL=mastra-7CFH7DGM.cjs.map
|
|
12
|
-
//# sourceMappingURL=mastra-7CFH7DGM.cjs.map
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkSUEVJYTA_cjs = require('./chunk-SUEVJYTA.cjs');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(exports, "ModelsDevGateway", {
|
|
8
|
-
enumerable: true,
|
|
9
|
-
get: function () { return chunkSUEVJYTA_cjs.ModelsDevGateway; }
|
|
10
|
-
});
|
|
11
|
-
//# sourceMappingURL=models-dev-X2MWNPAU.cjs.map
|
|
12
|
-
//# sourceMappingURL=models-dev-X2MWNPAU.cjs.map
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunk365PDOQ4_cjs = require('./chunk-365PDOQ4.cjs');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(exports, "NetlifyGateway", {
|
|
8
|
-
enumerable: true,
|
|
9
|
-
get: function () { return chunk365PDOQ4_cjs.NetlifyGateway; }
|
|
10
|
-
});
|
|
11
|
-
//# sourceMappingURL=netlify-GOILLTQO.cjs.map
|
|
12
|
-
//# sourceMappingURL=netlify-GOILLTQO.cjs.map
|
package/dist/netlify-HJL7EXHY.js
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkBFOZOAU2_cjs = require('./chunk-BFOZOAU2.cjs');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(exports, "GatewayRegistry", {
|
|
8
|
-
enumerable: true,
|
|
9
|
-
get: function () { return chunkBFOZOAU2_cjs.GatewayRegistry; }
|
|
10
|
-
});
|
|
11
|
-
Object.defineProperty(exports, "PROVIDER_MODELS", {
|
|
12
|
-
enumerable: true,
|
|
13
|
-
get: function () { return chunkBFOZOAU2_cjs.PROVIDER_MODELS; }
|
|
14
|
-
});
|
|
15
|
-
Object.defineProperty(exports, "PROVIDER_REGISTRY", {
|
|
16
|
-
enumerable: true,
|
|
17
|
-
get: function () { return chunkBFOZOAU2_cjs.PROVIDER_REGISTRY; }
|
|
18
|
-
});
|
|
19
|
-
Object.defineProperty(exports, "getProviderConfig", {
|
|
20
|
-
enumerable: true,
|
|
21
|
-
get: function () { return chunkBFOZOAU2_cjs.getProviderConfig; }
|
|
22
|
-
});
|
|
23
|
-
Object.defineProperty(exports, "getRegisteredProviders", {
|
|
24
|
-
enumerable: true,
|
|
25
|
-
get: function () { return chunkBFOZOAU2_cjs.getRegisteredProviders; }
|
|
26
|
-
});
|
|
27
|
-
Object.defineProperty(exports, "isOfflineMode", {
|
|
28
|
-
enumerable: true,
|
|
29
|
-
get: function () { return chunkBFOZOAU2_cjs.isOfflineMode; }
|
|
30
|
-
});
|
|
31
|
-
Object.defineProperty(exports, "isProviderRegistered", {
|
|
32
|
-
enumerable: true,
|
|
33
|
-
get: function () { return chunkBFOZOAU2_cjs.isProviderRegistered; }
|
|
34
|
-
});
|
|
35
|
-
Object.defineProperty(exports, "isValidModelId", {
|
|
36
|
-
enumerable: true,
|
|
37
|
-
get: function () { return chunkBFOZOAU2_cjs.isValidModelId; }
|
|
38
|
-
});
|
|
39
|
-
Object.defineProperty(exports, "parseModelString", {
|
|
40
|
-
enumerable: true,
|
|
41
|
-
get: function () { return chunkBFOZOAU2_cjs.parseModelString; }
|
|
42
|
-
});
|
|
43
|
-
//# sourceMappingURL=provider-registry-25ELOB67.cjs.map
|
|
44
|
-
//# sourceMappingURL=provider-registry-25ELOB67.cjs.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { GatewayRegistry, PROVIDER_MODELS, PROVIDER_REGISTRY, getProviderConfig, getRegisteredProviders, isOfflineMode, isProviderRegistered, isValidModelId, parseModelString } from './chunk-V657RNGK.js';
|
|
2
|
-
//# sourceMappingURL=provider-registry-UWTCPEFF.js.map
|
|
3
|
-
//# sourceMappingURL=provider-registry-UWTCPEFF.js.map
|