@scoutqa/mastra-core 0.24.6-fork.3 → 0.24.6-fork.4
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/dist/agent/index.cjs +13 -13
- package/dist/agent/index.js +2 -2
- package/dist/agent/input-processor/index.cjs +6 -6
- package/dist/agent/input-processor/index.js +1 -1
- package/dist/agent/message-list/prompt/convert-to-mastra-v1.d.ts.map +1 -1
- package/dist/{chunk-Q6XG7GDC.js → chunk-3I7XXWZN.js} +4 -4
- package/dist/{chunk-Q6XG7GDC.js.map → chunk-3I7XXWZN.js.map} +1 -1
- package/dist/{chunk-CU4HTLWA.cjs → chunk-3VCLYHY6.cjs} +4 -4
- package/dist/{chunk-CU4HTLWA.cjs.map → chunk-3VCLYHY6.cjs.map} +1 -1
- package/dist/{chunk-U3JPTEAU.cjs → chunk-AXYN5P4Y.cjs} +30 -16
- package/dist/chunk-AXYN5P4Y.cjs.map +1 -0
- package/dist/{chunk-AZNEZR7L.cjs → chunk-BSXBT7PY.cjs} +12 -12
- package/dist/{chunk-AZNEZR7L.cjs.map → chunk-BSXBT7PY.cjs.map} +1 -1
- package/dist/{chunk-JVJRWHA2.js → chunk-DNQ3WTBD.js} +3 -3
- package/dist/{chunk-JVJRWHA2.js.map → chunk-DNQ3WTBD.js.map} +1 -1
- package/dist/{chunk-4KFLI6P3.js → chunk-GJSPBKAD.js} +30 -16
- package/dist/chunk-GJSPBKAD.js.map +1 -0
- package/dist/{chunk-WU5GJU3T.cjs → chunk-RZ4GHIRV.cjs} +21 -21
- package/dist/{chunk-WU5GJU3T.cjs.map → chunk-RZ4GHIRV.cjs.map} +1 -1
- package/dist/{chunk-6FZN2LUN.cjs → chunk-TGKFH6R3.cjs} +9 -9
- package/dist/{chunk-6FZN2LUN.cjs.map → chunk-TGKFH6R3.cjs.map} +1 -1
- package/dist/{chunk-EGNFOKJB.js → chunk-TWTYYRSV.js} +4 -4
- package/dist/{chunk-EGNFOKJB.js.map → chunk-TWTYYRSV.js.map} +1 -1
- package/dist/{chunk-2DXW53LD.cjs → chunk-UIPKWM5S.cjs} +5 -5
- package/dist/{chunk-2DXW53LD.cjs.map → chunk-UIPKWM5S.cjs.map} +1 -1
- package/dist/{chunk-DZDMMWMA.js → chunk-UZCAGQCP.js} +3 -3
- package/dist/{chunk-DZDMMWMA.js.map → chunk-UZCAGQCP.js.map} +1 -1
- package/dist/{chunk-MGEBT2TA.cjs → chunk-WPYZUO5P.cjs} +4 -4
- package/dist/{chunk-MGEBT2TA.cjs.map → chunk-WPYZUO5P.cjs.map} +1 -1
- package/dist/{chunk-ROWKALJ6.js → chunk-YMHVUGTM.js} +3 -3
- package/dist/{chunk-ROWKALJ6.js.map → chunk-YMHVUGTM.js.map} +1 -1
- package/dist/{chunk-ATHHKW7H.js → chunk-YRRJWUCV.js} +3 -3
- package/dist/{chunk-ATHHKW7H.js.map → chunk-YRRJWUCV.js.map} +1 -1
- package/dist/index.cjs +33 -33
- package/dist/index.js +8 -8
- package/dist/loop/index.cjs +2 -2
- 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 +4 -4
- package/dist/memory/index.js +1 -1
- package/dist/processors/index.cjs +11 -11
- package/dist/processors/index.js +1 -1
- package/dist/relevance/index.cjs +4 -4
- package/dist/relevance/index.js +1 -1
- package/dist/scores/index.cjs +4 -4
- package/dist/scores/index.js +1 -1
- package/dist/scores/scoreTraces/index.cjs +6 -6
- package/dist/scores/scoreTraces/index.js +2 -2
- package/dist/storage/index.cjs +3 -3
- package/dist/storage/index.js +1 -1
- package/dist/stream/index.cjs +11 -11
- package/dist/stream/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 +14 -14
- package/dist/workflows/index.js +1 -1
- package/dist/workflows/legacy/index.cjs +22 -22
- package/dist/workflows/legacy/index.js +1 -1
- package/package.json +3 -3
- package/dist/chunk-4KFLI6P3.js.map +0 -1
- package/dist/chunk-U3JPTEAU.cjs.map +0 -1
package/dist/agent/index.cjs
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkRZ4GHIRV_cjs = require('../chunk-RZ4GHIRV.cjs');
|
|
4
|
+
var chunkAXYN5P4Y_cjs = require('../chunk-AXYN5P4Y.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "Agent", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkRZ4GHIRV_cjs.Agent; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "LanguageDetectorInputProcessor", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkRZ4GHIRV_cjs.LanguageDetectorInputProcessor; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "ModerationInputProcessor", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkRZ4GHIRV_cjs.ModerationInputProcessor; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "PIIDetectorInputProcessor", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkRZ4GHIRV_cjs.PIIDetectorInputProcessor; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "PromptInjectionDetectorInputProcessor", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkRZ4GHIRV_cjs.PromptInjectionDetectorInputProcessor; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "TripWire", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkRZ4GHIRV_cjs.TripWire; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "UnicodeNormalizerInputProcessor", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkRZ4GHIRV_cjs.UnicodeNormalizerInputProcessor; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "tryGenerateWithJsonFallback", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkRZ4GHIRV_cjs.tryGenerateWithJsonFallback; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "tryStreamWithJsonFallback", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkRZ4GHIRV_cjs.tryStreamWithJsonFallback; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "MessageList", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkAXYN5P4Y_cjs.MessageList; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "convertMessages", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkAXYN5P4Y_cjs.convertMessages; }
|
|
51
51
|
});
|
|
52
52
|
//# sourceMappingURL=index.cjs.map
|
|
53
53
|
//# sourceMappingURL=index.cjs.map
|
package/dist/agent/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Agent, LanguageDetectorInputProcessor, ModerationInputProcessor, PIIDetectorInputProcessor, PromptInjectionDetectorInputProcessor, TripWire, UnicodeNormalizerInputProcessor, tryGenerateWithJsonFallback, tryStreamWithJsonFallback } from '../chunk-
|
|
2
|
-
export { MessageList, convertMessages } from '../chunk-
|
|
1
|
+
export { Agent, LanguageDetectorInputProcessor, ModerationInputProcessor, PIIDetectorInputProcessor, PromptInjectionDetectorInputProcessor, TripWire, UnicodeNormalizerInputProcessor, tryGenerateWithJsonFallback, tryStreamWithJsonFallback } from '../chunk-TWTYYRSV.js';
|
|
2
|
+
export { MessageList, convertMessages } from '../chunk-GJSPBKAD.js';
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkRZ4GHIRV_cjs = require('../../chunk-RZ4GHIRV.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "LanguageDetectorInputProcessor", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkRZ4GHIRV_cjs.LanguageDetectorInputProcessor; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "ModerationInputProcessor", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkRZ4GHIRV_cjs.ModerationInputProcessor; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "PIIDetectorInputProcessor", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkRZ4GHIRV_cjs.PIIDetectorInputProcessor; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "PromptInjectionDetectorInputProcessor", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkRZ4GHIRV_cjs.PromptInjectionDetectorInputProcessor; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "UnicodeNormalizerInputProcessor", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkRZ4GHIRV_cjs.UnicodeNormalizerInputProcessor; }
|
|
26
26
|
});
|
|
27
27
|
//# sourceMappingURL=index.cjs.map
|
|
28
28
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { LanguageDetectorInputProcessor, ModerationInputProcessor, PIIDetectorInputProcessor, PromptInjectionDetectorInputProcessor, UnicodeNormalizerInputProcessor } from '../../chunk-
|
|
1
|
+
export { LanguageDetectorInputProcessor, ModerationInputProcessor, PIIDetectorInputProcessor, PromptInjectionDetectorInputProcessor, UnicodeNormalizerInputProcessor } from '../../chunk-TWTYYRSV.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"convert-to-mastra-v1.d.ts","sourceRoot":"","sources":["../../../../src/agent/message-list/prompt/convert-to-mastra-v1.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAA0B,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAmDlF,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,KAAK,CAAC,eAAe,CAAC,
|
|
1
|
+
{"version":3,"file":"convert-to-mastra-v1.d.ts","sourceRoot":"","sources":["../../../../src/agent/message-list/prompt/convert-to-mastra-v1.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAA0B,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAmDlF,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,KAAK,CAAC,eAAe,CAAC,qBAmXnE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WorkflowEventProcessor } from './chunk-
|
|
1
|
+
import { WorkflowEventProcessor } from './chunk-UZCAGQCP.js';
|
|
2
2
|
import { saveScorePayloadSchema } from './chunk-DRQRLD5G.js';
|
|
3
3
|
import { augmentWithInit } from './chunk-436FFEF6.js';
|
|
4
4
|
import { PubSub } from './chunk-BVUMKER5.js';
|
|
@@ -6,8 +6,8 @@ import { InstrumentClass, Telemetry } from './chunk-BLUDYAPI.js';
|
|
|
6
6
|
import { registerHook } from './chunk-TTELJD4F.js';
|
|
7
7
|
import { InMemoryServerCache } from './chunk-3NTOFNIU.js';
|
|
8
8
|
import { setupAITracing, getAllAITracing, shutdownAITracingRegistry } from './chunk-PE5PJBH7.js';
|
|
9
|
-
import { MastraError } from './chunk-PZUZNPFM.js';
|
|
10
9
|
import { noopLogger } from './chunk-PFXXH2RP.js';
|
|
10
|
+
import { MastraError } from './chunk-PZUZNPFM.js';
|
|
11
11
|
import { ConsoleLogger, LogLevel } from './chunk-UXG7PYML.js';
|
|
12
12
|
import { __decoratorStart, __decorateElement, __runInitializers } from './chunk-3HXBPDKN.js';
|
|
13
13
|
import { randomUUID } from 'crypto';
|
|
@@ -1696,5 +1696,5 @@ Mastra = /*@__PURE__*/(_ => {
|
|
|
1696
1696
|
})();
|
|
1697
1697
|
|
|
1698
1698
|
export { Mastra };
|
|
1699
|
-
//# sourceMappingURL=chunk-
|
|
1700
|
-
//# sourceMappingURL=chunk-
|
|
1699
|
+
//# sourceMappingURL=chunk-3I7XXWZN.js.map
|
|
1700
|
+
//# sourceMappingURL=chunk-3I7XXWZN.js.map
|