@mastra/core 0.15.3 → 0.16.0-alpha.1
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 +28 -0
- package/dist/agent/index.cjs +8 -8
- package/dist/agent/index.d.ts.map +1 -1
- package/dist/agent/index.js +1 -1
- package/dist/agent/input-processor/index.cjs +6 -6
- package/dist/agent/input-processor/index.js +1 -1
- package/dist/chunk-2BFCQRWV.cjs +673 -0
- package/dist/chunk-2BFCQRWV.cjs.map +1 -0
- package/dist/{chunk-K6UMYGK5.cjs → chunk-3CJXUAA2.cjs} +2 -2
- package/dist/{chunk-K6UMYGK5.cjs.map → chunk-3CJXUAA2.cjs.map} +1 -1
- package/dist/{chunk-EZCMCWSC.cjs → chunk-7GYN2OE3.cjs} +131 -61
- package/dist/chunk-7GYN2OE3.cjs.map +1 -0
- package/dist/{chunk-AWES6LTC.cjs → chunk-7NKIBBCV.cjs} +4 -4
- package/dist/{chunk-AWES6LTC.cjs.map → chunk-7NKIBBCV.cjs.map} +1 -1
- package/dist/{chunk-PDODMDSQ.js → chunk-A5VGUE2H.js} +3 -3
- package/dist/{chunk-PDODMDSQ.js.map → chunk-A5VGUE2H.js.map} +1 -1
- package/dist/chunk-ABJOUEVA.cjs +10 -0
- package/dist/chunk-ABJOUEVA.cjs.map +1 -0
- package/dist/{chunk-VZYIKGJ6.cjs → chunk-AHJY7RHO.cjs} +4 -4
- package/dist/{chunk-VZYIKGJ6.cjs.map → chunk-AHJY7RHO.cjs.map} +1 -1
- package/dist/{chunk-Z637KSJF.cjs → chunk-BHB4PDNV.cjs} +4 -4
- package/dist/{chunk-Z637KSJF.cjs.map → chunk-BHB4PDNV.cjs.map} +1 -1
- package/dist/{chunk-AEE54ND4.js → chunk-D2Y5SXZN.js} +13 -7
- package/dist/chunk-D2Y5SXZN.js.map +1 -0
- package/dist/{chunk-65ZPZGFH.cjs → chunk-DRMT4EQA.cjs} +4 -4
- package/dist/{chunk-65ZPZGFH.cjs.map → chunk-DRMT4EQA.cjs.map} +1 -1
- package/dist/chunk-IHVB4C5U.cjs +4 -0
- package/dist/{chunk-X4RMXTXF.cjs.map → chunk-IHVB4C5U.cjs.map} +1 -1
- package/dist/{chunk-QQO4SF3C.js → chunk-JT2QXHUD.js} +16 -6
- package/dist/chunk-JT2QXHUD.js.map +1 -0
- package/dist/{chunk-YGW2WEJ5.js → chunk-JTU7FZ5O.js} +2 -2
- package/dist/{chunk-YGW2WEJ5.js.map → chunk-JTU7FZ5O.js.map} +1 -1
- package/dist/chunk-MMYGYTJK.js +665 -0
- package/dist/chunk-MMYGYTJK.js.map +1 -0
- package/dist/chunk-NLNKQD2T.js +7 -0
- package/dist/chunk-NLNKQD2T.js.map +1 -0
- package/dist/{chunk-4VU6A5XE.js → chunk-QQIBOVFQ.js} +3 -3
- package/dist/{chunk-4VU6A5XE.js.map → chunk-QQIBOVFQ.js.map} +1 -1
- package/dist/chunk-S43VACTO.js +3 -0
- package/dist/{chunk-GXSERFAG.js.map → chunk-S43VACTO.js.map} +1 -1
- package/dist/{chunk-FTAXL6TR.cjs → chunk-SLDGELU7.cjs} +25 -15
- package/dist/chunk-SLDGELU7.cjs.map +1 -0
- package/dist/{chunk-R7K2QO7M.js → chunk-TLJPVRO5.js} +4 -4
- package/dist/{chunk-R7K2QO7M.js.map → chunk-TLJPVRO5.js.map} +1 -1
- package/dist/{chunk-ZHFYYSVY.cjs → chunk-YEZD4ZLX.cjs} +17 -11
- package/dist/chunk-YEZD4ZLX.cjs.map +1 -0
- package/dist/{chunk-VZS4UVKF.js → chunk-YFAHGS45.js} +3 -3
- package/dist/{chunk-VZS4UVKF.js.map → chunk-YFAHGS45.js.map} +1 -1
- package/dist/{chunk-AVPW677Z.js → chunk-YILDTNQM.js} +117 -47
- package/dist/chunk-YILDTNQM.js.map +1 -0
- package/dist/index.cjs +31 -31
- package/dist/index.js +8 -8
- package/dist/loop/index.cjs +2 -2
- package/dist/loop/index.js +1 -1
- package/dist/loop/workflow/llm-execution.d.ts +4 -4
- package/dist/loop/workflow/outer-llm-step.d.ts +2 -2
- package/dist/loop/workflow/schema.d.ts +2 -2
- package/dist/mastra/hooks.d.ts +3 -1
- package/dist/mastra/hooks.d.ts.map +1 -1
- package/dist/mastra/index.cjs +2 -2
- package/dist/mastra/index.js +1 -1
- package/dist/network/index.cjs +2 -2
- package/dist/network/index.js +1 -1
- package/dist/network/vNext/index.cjs +15 -15
- package/dist/network/vNext/index.js +2 -2
- package/dist/processors/index.cjs +8 -8
- package/dist/processors/index.js +2 -2
- package/dist/relevance/index.cjs +4 -4
- package/dist/relevance/index.js +1 -1
- package/dist/scores/hooks.d.ts +3 -1
- package/dist/scores/hooks.d.ts.map +1 -1
- package/dist/scores/index.cjs +29 -638
- package/dist/scores/index.cjs.map +1 -1
- package/dist/scores/index.js +1 -636
- package/dist/scores/index.js.map +1 -1
- package/dist/scores/types.d.ts +80 -0
- package/dist/scores/types.d.ts.map +1 -1
- package/dist/server/index.cjs +2 -2
- package/dist/server/index.js +1 -1
- package/dist/storage/base.d.ts +2 -2
- package/dist/storage/base.d.ts.map +1 -1
- package/dist/storage/domains/memory/inmemory.d.ts.map +1 -1
- package/dist/storage/index.cjs +8 -6
- package/dist/storage/index.cjs.map +1 -1
- package/dist/storage/index.js +4 -2
- package/dist/storage/index.js.map +1 -1
- package/dist/stream/base/output.d.ts.map +1 -1
- package/dist/stream/index.cjs +3 -3
- package/dist/stream/index.js +1 -1
- package/dist/telemetry/index.cjs +7 -7
- package/dist/telemetry/index.js +1 -1
- package/dist/tools/index.d.ts +1 -0
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/ui-types.d.ts +39 -0
- package/dist/tools/ui-types.d.ts.map +1 -0
- package/dist/tts/index.cjs +2 -2
- package/dist/tts/index.js +1 -1
- package/dist/voice/index.cjs +4 -4
- package/dist/voice/index.js +1 -1
- package/dist/workflows/constants.cjs +6 -2
- package/dist/workflows/constants.d.ts +1 -0
- package/dist/workflows/constants.d.ts.map +1 -1
- package/dist/workflows/constants.js +1 -1
- package/dist/workflows/default.d.ts +6 -3
- package/dist/workflows/default.d.ts.map +1 -1
- package/dist/workflows/evented/execution-engine.d.ts +1 -0
- package/dist/workflows/evented/execution-engine.d.ts.map +1 -1
- package/dist/workflows/evented/index.cjs +10 -10
- package/dist/workflows/evented/index.js +1 -1
- package/dist/workflows/evented/step-executor.d.ts.map +1 -1
- package/dist/workflows/execution-engine.d.ts +1 -0
- package/dist/workflows/execution-engine.d.ts.map +1 -1
- package/dist/workflows/index.cjs +10 -10
- package/dist/workflows/index.js +1 -1
- package/dist/workflows/legacy/index.cjs +22 -22
- package/dist/workflows/legacy/index.js +1 -1
- package/dist/workflows/step.d.ts +2 -1
- package/dist/workflows/step.d.ts.map +1 -1
- package/dist/workflows/types.d.ts +13 -1
- package/dist/workflows/types.d.ts.map +1 -1
- package/dist/workflows/workflow.d.ts +9 -1
- package/dist/workflows/workflow.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/chunk-AEE54ND4.js.map +0 -1
- package/dist/chunk-AVPW677Z.js.map +0 -1
- package/dist/chunk-EZCMCWSC.cjs.map +0 -1
- package/dist/chunk-FTAXL6TR.cjs.map +0 -1
- package/dist/chunk-GK5V7YTQ.js +0 -6
- package/dist/chunk-GK5V7YTQ.js.map +0 -1
- package/dist/chunk-GXSERFAG.js +0 -3
- package/dist/chunk-NFXTYMWZ.cjs +0 -8
- package/dist/chunk-NFXTYMWZ.cjs.map +0 -1
- package/dist/chunk-QQO4SF3C.js.map +0 -1
- package/dist/chunk-X4RMXTXF.cjs +0 -4
- package/dist/chunk-ZHFYYSVY.cjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk7NKIBBCV_cjs = require('./chunk-7NKIBBCV.cjs');
|
|
4
4
|
var chunkGEPX327P_cjs = require('./chunk-GEPX327P.cjs');
|
|
5
|
-
var
|
|
6
|
-
var
|
|
5
|
+
var chunk3CJXUAA2_cjs = require('./chunk-3CJXUAA2.cjs');
|
|
6
|
+
var chunkYEZD4ZLX_cjs = require('./chunk-YEZD4ZLX.cjs');
|
|
7
7
|
var chunkTCYQAAIT_cjs = require('./chunk-TCYQAAIT.cjs');
|
|
8
|
-
var
|
|
8
|
+
var chunkDRMT4EQA_cjs = require('./chunk-DRMT4EQA.cjs');
|
|
9
9
|
var chunkELKY3FEM_cjs = require('./chunk-ELKY3FEM.cjs');
|
|
10
10
|
var chunkSW7WPHZ2_cjs = require('./chunk-SW7WPHZ2.cjs');
|
|
11
11
|
var chunkF6XWBVVG_cjs = require('./chunk-F6XWBVVG.cjs');
|
|
12
|
-
var
|
|
13
|
-
var
|
|
12
|
+
var chunk7GYN2OE3_cjs = require('./chunk-7GYN2OE3.cjs');
|
|
13
|
+
var chunkBHB4PDNV_cjs = require('./chunk-BHB4PDNV.cjs');
|
|
14
14
|
var chunkTSNDVBUU_cjs = require('./chunk-TSNDVBUU.cjs');
|
|
15
15
|
var chunkLVGGMWSE_cjs = require('./chunk-LVGGMWSE.cjs');
|
|
16
16
|
var chunkABRPHTOG_cjs = require('./chunk-ABRPHTOG.cjs');
|
|
17
17
|
var chunkKXCUCBEI_cjs = require('./chunk-KXCUCBEI.cjs');
|
|
18
18
|
|
|
19
19
|
// src/agent/index.warning.ts
|
|
20
|
-
var Agent2 = class extends
|
|
20
|
+
var Agent2 = class extends chunk7GYN2OE3_cjs.Agent {
|
|
21
21
|
constructor(config) {
|
|
22
22
|
super(config);
|
|
23
23
|
this.logger.warn('Please import "Agent from "@mastra/core/agent" instead of "@mastra/core"');
|
|
@@ -41,7 +41,7 @@ var MastraDeployer2 = class extends chunkELKY3FEM_cjs.MastraDeployer {
|
|
|
41
41
|
};
|
|
42
42
|
|
|
43
43
|
// src/storage/base.warning.ts
|
|
44
|
-
var MastraStorage2 = class extends
|
|
44
|
+
var MastraStorage2 = class extends chunk3CJXUAA2_cjs.MastraStorage {
|
|
45
45
|
constructor({ name }) {
|
|
46
46
|
super({
|
|
47
47
|
name
|
|
@@ -83,7 +83,7 @@ var Tool2 = class extends chunkABRPHTOG_cjs.Tool {
|
|
|
83
83
|
};
|
|
84
84
|
|
|
85
85
|
// src/tts/index.warning.ts
|
|
86
|
-
var MastraTTS2 = class extends
|
|
86
|
+
var MastraTTS2 = class extends chunk7NKIBBCV_cjs.MastraTTS {
|
|
87
87
|
constructor(args) {
|
|
88
88
|
super(args);
|
|
89
89
|
this.logger.warn('Please import "MastraTTS" from "@mastra/core/tts" instead of "@mastra/core"');
|
|
@@ -99,7 +99,7 @@ var MastraVector2 = class extends chunkGEPX327P_cjs.MastraVector {
|
|
|
99
99
|
};
|
|
100
100
|
|
|
101
101
|
// src/workflows/workflow.warning.ts
|
|
102
|
-
var Workflow2 = class extends
|
|
102
|
+
var Workflow2 = class extends chunk7GYN2OE3_cjs.Workflow {
|
|
103
103
|
constructor(args) {
|
|
104
104
|
super(args);
|
|
105
105
|
this.logger.warn('Please import "Workflow" from "@mastra/core/workflows" instead of "@mastra/core"');
|
|
@@ -116,19 +116,19 @@ Object.defineProperty(exports, "embedV2", {
|
|
|
116
116
|
});
|
|
117
117
|
Object.defineProperty(exports, "ensureDate", {
|
|
118
118
|
enumerable: true,
|
|
119
|
-
get: function () { return
|
|
119
|
+
get: function () { return chunk3CJXUAA2_cjs.ensureDate; }
|
|
120
120
|
});
|
|
121
121
|
Object.defineProperty(exports, "resolveMessageLimit", {
|
|
122
122
|
enumerable: true,
|
|
123
|
-
get: function () { return
|
|
123
|
+
get: function () { return chunk3CJXUAA2_cjs.resolveMessageLimit; }
|
|
124
124
|
});
|
|
125
125
|
Object.defineProperty(exports, "serializeDate", {
|
|
126
126
|
enumerable: true,
|
|
127
|
-
get: function () { return
|
|
127
|
+
get: function () { return chunk3CJXUAA2_cjs.serializeDate; }
|
|
128
128
|
});
|
|
129
129
|
Object.defineProperty(exports, "Mastra", {
|
|
130
130
|
enumerable: true,
|
|
131
|
-
get: function () { return
|
|
131
|
+
get: function () { return chunkYEZD4ZLX_cjs.Mastra; }
|
|
132
132
|
});
|
|
133
133
|
Object.defineProperty(exports, "MemoryProcessor", {
|
|
134
134
|
enumerable: true,
|
|
@@ -140,15 +140,15 @@ Object.defineProperty(exports, "memoryDefaultOptions", {
|
|
|
140
140
|
});
|
|
141
141
|
Object.defineProperty(exports, "CohereRelevanceScorer", {
|
|
142
142
|
enumerable: true,
|
|
143
|
-
get: function () { return
|
|
143
|
+
get: function () { return chunkDRMT4EQA_cjs.CohereRelevanceScorer; }
|
|
144
144
|
});
|
|
145
145
|
Object.defineProperty(exports, "MastraAgentRelevanceScorer", {
|
|
146
146
|
enumerable: true,
|
|
147
|
-
get: function () { return
|
|
147
|
+
get: function () { return chunkDRMT4EQA_cjs.MastraAgentRelevanceScorer; }
|
|
148
148
|
});
|
|
149
149
|
Object.defineProperty(exports, "createSimilarityPrompt", {
|
|
150
150
|
enumerable: true,
|
|
151
|
-
get: function () { return
|
|
151
|
+
get: function () { return chunkDRMT4EQA_cjs.createSimilarityPrompt; }
|
|
152
152
|
});
|
|
153
153
|
Object.defineProperty(exports, "Metric", {
|
|
154
154
|
enumerable: true,
|
|
@@ -160,59 +160,59 @@ Object.defineProperty(exports, "evaluate", {
|
|
|
160
160
|
});
|
|
161
161
|
Object.defineProperty(exports, "DefaultExecutionEngine", {
|
|
162
162
|
enumerable: true,
|
|
163
|
-
get: function () { return
|
|
163
|
+
get: function () { return chunk7GYN2OE3_cjs.DefaultExecutionEngine; }
|
|
164
164
|
});
|
|
165
165
|
Object.defineProperty(exports, "ExecutionEngine", {
|
|
166
166
|
enumerable: true,
|
|
167
|
-
get: function () { return
|
|
167
|
+
get: function () { return chunk7GYN2OE3_cjs.ExecutionEngine; }
|
|
168
168
|
});
|
|
169
169
|
Object.defineProperty(exports, "Run", {
|
|
170
170
|
enumerable: true,
|
|
171
|
-
get: function () { return
|
|
171
|
+
get: function () { return chunk7GYN2OE3_cjs.Run; }
|
|
172
172
|
});
|
|
173
173
|
Object.defineProperty(exports, "cloneStep", {
|
|
174
174
|
enumerable: true,
|
|
175
|
-
get: function () { return
|
|
175
|
+
get: function () { return chunk7GYN2OE3_cjs.cloneStep; }
|
|
176
176
|
});
|
|
177
177
|
Object.defineProperty(exports, "cloneWorkflow", {
|
|
178
178
|
enumerable: true,
|
|
179
|
-
get: function () { return
|
|
179
|
+
get: function () { return chunk7GYN2OE3_cjs.cloneWorkflow; }
|
|
180
180
|
});
|
|
181
181
|
Object.defineProperty(exports, "createStep", {
|
|
182
182
|
enumerable: true,
|
|
183
|
-
get: function () { return
|
|
183
|
+
get: function () { return chunk7GYN2OE3_cjs.createStep; }
|
|
184
184
|
});
|
|
185
185
|
Object.defineProperty(exports, "createWorkflow", {
|
|
186
186
|
enumerable: true,
|
|
187
|
-
get: function () { return
|
|
187
|
+
get: function () { return chunk7GYN2OE3_cjs.createWorkflow; }
|
|
188
188
|
});
|
|
189
189
|
Object.defineProperty(exports, "mapVariable", {
|
|
190
190
|
enumerable: true,
|
|
191
|
-
get: function () { return
|
|
191
|
+
get: function () { return chunk7GYN2OE3_cjs.mapVariable; }
|
|
192
192
|
});
|
|
193
193
|
Object.defineProperty(exports, "InstrumentClass", {
|
|
194
194
|
enumerable: true,
|
|
195
|
-
get: function () { return
|
|
195
|
+
get: function () { return chunkBHB4PDNV_cjs.InstrumentClass; }
|
|
196
196
|
});
|
|
197
197
|
Object.defineProperty(exports, "OTLPStorageExporter", {
|
|
198
198
|
enumerable: true,
|
|
199
|
-
get: function () { return
|
|
199
|
+
get: function () { return chunkBHB4PDNV_cjs.OTLPTraceExporter; }
|
|
200
200
|
});
|
|
201
201
|
Object.defineProperty(exports, "Telemetry", {
|
|
202
202
|
enumerable: true,
|
|
203
|
-
get: function () { return
|
|
203
|
+
get: function () { return chunkBHB4PDNV_cjs.Telemetry; }
|
|
204
204
|
});
|
|
205
205
|
Object.defineProperty(exports, "getBaggageValues", {
|
|
206
206
|
enumerable: true,
|
|
207
|
-
get: function () { return
|
|
207
|
+
get: function () { return chunkBHB4PDNV_cjs.getBaggageValues; }
|
|
208
208
|
});
|
|
209
209
|
Object.defineProperty(exports, "hasActiveTelemetry", {
|
|
210
210
|
enumerable: true,
|
|
211
|
-
get: function () { return
|
|
211
|
+
get: function () { return chunkBHB4PDNV_cjs.hasActiveTelemetry; }
|
|
212
212
|
});
|
|
213
213
|
Object.defineProperty(exports, "withSpan", {
|
|
214
214
|
enumerable: true,
|
|
215
|
-
get: function () { return
|
|
215
|
+
get: function () { return chunkBHB4PDNV_cjs.withSpan; }
|
|
216
216
|
});
|
|
217
217
|
Object.defineProperty(exports, "AvailableHooks", {
|
|
218
218
|
enumerable: true,
|
package/dist/index.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { MastraTTS } from './chunk-
|
|
1
|
+
import { MastraTTS } from './chunk-YFAHGS45.js';
|
|
2
2
|
import { MastraVector } from './chunk-Z73WO76N.js';
|
|
3
3
|
export { embed as embedV1, embed2 as embedV2 } from './chunk-Z73WO76N.js';
|
|
4
|
-
import { MastraStorage } from './chunk-
|
|
5
|
-
export { ensureDate, resolveMessageLimit, serializeDate } from './chunk-
|
|
6
|
-
export { Mastra } from './chunk-
|
|
4
|
+
import { MastraStorage } from './chunk-JTU7FZ5O.js';
|
|
5
|
+
export { ensureDate, resolveMessageLimit, serializeDate } from './chunk-JTU7FZ5O.js';
|
|
6
|
+
export { Mastra } from './chunk-D2Y5SXZN.js';
|
|
7
7
|
import { MastraMemory } from './chunk-EU3ADOKK.js';
|
|
8
8
|
export { MemoryProcessor, memoryDefaultOptions } from './chunk-EU3ADOKK.js';
|
|
9
|
-
export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from './chunk-
|
|
9
|
+
export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from './chunk-A5VGUE2H.js';
|
|
10
10
|
import { MastraDeployer } from './chunk-AWILTHBM.js';
|
|
11
11
|
export { Metric, evaluate } from './chunk-FXLZYRV7.js';
|
|
12
12
|
import { Integration, OpenAPIToolset } from './chunk-IODUKRQP.js';
|
|
13
|
-
import { Agent, Workflow } from './chunk-
|
|
14
|
-
export { DefaultExecutionEngine, ExecutionEngine, Run, cloneStep, cloneWorkflow, createStep, createWorkflow, mapVariable } from './chunk-
|
|
15
|
-
export { InstrumentClass, OTLPTraceExporter as OTLPStorageExporter, Telemetry, getBaggageValues, hasActiveTelemetry, withSpan } from './chunk-
|
|
13
|
+
import { Agent, Workflow } from './chunk-YILDTNQM.js';
|
|
14
|
+
export { DefaultExecutionEngine, ExecutionEngine, Run, cloneStep, cloneWorkflow, createStep, createWorkflow, mapVariable } from './chunk-YILDTNQM.js';
|
|
15
|
+
export { InstrumentClass, OTLPTraceExporter as OTLPStorageExporter, Telemetry, getBaggageValues, hasActiveTelemetry, withSpan } from './chunk-TLJPVRO5.js';
|
|
16
16
|
export { AvailableHooks, executeHook, registerHook } from './chunk-TTELJD4F.js';
|
|
17
17
|
export { checkEvalStorageFields, createMastraProxy, deepMerge, delay, ensureToolProperties, fetchWithRetry, generateEmptyFromSchema, isCoreMessage, isUiMessage, isZodType, makeCoreTool, makeCoreToolV5, maskStreamTags, parseFieldKey, parseSqlIdentifier, resolveSerializedZodOutput } from './chunk-WWQ3QRPF.js';
|
|
18
18
|
import { Tool } from './chunk-BJGHUKKM.js';
|
package/dist/loop/index.cjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk7GYN2OE3_cjs = require('../chunk-7GYN2OE3.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "loop", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunk7GYN2OE3_cjs.loop; }
|
|
10
10
|
});
|
|
11
11
|
//# sourceMappingURL=index.cjs.map
|
|
12
12
|
//# sourceMappingURL=index.cjs.map
|
package/dist/loop/index.js
CHANGED
|
@@ -27,8 +27,8 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
27
27
|
};
|
|
28
28
|
messageId: string;
|
|
29
29
|
output?: any;
|
|
30
|
-
stepResult?: any;
|
|
31
30
|
metadata?: any;
|
|
31
|
+
stepResult?: any;
|
|
32
32
|
}, {
|
|
33
33
|
messages: {
|
|
34
34
|
user: any[];
|
|
@@ -37,8 +37,8 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
37
37
|
};
|
|
38
38
|
messageId: string;
|
|
39
39
|
output?: any;
|
|
40
|
-
stepResult?: any;
|
|
41
40
|
metadata?: any;
|
|
41
|
+
stepResult?: any;
|
|
42
42
|
}>, import("zod").ZodObject<{
|
|
43
43
|
messageId: import("zod").ZodString;
|
|
44
44
|
messages: import("zod").ZodObject<{
|
|
@@ -65,8 +65,8 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
65
65
|
};
|
|
66
66
|
messageId: string;
|
|
67
67
|
output?: any;
|
|
68
|
-
stepResult?: any;
|
|
69
68
|
metadata?: any;
|
|
69
|
+
stepResult?: any;
|
|
70
70
|
}, {
|
|
71
71
|
messages: {
|
|
72
72
|
user: any[];
|
|
@@ -75,7 +75,7 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
75
75
|
};
|
|
76
76
|
messageId: string;
|
|
77
77
|
output?: any;
|
|
78
|
-
stepResult?: any;
|
|
79
78
|
metadata?: any;
|
|
79
|
+
stepResult?: any;
|
|
80
80
|
}>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, import("../..").DefaultEngineType>;
|
|
81
81
|
//# sourceMappingURL=llm-execution.d.ts.map
|
|
@@ -28,8 +28,8 @@ export declare function createOuterLLMWorkflow<Tools extends ToolSet = ToolSet,
|
|
|
28
28
|
};
|
|
29
29
|
messageId: string;
|
|
30
30
|
output?: any;
|
|
31
|
-
stepResult?: any;
|
|
32
31
|
metadata?: any;
|
|
32
|
+
stepResult?: any;
|
|
33
33
|
}, {
|
|
34
34
|
messages: {
|
|
35
35
|
user: any[];
|
|
@@ -38,7 +38,7 @@ export declare function createOuterLLMWorkflow<Tools extends ToolSet = ToolSet,
|
|
|
38
38
|
};
|
|
39
39
|
messageId: string;
|
|
40
40
|
output?: any;
|
|
41
|
-
stepResult?: any;
|
|
42
41
|
metadata?: any;
|
|
42
|
+
stepResult?: any;
|
|
43
43
|
}>, z.ZodAny, z.ZodAny>;
|
|
44
44
|
//# sourceMappingURL=outer-llm-step.d.ts.map
|
|
@@ -25,8 +25,8 @@ export declare const llmIterationOutputSchema: z.ZodObject<{
|
|
|
25
25
|
};
|
|
26
26
|
messageId: string;
|
|
27
27
|
output?: any;
|
|
28
|
-
stepResult?: any;
|
|
29
28
|
metadata?: any;
|
|
29
|
+
stepResult?: any;
|
|
30
30
|
}, {
|
|
31
31
|
messages: {
|
|
32
32
|
user: any[];
|
|
@@ -35,8 +35,8 @@ export declare const llmIterationOutputSchema: z.ZodObject<{
|
|
|
35
35
|
};
|
|
36
36
|
messageId: string;
|
|
37
37
|
output?: any;
|
|
38
|
-
stepResult?: any;
|
|
39
38
|
metadata?: any;
|
|
39
|
+
stepResult?: any;
|
|
40
40
|
}>;
|
|
41
41
|
export declare const toolCallInputSchema: z.ZodObject<{
|
|
42
42
|
toolCallId: z.ZodString;
|
package/dist/mastra/hooks.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import type { Mastra } from '..';
|
|
2
|
-
import type { ScoringHookInput } from '../scores/
|
|
2
|
+
import type { ScoringHookInput } from '../scores/types.js';
|
|
3
|
+
import type { MastraStorage } from '../storage/index.js';
|
|
3
4
|
export declare function createOnScorerHook(mastra: Mastra): (hookData: ScoringHookInput) => Promise<void>;
|
|
5
|
+
export declare function validateAndSaveScore(storage: MastraStorage, payload: unknown): Promise<void>;
|
|
4
6
|
//# sourceMappingURL=hooks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/mastra/hooks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/mastra/hooks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,IAAI,CAAC;AAGjC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,MAAM,IACjC,UAAU,gBAAgB,mBAoEzC;AAED,wBAAsB,oBAAoB,CAAC,OAAO,EAAE,aAAa,EAAE,OAAO,EAAE,OAAO,iBAGlF"}
|
package/dist/mastra/index.cjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkYEZD4ZLX_cjs = require('../chunk-YEZD4ZLX.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "Mastra", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkYEZD4ZLX_cjs.Mastra; }
|
|
10
10
|
});
|
|
11
11
|
//# sourceMappingURL=index.cjs.map
|
|
12
12
|
//# sourceMappingURL=index.cjs.map
|
package/dist/mastra/index.js
CHANGED
package/dist/network/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk7GYN2OE3_cjs = require('../chunk-7GYN2OE3.cjs');
|
|
4
4
|
var chunkABRPHTOG_cjs = require('../chunk-ABRPHTOG.cjs');
|
|
5
5
|
var chunkC73WLCY3_cjs = require('../chunk-C73WLCY3.cjs');
|
|
6
6
|
var chunkKXCUCBEI_cjs = require('../chunk-KXCUCBEI.cjs');
|
|
@@ -18,7 +18,7 @@ var AgentNetwork = class extends chunkKXCUCBEI_cjs.MastraBase {
|
|
|
18
18
|
this.#instructions = config.instructions;
|
|
19
19
|
this.#agents = config.agents;
|
|
20
20
|
this.#model = config.model;
|
|
21
|
-
this.#routingAgent = new
|
|
21
|
+
this.#routingAgent = new chunk7GYN2OE3_cjs.Agent({
|
|
22
22
|
name: config.name,
|
|
23
23
|
instructions: this.getInstructions(),
|
|
24
24
|
model: this.#model,
|
package/dist/network/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunk7GYN2OE3_cjs = require('../../chunk-7GYN2OE3.cjs');
|
|
4
|
+
var chunkABJOUEVA_cjs = require('../../chunk-ABJOUEVA.cjs');
|
|
5
5
|
var chunkSIKEQ32R_cjs = require('../../chunk-SIKEQ32R.cjs');
|
|
6
6
|
var chunkGPWMM745_cjs = require('../../chunk-GPWMM745.cjs');
|
|
7
7
|
var chunkKXCUCBEI_cjs = require('../../chunk-KXCUCBEI.cjs');
|
|
@@ -210,7 +210,7 @@ var NewAgentNetwork = class extends chunkKXCUCBEI_cjs.MastraBase {
|
|
|
210
210
|
|
|
211
211
|
Keep in mind that the user only sees the final result of the task. When reviewing completion, you should know that the user will not see the intermediate results.
|
|
212
212
|
`;
|
|
213
|
-
return new
|
|
213
|
+
return new chunk7GYN2OE3_cjs.Agent({
|
|
214
214
|
name: "routing-agent",
|
|
215
215
|
instructions,
|
|
216
216
|
model: this.#model,
|
|
@@ -226,7 +226,7 @@ var NewAgentNetwork = class extends chunkKXCUCBEI_cjs.MastraBase {
|
|
|
226
226
|
resourceId
|
|
227
227
|
}) {
|
|
228
228
|
const networkWorkflow = this.createWorkflow({ runtimeContext });
|
|
229
|
-
const finalStep =
|
|
229
|
+
const finalStep = chunk7GYN2OE3_cjs.createStep({
|
|
230
230
|
id: "final-step",
|
|
231
231
|
inputSchema: networkWorkflow.outputSchema,
|
|
232
232
|
outputSchema: networkWorkflow.outputSchema,
|
|
@@ -240,7 +240,7 @@ var NewAgentNetwork = class extends chunkKXCUCBEI_cjs.MastraBase {
|
|
|
240
240
|
return inputData;
|
|
241
241
|
}
|
|
242
242
|
});
|
|
243
|
-
const mainWorkflow =
|
|
243
|
+
const mainWorkflow = chunk7GYN2OE3_cjs.createWorkflow({
|
|
244
244
|
id: "Agent-Network-Main-Workflow",
|
|
245
245
|
inputSchema: zod.z.object({
|
|
246
246
|
iteration: zod.z.number(),
|
|
@@ -285,7 +285,7 @@ var NewAgentNetwork = class extends chunkKXCUCBEI_cjs.MastraBase {
|
|
|
285
285
|
resourceId
|
|
286
286
|
}) {
|
|
287
287
|
const networkWorkflow = this.createWorkflow({ runtimeContext });
|
|
288
|
-
const finalStep =
|
|
288
|
+
const finalStep = chunk7GYN2OE3_cjs.createStep({
|
|
289
289
|
id: "final-step",
|
|
290
290
|
inputSchema: networkWorkflow.outputSchema,
|
|
291
291
|
outputSchema: networkWorkflow.outputSchema,
|
|
@@ -299,7 +299,7 @@ var NewAgentNetwork = class extends chunkKXCUCBEI_cjs.MastraBase {
|
|
|
299
299
|
return inputData;
|
|
300
300
|
}
|
|
301
301
|
});
|
|
302
|
-
const mainWorkflow =
|
|
302
|
+
const mainWorkflow = chunk7GYN2OE3_cjs.createWorkflow({
|
|
303
303
|
id: "Agent-Network-Main-Workflow",
|
|
304
304
|
inputSchema: zod.z.object({
|
|
305
305
|
iteration: zod.z.number(),
|
|
@@ -349,7 +349,7 @@ var NewAgentNetwork = class extends chunkKXCUCBEI_cjs.MastraBase {
|
|
|
349
349
|
createWorkflow({ runtimeContext }) {
|
|
350
350
|
const runId = this.#mastra?.generateId() || crypto.randomUUID();
|
|
351
351
|
const runtimeContextToUse = runtimeContext || new chunkGPWMM745_cjs.RuntimeContext();
|
|
352
|
-
const routingStep =
|
|
352
|
+
const routingStep = chunk7GYN2OE3_cjs.createStep({
|
|
353
353
|
id: "routing-step",
|
|
354
354
|
inputSchema: zod.z.object({
|
|
355
355
|
task: zod.z.string(),
|
|
@@ -479,7 +479,7 @@ ${completionResult.object.finalResult}` : ""}
|
|
|
479
479
|
};
|
|
480
480
|
}
|
|
481
481
|
});
|
|
482
|
-
const agentStep =
|
|
482
|
+
const agentStep = chunk7GYN2OE3_cjs.createStep({
|
|
483
483
|
id: "agent-step",
|
|
484
484
|
inputSchema: zod.z.object({
|
|
485
485
|
task: zod.z.string(),
|
|
@@ -499,7 +499,7 @@ ${completionResult.object.finalResult}` : ""}
|
|
|
499
499
|
isComplete: zod.z.boolean().optional(),
|
|
500
500
|
iteration: zod.z.number()
|
|
501
501
|
}),
|
|
502
|
-
execute: async ({ inputData, [
|
|
502
|
+
execute: async ({ inputData, [chunkABJOUEVA_cjs.EMITTER_SYMBOL]: emitter, getInitData }) => {
|
|
503
503
|
const agentsMap = await this.getAgents({ runtimeContext: runtimeContextToUse });
|
|
504
504
|
const agentId = inputData.resourceId;
|
|
505
505
|
const agent = agentsMap[inputData.resourceId];
|
|
@@ -615,7 +615,7 @@ ${completionResult.object.finalResult}` : ""}
|
|
|
615
615
|
};
|
|
616
616
|
}
|
|
617
617
|
});
|
|
618
|
-
const workflowStep =
|
|
618
|
+
const workflowStep = chunk7GYN2OE3_cjs.createStep({
|
|
619
619
|
id: "workflow-step",
|
|
620
620
|
inputSchema: zod.z.object({
|
|
621
621
|
task: zod.z.string(),
|
|
@@ -635,7 +635,7 @@ ${completionResult.object.finalResult}` : ""}
|
|
|
635
635
|
isComplete: zod.z.boolean().optional(),
|
|
636
636
|
iteration: zod.z.number()
|
|
637
637
|
}),
|
|
638
|
-
execute: async ({ inputData, [
|
|
638
|
+
execute: async ({ inputData, [chunkABJOUEVA_cjs.EMITTER_SYMBOL]: emitter, getInitData }) => {
|
|
639
639
|
const workflowsMap = await this.getWorkflows({ runtimeContext: runtimeContextToUse });
|
|
640
640
|
const wf = workflowsMap[inputData.resourceId];
|
|
641
641
|
if (!wf) {
|
|
@@ -737,7 +737,7 @@ ${completionResult.object.finalResult}` : ""}
|
|
|
737
737
|
};
|
|
738
738
|
}
|
|
739
739
|
});
|
|
740
|
-
const toolStep =
|
|
740
|
+
const toolStep = chunk7GYN2OE3_cjs.createStep({
|
|
741
741
|
id: "toolStep",
|
|
742
742
|
inputSchema: zod.z.object({
|
|
743
743
|
task: zod.z.string(),
|
|
@@ -809,7 +809,7 @@ ${completionResult.object.finalResult}` : ""}
|
|
|
809
809
|
};
|
|
810
810
|
}
|
|
811
811
|
});
|
|
812
|
-
const finishStep =
|
|
812
|
+
const finishStep = chunk7GYN2OE3_cjs.createStep({
|
|
813
813
|
id: "finish-step",
|
|
814
814
|
inputSchema: zod.z.object({
|
|
815
815
|
task: zod.z.string(),
|
|
@@ -836,7 +836,7 @@ ${completionResult.object.finalResult}` : ""}
|
|
|
836
836
|
};
|
|
837
837
|
}
|
|
838
838
|
});
|
|
839
|
-
const networkWorkflow =
|
|
839
|
+
const networkWorkflow = chunk7GYN2OE3_cjs.createWorkflow({
|
|
840
840
|
id: "Agent-Network-Outer-Workflow",
|
|
841
841
|
inputSchema: zod.z.object({
|
|
842
842
|
task: zod.z.string(),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Agent, createStep, createWorkflow } from '../../chunk-
|
|
2
|
-
import { EMITTER_SYMBOL } from '../../chunk-
|
|
1
|
+
import { Agent, createStep, createWorkflow } from '../../chunk-YILDTNQM.js';
|
|
2
|
+
import { EMITTER_SYMBOL } from '../../chunk-NLNKQD2T.js';
|
|
3
3
|
import { MessageList } from '../../chunk-HF7HXOCC.js';
|
|
4
4
|
import { RuntimeContext } from '../../chunk-HLRWYUFN.js';
|
|
5
5
|
import { MastraBase } from '../../chunk-6GF5M4GX.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk7GYN2OE3_cjs = require('../chunk-7GYN2OE3.cjs');
|
|
4
4
|
var lite = require('js-tiktoken/lite');
|
|
5
5
|
var o200k_base = require('js-tiktoken/ranks/o200k_base');
|
|
6
6
|
var zod = require('zod');
|
|
@@ -271,7 +271,7 @@ var SystemPromptScrubber = class {
|
|
|
271
271
|
this.placeholderText = options.placeholderText || "[SYSTEM_PROMPT]";
|
|
272
272
|
this.instructions = options.instructions || this.getDefaultInstructions();
|
|
273
273
|
this.model = options.model;
|
|
274
|
-
this.detectionAgent = new
|
|
274
|
+
this.detectionAgent = new chunk7GYN2OE3_cjs.Agent({
|
|
275
275
|
name: "system-prompt-detector",
|
|
276
276
|
model: this.model,
|
|
277
277
|
instructions: this.instructions
|
|
@@ -499,27 +499,27 @@ Be thorough but avoid false positives. Only flag content that genuinely represen
|
|
|
499
499
|
|
|
500
500
|
Object.defineProperty(exports, "LanguageDetector", {
|
|
501
501
|
enumerable: true,
|
|
502
|
-
get: function () { return
|
|
502
|
+
get: function () { return chunk7GYN2OE3_cjs.LanguageDetector; }
|
|
503
503
|
});
|
|
504
504
|
Object.defineProperty(exports, "ModerationProcessor", {
|
|
505
505
|
enumerable: true,
|
|
506
|
-
get: function () { return
|
|
506
|
+
get: function () { return chunk7GYN2OE3_cjs.ModerationProcessor; }
|
|
507
507
|
});
|
|
508
508
|
Object.defineProperty(exports, "PIIDetector", {
|
|
509
509
|
enumerable: true,
|
|
510
|
-
get: function () { return
|
|
510
|
+
get: function () { return chunk7GYN2OE3_cjs.PIIDetector; }
|
|
511
511
|
});
|
|
512
512
|
Object.defineProperty(exports, "PromptInjectionDetector", {
|
|
513
513
|
enumerable: true,
|
|
514
|
-
get: function () { return
|
|
514
|
+
get: function () { return chunk7GYN2OE3_cjs.PromptInjectionDetector; }
|
|
515
515
|
});
|
|
516
516
|
Object.defineProperty(exports, "StructuredOutputProcessor", {
|
|
517
517
|
enumerable: true,
|
|
518
|
-
get: function () { return
|
|
518
|
+
get: function () { return chunk7GYN2OE3_cjs.StructuredOutputProcessor; }
|
|
519
519
|
});
|
|
520
520
|
Object.defineProperty(exports, "UnicodeNormalizer", {
|
|
521
521
|
enumerable: true,
|
|
522
|
-
get: function () { return
|
|
522
|
+
get: function () { return chunk7GYN2OE3_cjs.UnicodeNormalizer; }
|
|
523
523
|
});
|
|
524
524
|
exports.BatchPartsProcessor = BatchPartsProcessor;
|
|
525
525
|
exports.SystemPromptScrubber = SystemPromptScrubber;
|
package/dist/processors/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Agent } from '../chunk-
|
|
2
|
-
export { LanguageDetector, ModerationProcessor, PIIDetector, PromptInjectionDetector, StructuredOutputProcessor, UnicodeNormalizer } from '../chunk-
|
|
1
|
+
import { Agent } from '../chunk-YILDTNQM.js';
|
|
2
|
+
export { LanguageDetector, ModerationProcessor, PIIDetector, PromptInjectionDetector, StructuredOutputProcessor, UnicodeNormalizer } from '../chunk-YILDTNQM.js';
|
|
3
3
|
import { Tiktoken } from 'js-tiktoken/lite';
|
|
4
4
|
import o200k_base from 'js-tiktoken/ranks/o200k_base';
|
|
5
5
|
import { z } from 'zod';
|
package/dist/relevance/index.cjs
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkDRMT4EQA_cjs = require('../chunk-DRMT4EQA.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "CohereRelevanceScorer", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkDRMT4EQA_cjs.CohereRelevanceScorer; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "MastraAgentRelevanceScorer", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkDRMT4EQA_cjs.MastraAgentRelevanceScorer; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "createSimilarityPrompt", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkDRMT4EQA_cjs.createSimilarityPrompt; }
|
|
18
18
|
});
|
|
19
19
|
//# sourceMappingURL=index.cjs.map
|
|
20
20
|
//# sourceMappingURL=index.cjs.map
|
package/dist/relevance/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from '../chunk-
|
|
1
|
+
export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from '../chunk-A5VGUE2H.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
package/dist/scores/hooks.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import type { TracingContext } from '../ai-tracing/types.js';
|
|
1
2
|
import type { MastraScorerEntry } from './base.js';
|
|
2
3
|
import type { ScoringEntityType, ScoringSource } from './types.js';
|
|
3
|
-
export declare function runScorer({ runId, scorerId, scorerObject, input, output, runtimeContext, entity, structuredOutput, source, entityType, threadId, resourceId, }: {
|
|
4
|
+
export declare function runScorer({ runId, scorerId, scorerObject, input, output, runtimeContext, entity, structuredOutput, source, entityType, threadId, resourceId, tracingContext, }: {
|
|
4
5
|
scorerId: string;
|
|
5
6
|
scorerObject: MastraScorerEntry;
|
|
6
7
|
runId: string;
|
|
@@ -13,5 +14,6 @@ export declare function runScorer({ runId, scorerId, scorerObject, input, output
|
|
|
13
14
|
entityType: ScoringEntityType;
|
|
14
15
|
threadId?: string;
|
|
15
16
|
resourceId?: string;
|
|
17
|
+
tracingContext?: TracingContext;
|
|
16
18
|
}): void;
|
|
17
19
|
//# sourceMappingURL=hooks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/scores/hooks.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/scores/hooks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAChD,OAAO,KAAK,EAAE,iBAAiB,EAAoB,aAAa,EAAE,MAAM,SAAS,CAAC;AAElF,wBAAgB,SAAS,CAAC,EACxB,KAAK,EACL,QAAQ,EACR,YAAY,EACZ,KAAK,EACL,MAAM,EACN,cAAc,EACd,MAAM,EACN,gBAAgB,EAChB,MAAM,EACN,UAAU,EACV,QAAQ,EACR,UAAU,EACV,cAAc,GACf,EAAE;IACD,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,iBAAiB,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,GAAG,CAAC;IACX,MAAM,EAAE,GAAG,CAAC;IACZ,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACpC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC5B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,MAAM,EAAE,aAAa,CAAC;IACtB,UAAU,EAAE,iBAAiB,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC,QAyCA"}
|