@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.
Files changed (62) hide show
  1. package/dist/agent/index.cjs +13 -13
  2. package/dist/agent/index.js +2 -2
  3. package/dist/agent/input-processor/index.cjs +6 -6
  4. package/dist/agent/input-processor/index.js +1 -1
  5. package/dist/agent/message-list/prompt/convert-to-mastra-v1.d.ts.map +1 -1
  6. package/dist/{chunk-Q6XG7GDC.js → chunk-3I7XXWZN.js} +4 -4
  7. package/dist/{chunk-Q6XG7GDC.js.map → chunk-3I7XXWZN.js.map} +1 -1
  8. package/dist/{chunk-CU4HTLWA.cjs → chunk-3VCLYHY6.cjs} +4 -4
  9. package/dist/{chunk-CU4HTLWA.cjs.map → chunk-3VCLYHY6.cjs.map} +1 -1
  10. package/dist/{chunk-U3JPTEAU.cjs → chunk-AXYN5P4Y.cjs} +30 -16
  11. package/dist/chunk-AXYN5P4Y.cjs.map +1 -0
  12. package/dist/{chunk-AZNEZR7L.cjs → chunk-BSXBT7PY.cjs} +12 -12
  13. package/dist/{chunk-AZNEZR7L.cjs.map → chunk-BSXBT7PY.cjs.map} +1 -1
  14. package/dist/{chunk-JVJRWHA2.js → chunk-DNQ3WTBD.js} +3 -3
  15. package/dist/{chunk-JVJRWHA2.js.map → chunk-DNQ3WTBD.js.map} +1 -1
  16. package/dist/{chunk-4KFLI6P3.js → chunk-GJSPBKAD.js} +30 -16
  17. package/dist/chunk-GJSPBKAD.js.map +1 -0
  18. package/dist/{chunk-WU5GJU3T.cjs → chunk-RZ4GHIRV.cjs} +21 -21
  19. package/dist/{chunk-WU5GJU3T.cjs.map → chunk-RZ4GHIRV.cjs.map} +1 -1
  20. package/dist/{chunk-6FZN2LUN.cjs → chunk-TGKFH6R3.cjs} +9 -9
  21. package/dist/{chunk-6FZN2LUN.cjs.map → chunk-TGKFH6R3.cjs.map} +1 -1
  22. package/dist/{chunk-EGNFOKJB.js → chunk-TWTYYRSV.js} +4 -4
  23. package/dist/{chunk-EGNFOKJB.js.map → chunk-TWTYYRSV.js.map} +1 -1
  24. package/dist/{chunk-2DXW53LD.cjs → chunk-UIPKWM5S.cjs} +5 -5
  25. package/dist/{chunk-2DXW53LD.cjs.map → chunk-UIPKWM5S.cjs.map} +1 -1
  26. package/dist/{chunk-DZDMMWMA.js → chunk-UZCAGQCP.js} +3 -3
  27. package/dist/{chunk-DZDMMWMA.js.map → chunk-UZCAGQCP.js.map} +1 -1
  28. package/dist/{chunk-MGEBT2TA.cjs → chunk-WPYZUO5P.cjs} +4 -4
  29. package/dist/{chunk-MGEBT2TA.cjs.map → chunk-WPYZUO5P.cjs.map} +1 -1
  30. package/dist/{chunk-ROWKALJ6.js → chunk-YMHVUGTM.js} +3 -3
  31. package/dist/{chunk-ROWKALJ6.js.map → chunk-YMHVUGTM.js.map} +1 -1
  32. package/dist/{chunk-ATHHKW7H.js → chunk-YRRJWUCV.js} +3 -3
  33. package/dist/{chunk-ATHHKW7H.js.map → chunk-YRRJWUCV.js.map} +1 -1
  34. package/dist/index.cjs +33 -33
  35. package/dist/index.js +8 -8
  36. package/dist/loop/index.cjs +2 -2
  37. package/dist/loop/index.js +1 -1
  38. package/dist/mastra/index.cjs +2 -2
  39. package/dist/mastra/index.js +1 -1
  40. package/dist/memory/index.cjs +4 -4
  41. package/dist/memory/index.js +1 -1
  42. package/dist/processors/index.cjs +11 -11
  43. package/dist/processors/index.js +1 -1
  44. package/dist/relevance/index.cjs +4 -4
  45. package/dist/relevance/index.js +1 -1
  46. package/dist/scores/index.cjs +4 -4
  47. package/dist/scores/index.js +1 -1
  48. package/dist/scores/scoreTraces/index.cjs +6 -6
  49. package/dist/scores/scoreTraces/index.js +2 -2
  50. package/dist/storage/index.cjs +3 -3
  51. package/dist/storage/index.js +1 -1
  52. package/dist/stream/index.cjs +11 -11
  53. package/dist/stream/index.js +2 -2
  54. package/dist/workflows/evented/index.cjs +10 -10
  55. package/dist/workflows/evented/index.js +1 -1
  56. package/dist/workflows/index.cjs +14 -14
  57. package/dist/workflows/index.js +1 -1
  58. package/dist/workflows/legacy/index.cjs +22 -22
  59. package/dist/workflows/legacy/index.js +1 -1
  60. package/package.json +3 -3
  61. package/dist/chunk-4KFLI6P3.js.map +0 -1
  62. package/dist/chunk-U3JPTEAU.cjs.map +0 -1
@@ -1,53 +1,53 @@
1
1
  'use strict';
2
2
 
3
- var chunkWU5GJU3T_cjs = require('../chunk-WU5GJU3T.cjs');
4
- var chunkU3JPTEAU_cjs = require('../chunk-U3JPTEAU.cjs');
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 chunkWU5GJU3T_cjs.Agent; }
10
+ get: function () { return chunkRZ4GHIRV_cjs.Agent; }
11
11
  });
12
12
  Object.defineProperty(exports, "LanguageDetectorInputProcessor", {
13
13
  enumerable: true,
14
- get: function () { return chunkWU5GJU3T_cjs.LanguageDetectorInputProcessor; }
14
+ get: function () { return chunkRZ4GHIRV_cjs.LanguageDetectorInputProcessor; }
15
15
  });
16
16
  Object.defineProperty(exports, "ModerationInputProcessor", {
17
17
  enumerable: true,
18
- get: function () { return chunkWU5GJU3T_cjs.ModerationInputProcessor; }
18
+ get: function () { return chunkRZ4GHIRV_cjs.ModerationInputProcessor; }
19
19
  });
20
20
  Object.defineProperty(exports, "PIIDetectorInputProcessor", {
21
21
  enumerable: true,
22
- get: function () { return chunkWU5GJU3T_cjs.PIIDetectorInputProcessor; }
22
+ get: function () { return chunkRZ4GHIRV_cjs.PIIDetectorInputProcessor; }
23
23
  });
24
24
  Object.defineProperty(exports, "PromptInjectionDetectorInputProcessor", {
25
25
  enumerable: true,
26
- get: function () { return chunkWU5GJU3T_cjs.PromptInjectionDetectorInputProcessor; }
26
+ get: function () { return chunkRZ4GHIRV_cjs.PromptInjectionDetectorInputProcessor; }
27
27
  });
28
28
  Object.defineProperty(exports, "TripWire", {
29
29
  enumerable: true,
30
- get: function () { return chunkWU5GJU3T_cjs.TripWire; }
30
+ get: function () { return chunkRZ4GHIRV_cjs.TripWire; }
31
31
  });
32
32
  Object.defineProperty(exports, "UnicodeNormalizerInputProcessor", {
33
33
  enumerable: true,
34
- get: function () { return chunkWU5GJU3T_cjs.UnicodeNormalizerInputProcessor; }
34
+ get: function () { return chunkRZ4GHIRV_cjs.UnicodeNormalizerInputProcessor; }
35
35
  });
36
36
  Object.defineProperty(exports, "tryGenerateWithJsonFallback", {
37
37
  enumerable: true,
38
- get: function () { return chunkWU5GJU3T_cjs.tryGenerateWithJsonFallback; }
38
+ get: function () { return chunkRZ4GHIRV_cjs.tryGenerateWithJsonFallback; }
39
39
  });
40
40
  Object.defineProperty(exports, "tryStreamWithJsonFallback", {
41
41
  enumerable: true,
42
- get: function () { return chunkWU5GJU3T_cjs.tryStreamWithJsonFallback; }
42
+ get: function () { return chunkRZ4GHIRV_cjs.tryStreamWithJsonFallback; }
43
43
  });
44
44
  Object.defineProperty(exports, "MessageList", {
45
45
  enumerable: true,
46
- get: function () { return chunkU3JPTEAU_cjs.MessageList; }
46
+ get: function () { return chunkAXYN5P4Y_cjs.MessageList; }
47
47
  });
48
48
  Object.defineProperty(exports, "convertMessages", {
49
49
  enumerable: true,
50
- get: function () { return chunkU3JPTEAU_cjs.convertMessages; }
50
+ get: function () { return chunkAXYN5P4Y_cjs.convertMessages; }
51
51
  });
52
52
  //# sourceMappingURL=index.cjs.map
53
53
  //# sourceMappingURL=index.cjs.map
@@ -1,4 +1,4 @@
1
- export { Agent, LanguageDetectorInputProcessor, ModerationInputProcessor, PIIDetectorInputProcessor, PromptInjectionDetectorInputProcessor, TripWire, UnicodeNormalizerInputProcessor, tryGenerateWithJsonFallback, tryStreamWithJsonFallback } from '../chunk-EGNFOKJB.js';
2
- export { MessageList, convertMessages } from '../chunk-4KFLI6P3.js';
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 chunkWU5GJU3T_cjs = require('../../chunk-WU5GJU3T.cjs');
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 chunkWU5GJU3T_cjs.LanguageDetectorInputProcessor; }
9
+ get: function () { return chunkRZ4GHIRV_cjs.LanguageDetectorInputProcessor; }
10
10
  });
11
11
  Object.defineProperty(exports, "ModerationInputProcessor", {
12
12
  enumerable: true,
13
- get: function () { return chunkWU5GJU3T_cjs.ModerationInputProcessor; }
13
+ get: function () { return chunkRZ4GHIRV_cjs.ModerationInputProcessor; }
14
14
  });
15
15
  Object.defineProperty(exports, "PIIDetectorInputProcessor", {
16
16
  enumerable: true,
17
- get: function () { return chunkWU5GJU3T_cjs.PIIDetectorInputProcessor; }
17
+ get: function () { return chunkRZ4GHIRV_cjs.PIIDetectorInputProcessor; }
18
18
  });
19
19
  Object.defineProperty(exports, "PromptInjectionDetectorInputProcessor", {
20
20
  enumerable: true,
21
- get: function () { return chunkWU5GJU3T_cjs.PromptInjectionDetectorInputProcessor; }
21
+ get: function () { return chunkRZ4GHIRV_cjs.PromptInjectionDetectorInputProcessor; }
22
22
  });
23
23
  Object.defineProperty(exports, "UnicodeNormalizerInputProcessor", {
24
24
  enumerable: true,
25
- get: function () { return chunkWU5GJU3T_cjs.UnicodeNormalizerInputProcessor; }
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-EGNFOKJB.js';
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,qBA4VnE"}
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-DZDMMWMA.js';
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-Q6XG7GDC.js.map
1700
- //# sourceMappingURL=chunk-Q6XG7GDC.js.map
1699
+ //# sourceMappingURL=chunk-3I7XXWZN.js.map
1700
+ //# sourceMappingURL=chunk-3I7XXWZN.js.map