@mastra/core 0.23.2-alpha.1 → 0.23.3

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 (98) hide show
  1. package/CHANGELOG.md +115 -0
  2. package/dist/agent/index.cjs +13 -13
  3. package/dist/agent/index.js +2 -2
  4. package/dist/agent/input-processor/index.cjs +6 -6
  5. package/dist/agent/input-processor/index.js +1 -1
  6. package/dist/ai-tracing/index.cjs +36 -36
  7. package/dist/ai-tracing/index.js +1 -1
  8. package/dist/{chunk-KPJGR6YE.cjs → chunk-5KNLBUBH.cjs} +55 -55
  9. package/dist/chunk-5KNLBUBH.cjs.map +1 -0
  10. package/dist/{chunk-PFRQP22W.js → chunk-6C7VGVK4.js} +5 -5
  11. package/dist/{chunk-PFRQP22W.js.map → chunk-6C7VGVK4.js.map} +1 -1
  12. package/dist/{chunk-PC66YVU2.cjs → chunk-6KO3VDTF.cjs} +4 -4
  13. package/dist/{chunk-PC66YVU2.cjs.map → chunk-6KO3VDTF.cjs.map} +1 -1
  14. package/dist/{chunk-CL6Z33KH.cjs → chunk-7J3XX4AO.cjs} +86 -12
  15. package/dist/chunk-7J3XX4AO.cjs.map +1 -0
  16. package/dist/{chunk-PC6XLPN6.js → chunk-DTTOVV72.js} +4 -4
  17. package/dist/{chunk-PC6XLPN6.js.map → chunk-DTTOVV72.js.map} +1 -1
  18. package/dist/{chunk-G627JTDD.js → chunk-E3PG7G6E.js} +3 -3
  19. package/dist/{chunk-G627JTDD.js.map → chunk-E3PG7G6E.js.map} +1 -1
  20. package/dist/{chunk-Y2M35YNB.js → chunk-EEPYVE6F.js} +19 -19
  21. package/dist/chunk-EEPYVE6F.js.map +1 -0
  22. package/dist/{chunk-ICGCDCJE.js → chunk-FHVFGVIO.js} +85 -11
  23. package/dist/chunk-FHVFGVIO.js.map +1 -0
  24. package/dist/{chunk-KYGQ36G7.cjs → chunk-HEQTUMUA.cjs} +8 -8
  25. package/dist/{chunk-KYGQ36G7.cjs.map → chunk-HEQTUMUA.cjs.map} +1 -1
  26. package/dist/{chunk-EEU36GPI.js → chunk-KAEQISOW.js} +3 -3
  27. package/dist/{chunk-EEU36GPI.js.map → chunk-KAEQISOW.js.map} +1 -1
  28. package/dist/{chunk-E4FTCZ22.cjs → chunk-MCASUJWY.cjs} +6 -6
  29. package/dist/{chunk-E4FTCZ22.cjs.map → chunk-MCASUJWY.cjs.map} +1 -1
  30. package/dist/{chunk-SSUYDJ33.js → chunk-MDOGD62Q.js} +6 -6
  31. package/dist/{chunk-SSUYDJ33.js.map → chunk-MDOGD62Q.js.map} +1 -1
  32. package/dist/{chunk-DXURMKD6.cjs → chunk-MJMID7LX.cjs} +4 -4
  33. package/dist/{chunk-DXURMKD6.cjs.map → chunk-MJMID7LX.cjs.map} +1 -1
  34. package/dist/{chunk-TBSOTUXP.cjs → chunk-MXJRZZEC.cjs} +11 -11
  35. package/dist/{chunk-TBSOTUXP.cjs.map → chunk-MXJRZZEC.cjs.map} +1 -1
  36. package/dist/{chunk-6JZPTKZS.js → chunk-NDKL6C5J.js} +4 -4
  37. package/dist/{chunk-6JZPTKZS.js.map → chunk-NDKL6C5J.js.map} +1 -1
  38. package/dist/{chunk-HWB3BXCB.cjs → chunk-NGT4TTOQ.cjs} +13 -13
  39. package/dist/{chunk-HWB3BXCB.cjs.map → chunk-NGT4TTOQ.cjs.map} +1 -1
  40. package/dist/{chunk-KR7Z74UQ.js → chunk-NR77P3TK.js} +3 -3
  41. package/dist/{chunk-KR7Z74UQ.js.map → chunk-NR77P3TK.js.map} +1 -1
  42. package/dist/{chunk-4JDICTTI.cjs → chunk-P35FNLTQ.cjs} +4 -4
  43. package/dist/{chunk-4JDICTTI.cjs.map → chunk-P35FNLTQ.cjs.map} +1 -1
  44. package/dist/{chunk-E6B7LJNW.js → chunk-PXP7ESSG.js} +4 -4
  45. package/dist/{chunk-E6B7LJNW.js.map → chunk-PXP7ESSG.js.map} +1 -1
  46. package/dist/{chunk-5STM6FQO.js → chunk-TIH46IMO.js} +3 -3
  47. package/dist/{chunk-5STM6FQO.js.map → chunk-TIH46IMO.js.map} +1 -1
  48. package/dist/{chunk-TXXVTUOF.cjs → chunk-UZKIGB7M.cjs} +4 -4
  49. package/dist/{chunk-TXXVTUOF.cjs.map → chunk-UZKIGB7M.cjs.map} +1 -1
  50. package/dist/{chunk-HVAUEU7R.cjs → chunk-X2HARMRO.cjs} +13 -13
  51. package/dist/{chunk-HVAUEU7R.cjs.map → chunk-X2HARMRO.cjs.map} +1 -1
  52. package/dist/index.cjs +62 -62
  53. package/dist/index.js +9 -9
  54. package/dist/llm/index.cjs +7 -7
  55. package/dist/llm/index.js +1 -1
  56. package/dist/llm/model/provider-types.generated.d.ts +36 -3
  57. package/dist/loop/index.cjs +2 -2
  58. package/dist/loop/index.js +1 -1
  59. package/dist/mastra/index.cjs +2 -2
  60. package/dist/mastra/index.js +1 -1
  61. package/dist/memory/index.cjs +4 -4
  62. package/dist/memory/index.js +1 -1
  63. package/dist/processors/index.cjs +11 -11
  64. package/dist/processors/index.js +1 -1
  65. package/dist/processors/runner.d.ts.map +1 -1
  66. package/dist/provider-registry.json +83 -9
  67. package/dist/relevance/index.cjs +4 -4
  68. package/dist/relevance/index.js +1 -1
  69. package/dist/scores/index.cjs +9 -9
  70. package/dist/scores/index.js +2 -2
  71. package/dist/scores/scoreTraces/index.cjs +8 -8
  72. package/dist/scores/scoreTraces/index.js +3 -3
  73. package/dist/storage/index.cjs +3 -3
  74. package/dist/storage/index.js +1 -1
  75. package/dist/stream/RunOutput.d.ts.map +1 -1
  76. package/dist/stream/index.cjs +11 -11
  77. package/dist/stream/index.js +2 -2
  78. package/dist/test-utils/llm-mock.cjs +2 -2
  79. package/dist/test-utils/llm-mock.js +1 -1
  80. package/dist/utils.cjs +17 -17
  81. package/dist/utils.js +1 -1
  82. package/dist/workflows/default.d.ts +9 -4
  83. package/dist/workflows/default.d.ts.map +1 -1
  84. package/dist/workflows/evented/index.cjs +10 -10
  85. package/dist/workflows/evented/index.js +1 -1
  86. package/dist/workflows/index.cjs +14 -14
  87. package/dist/workflows/index.js +1 -1
  88. package/dist/workflows/legacy/index.cjs +22 -22
  89. package/dist/workflows/legacy/index.js +1 -1
  90. package/dist/workflows/types.d.ts +16 -4
  91. package/dist/workflows/types.d.ts.map +1 -1
  92. package/dist/workflows/workflow.d.ts.map +1 -1
  93. package/package.json +5 -5
  94. package/src/llm/model/provider-types.generated.d.ts +36 -3
  95. package/dist/chunk-CL6Z33KH.cjs.map +0 -1
  96. package/dist/chunk-ICGCDCJE.js.map +0 -1
  97. package/dist/chunk-KPJGR6YE.cjs.map +0 -1
  98. package/dist/chunk-Y2M35YNB.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,120 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.23.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Allow resuming nested workflow step with chained id ([#9464](https://github.com/mastra-ai/mastra/pull/9464))
8
+
9
+ Example, you have a workflow like this
10
+
11
+ ```
12
+ export const supportWorkflow = mainWorkflow.then(nestedWorkflow).commit();
13
+ ```
14
+
15
+ And a step in `nestedWorkflow` is supsended, you can now also resume it any of these ways:
16
+
17
+ ```
18
+ run.resume({
19
+ step: "nestedWorkflow.suspendedStep", //chained nested workflow step id and suspended step id
20
+ //other resume params
21
+ })
22
+ ```
23
+
24
+ OR
25
+
26
+ ```
27
+ run.resume({
28
+ step: "nestedWorkflow", // just the nested workflow step/step id
29
+ //other resume params
30
+ })
31
+ ```
32
+
33
+ - Fix creating system messages from inside processors using processInput. ([#9476](https://github.com/mastra-ai/mastra/pull/9476))
34
+
35
+ - Prevent changing workflow status to suspended when some parallel steps are still running ([#9460](https://github.com/mastra-ai/mastra/pull/9460))
36
+
37
+ ## 0.23.3-alpha.0
38
+
39
+ ### Patch Changes
40
+
41
+ - Allow resuming nested workflow step with chained id ([#9464](https://github.com/mastra-ai/mastra/pull/9464))
42
+
43
+ Example, you have a workflow like this
44
+
45
+ ```
46
+ export const supportWorkflow = mainWorkflow.then(nestedWorkflow).commit();
47
+ ```
48
+
49
+ And a step in `nestedWorkflow` is supsended, you can now also resume it any of these ways:
50
+
51
+ ```
52
+ run.resume({
53
+ step: "nestedWorkflow.suspendedStep", //chained nested workflow step id and suspended step id
54
+ //other resume params
55
+ })
56
+ ```
57
+
58
+ OR
59
+
60
+ ```
61
+ run.resume({
62
+ step: "nestedWorkflow", // just the nested workflow step/step id
63
+ //other resume params
64
+ })
65
+ ```
66
+
67
+ - Fix creating system messages from inside processors using processInput. ([#9476](https://github.com/mastra-ai/mastra/pull/9476))
68
+
69
+ - Prevent changing workflow status to suspended when some parallel steps are still running ([#9460](https://github.com/mastra-ai/mastra/pull/9460))
70
+
71
+ ## 0.23.2
72
+
73
+ ### Patch Changes
74
+
75
+ - Fix agent onChunk callback receiving wrapped chunk instead of direct chunk ([#9402](https://github.com/mastra-ai/mastra/pull/9402))
76
+
77
+ - Ensure model_generation spans end before agent_run spans. ([#9393](https://github.com/mastra-ai/mastra/pull/9393))
78
+
79
+ - Fix OpenAI schema validation errors in processors ([#9400](https://github.com/mastra-ai/mastra/pull/9400))
80
+
81
+ - Don't call `os.homedir()` at top level (but lazy invoke it) to accommodate sandboxed environments ([#9357](https://github.com/mastra-ai/mastra/pull/9357))
82
+
83
+ - Detect thenable objects returned by AI model providers ([#9414](https://github.com/mastra-ai/mastra/pull/9414))
84
+
85
+ - Bug fix: Use input processors that are passed in generate or stream agent options rather than always defaulting to the processors set on the Agent class. ([#9422](https://github.com/mastra-ai/mastra/pull/9422))
86
+
87
+ - Fix tool input validation to use schema-compat transformed schemas ([#9360](https://github.com/mastra-ai/mastra/pull/9360))
88
+
89
+ Previously, tool input validation used the original Zod schema while the LLM received a schema-compat transformed version. This caused validation failures when LLMs (like OpenAI o3 or Claude 3.5 Haiku) sent arguments matching the transformed schema but not the original.
90
+
91
+ For example:
92
+ - OpenAI o3 reasoning models convert `.optional()` to `.nullable()`, sending `null` values
93
+ - Claude 3.5 Haiku strips `min`/`max` string constraints, sending shorter strings
94
+ - Validation would reject these valid responses because it checked against the original schema
95
+
96
+ The fix ensures validation uses the same schema-compat processed schema that was sent to the LLM, eliminating this mismatch.
97
+
98
+ - Add import for WritableStream in execution-engine and dedupe llm.getModel in agent.ts ([#9341](https://github.com/mastra-ai/mastra/pull/9341))
99
+
100
+ - pass writableStream parameter to workflow execution ([#9339](https://github.com/mastra-ai/mastra/pull/9339))
101
+
102
+ - Save correct status in snapshot for all workflow parallel steps. ([#9398](https://github.com/mastra-ai/mastra/pull/9398))
103
+ This ensures when you poll workflow run result using `getWorkflowRunExecutionResult(runId)`, you get the right status for all parallel steps
104
+
105
+ - Add ability to pass agent options when wrapping an agent with createStep. This allows configuring agent execution settings when using agents as workflow steps. ([#9359](https://github.com/mastra-ai/mastra/pull/9359))
106
+
107
+ - Fix network loop iteration counter and usage promise handling: ([#9415](https://github.com/mastra-ai/mastra/pull/9415))
108
+ - Fixed iteration counter in network loop that was stuck at 0 due to falsy check. Properly handled zero values to ensure maxSteps is correctly enforced.
109
+ - Fixed usage promise resolution in RunOutput stream by properly resolving or rejecting the promise on stream close, preventing hanging promises when streams complete.
110
+
111
+ - Workflow validation zod v4 support ([#9363](https://github.com/mastra-ai/mastra/pull/9363))
112
+
113
+ - Fix usage tracking with agent network ([#9413](https://github.com/mastra-ai/mastra/pull/9413))
114
+
115
+ - Updated dependencies [[`6bb26c4`](https://github.com/mastra-ai/mastra/commit/6bb26c4e82795d70515577a7cbd1e186c07ccf24), [`8d8f674`](https://github.com/mastra-ai/mastra/commit/8d8f67428ad1bcc944e2666179c886bae80120f5)]:
116
+ - @mastra/schema-compat@0.11.6
117
+
3
118
  ## 0.23.2-alpha.1
4
119
 
5
120
  ### Patch Changes
@@ -1,53 +1,53 @@
1
1
  'use strict';
2
2
 
3
- var chunkKPJGR6YE_cjs = require('../chunk-KPJGR6YE.cjs');
4
- var chunkDXURMKD6_cjs = require('../chunk-DXURMKD6.cjs');
3
+ var chunk5KNLBUBH_cjs = require('../chunk-5KNLBUBH.cjs');
4
+ var chunkMJMID7LX_cjs = require('../chunk-MJMID7LX.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "Agent", {
9
9
  enumerable: true,
10
- get: function () { return chunkKPJGR6YE_cjs.Agent; }
10
+ get: function () { return chunk5KNLBUBH_cjs.Agent; }
11
11
  });
12
12
  Object.defineProperty(exports, "LanguageDetectorInputProcessor", {
13
13
  enumerable: true,
14
- get: function () { return chunkKPJGR6YE_cjs.LanguageDetectorInputProcessor; }
14
+ get: function () { return chunk5KNLBUBH_cjs.LanguageDetectorInputProcessor; }
15
15
  });
16
16
  Object.defineProperty(exports, "ModerationInputProcessor", {
17
17
  enumerable: true,
18
- get: function () { return chunkKPJGR6YE_cjs.ModerationInputProcessor; }
18
+ get: function () { return chunk5KNLBUBH_cjs.ModerationInputProcessor; }
19
19
  });
20
20
  Object.defineProperty(exports, "PIIDetectorInputProcessor", {
21
21
  enumerable: true,
22
- get: function () { return chunkKPJGR6YE_cjs.PIIDetectorInputProcessor; }
22
+ get: function () { return chunk5KNLBUBH_cjs.PIIDetectorInputProcessor; }
23
23
  });
24
24
  Object.defineProperty(exports, "PromptInjectionDetectorInputProcessor", {
25
25
  enumerable: true,
26
- get: function () { return chunkKPJGR6YE_cjs.PromptInjectionDetectorInputProcessor; }
26
+ get: function () { return chunk5KNLBUBH_cjs.PromptInjectionDetectorInputProcessor; }
27
27
  });
28
28
  Object.defineProperty(exports, "TripWire", {
29
29
  enumerable: true,
30
- get: function () { return chunkKPJGR6YE_cjs.TripWire; }
30
+ get: function () { return chunk5KNLBUBH_cjs.TripWire; }
31
31
  });
32
32
  Object.defineProperty(exports, "UnicodeNormalizerInputProcessor", {
33
33
  enumerable: true,
34
- get: function () { return chunkKPJGR6YE_cjs.UnicodeNormalizerInputProcessor; }
34
+ get: function () { return chunk5KNLBUBH_cjs.UnicodeNormalizerInputProcessor; }
35
35
  });
36
36
  Object.defineProperty(exports, "tryGenerateWithJsonFallback", {
37
37
  enumerable: true,
38
- get: function () { return chunkKPJGR6YE_cjs.tryGenerateWithJsonFallback; }
38
+ get: function () { return chunk5KNLBUBH_cjs.tryGenerateWithJsonFallback; }
39
39
  });
40
40
  Object.defineProperty(exports, "tryStreamWithJsonFallback", {
41
41
  enumerable: true,
42
- get: function () { return chunkKPJGR6YE_cjs.tryStreamWithJsonFallback; }
42
+ get: function () { return chunk5KNLBUBH_cjs.tryStreamWithJsonFallback; }
43
43
  });
44
44
  Object.defineProperty(exports, "MessageList", {
45
45
  enumerable: true,
46
- get: function () { return chunkDXURMKD6_cjs.MessageList; }
46
+ get: function () { return chunkMJMID7LX_cjs.MessageList; }
47
47
  });
48
48
  Object.defineProperty(exports, "convertMessages", {
49
49
  enumerable: true,
50
- get: function () { return chunkDXURMKD6_cjs.convertMessages; }
50
+ get: function () { return chunkMJMID7LX_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-Y2M35YNB.js';
2
- export { MessageList, convertMessages } from '../chunk-G627JTDD.js';
1
+ export { Agent, LanguageDetectorInputProcessor, ModerationInputProcessor, PIIDetectorInputProcessor, PromptInjectionDetectorInputProcessor, TripWire, UnicodeNormalizerInputProcessor, tryGenerateWithJsonFallback, tryStreamWithJsonFallback } from '../chunk-EEPYVE6F.js';
2
+ export { MessageList, convertMessages } from '../chunk-E3PG7G6E.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 chunkKPJGR6YE_cjs = require('../../chunk-KPJGR6YE.cjs');
3
+ var chunk5KNLBUBH_cjs = require('../../chunk-5KNLBUBH.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "LanguageDetectorInputProcessor", {
8
8
  enumerable: true,
9
- get: function () { return chunkKPJGR6YE_cjs.LanguageDetectorInputProcessor; }
9
+ get: function () { return chunk5KNLBUBH_cjs.LanguageDetectorInputProcessor; }
10
10
  });
11
11
  Object.defineProperty(exports, "ModerationInputProcessor", {
12
12
  enumerable: true,
13
- get: function () { return chunkKPJGR6YE_cjs.ModerationInputProcessor; }
13
+ get: function () { return chunk5KNLBUBH_cjs.ModerationInputProcessor; }
14
14
  });
15
15
  Object.defineProperty(exports, "PIIDetectorInputProcessor", {
16
16
  enumerable: true,
17
- get: function () { return chunkKPJGR6YE_cjs.PIIDetectorInputProcessor; }
17
+ get: function () { return chunk5KNLBUBH_cjs.PIIDetectorInputProcessor; }
18
18
  });
19
19
  Object.defineProperty(exports, "PromptInjectionDetectorInputProcessor", {
20
20
  enumerable: true,
21
- get: function () { return chunkKPJGR6YE_cjs.PromptInjectionDetectorInputProcessor; }
21
+ get: function () { return chunk5KNLBUBH_cjs.PromptInjectionDetectorInputProcessor; }
22
22
  });
23
23
  Object.defineProperty(exports, "UnicodeNormalizerInputProcessor", {
24
24
  enumerable: true,
25
- get: function () { return chunkKPJGR6YE_cjs.UnicodeNormalizerInputProcessor; }
25
+ get: function () { return chunk5KNLBUBH_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-Y2M35YNB.js';
1
+ export { LanguageDetectorInputProcessor, ModerationInputProcessor, PIIDetectorInputProcessor, PromptInjectionDetectorInputProcessor, UnicodeNormalizerInputProcessor } from '../../chunk-EEPYVE6F.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map
@@ -1,148 +1,148 @@
1
1
  'use strict';
2
2
 
3
- var chunk4JDICTTI_cjs = require('../chunk-4JDICTTI.cjs');
3
+ var chunkP35FNLTQ_cjs = require('../chunk-P35FNLTQ.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "AISpanType", {
8
8
  enumerable: true,
9
- get: function () { return chunk4JDICTTI_cjs.AISpanType; }
9
+ get: function () { return chunkP35FNLTQ_cjs.AISpanType; }
10
10
  });
11
11
  Object.defineProperty(exports, "AITracingEventType", {
12
12
  enumerable: true,
13
- get: function () { return chunk4JDICTTI_cjs.AITracingEventType; }
13
+ get: function () { return chunkP35FNLTQ_cjs.AITracingEventType; }
14
14
  });
15
15
  Object.defineProperty(exports, "BaseAISpan", {
16
16
  enumerable: true,
17
- get: function () { return chunk4JDICTTI_cjs.BaseAISpan; }
17
+ get: function () { return chunkP35FNLTQ_cjs.BaseAISpan; }
18
18
  });
19
19
  Object.defineProperty(exports, "BaseAITracing", {
20
20
  enumerable: true,
21
- get: function () { return chunk4JDICTTI_cjs.BaseAITracing; }
21
+ get: function () { return chunkP35FNLTQ_cjs.BaseAITracing; }
22
22
  });
23
23
  Object.defineProperty(exports, "BaseExporter", {
24
24
  enumerable: true,
25
- get: function () { return chunk4JDICTTI_cjs.BaseExporter; }
25
+ get: function () { return chunkP35FNLTQ_cjs.BaseExporter; }
26
26
  });
27
27
  Object.defineProperty(exports, "CloudExporter", {
28
28
  enumerable: true,
29
- get: function () { return chunk4JDICTTI_cjs.CloudExporter; }
29
+ get: function () { return chunkP35FNLTQ_cjs.CloudExporter; }
30
30
  });
31
31
  Object.defineProperty(exports, "ConsoleExporter", {
32
32
  enumerable: true,
33
- get: function () { return chunk4JDICTTI_cjs.ConsoleExporter; }
33
+ get: function () { return chunkP35FNLTQ_cjs.ConsoleExporter; }
34
34
  });
35
35
  Object.defineProperty(exports, "DefaultAISpan", {
36
36
  enumerable: true,
37
- get: function () { return chunk4JDICTTI_cjs.DefaultAISpan; }
37
+ get: function () { return chunkP35FNLTQ_cjs.DefaultAISpan; }
38
38
  });
39
39
  Object.defineProperty(exports, "DefaultAITracing", {
40
40
  enumerable: true,
41
- get: function () { return chunk4JDICTTI_cjs.DefaultAITracing; }
41
+ get: function () { return chunkP35FNLTQ_cjs.DefaultAITracing; }
42
42
  });
43
43
  Object.defineProperty(exports, "DefaultExporter", {
44
44
  enumerable: true,
45
- get: function () { return chunk4JDICTTI_cjs.DefaultExporter; }
45
+ get: function () { return chunkP35FNLTQ_cjs.DefaultExporter; }
46
46
  });
47
47
  Object.defineProperty(exports, "InternalSpans", {
48
48
  enumerable: true,
49
- get: function () { return chunk4JDICTTI_cjs.InternalSpans; }
49
+ get: function () { return chunkP35FNLTQ_cjs.InternalSpans; }
50
50
  });
51
51
  Object.defineProperty(exports, "ModelSpanTracker", {
52
52
  enumerable: true,
53
- get: function () { return chunk4JDICTTI_cjs.ModelSpanTracker; }
53
+ get: function () { return chunkP35FNLTQ_cjs.ModelSpanTracker; }
54
54
  });
55
55
  Object.defineProperty(exports, "NoOpAISpan", {
56
56
  enumerable: true,
57
- get: function () { return chunk4JDICTTI_cjs.NoOpAISpan; }
57
+ get: function () { return chunkP35FNLTQ_cjs.NoOpAISpan; }
58
58
  });
59
59
  Object.defineProperty(exports, "SamplingStrategyType", {
60
60
  enumerable: true,
61
- get: function () { return chunk4JDICTTI_cjs.SamplingStrategyType; }
61
+ get: function () { return chunkP35FNLTQ_cjs.SamplingStrategyType; }
62
62
  });
63
63
  Object.defineProperty(exports, "SensitiveDataFilter", {
64
64
  enumerable: true,
65
- get: function () { return chunk4JDICTTI_cjs.SensitiveDataFilter; }
65
+ get: function () { return chunkP35FNLTQ_cjs.SensitiveDataFilter; }
66
66
  });
67
67
  Object.defineProperty(exports, "clearAITracingRegistry", {
68
68
  enumerable: true,
69
- get: function () { return chunk4JDICTTI_cjs.clearAITracingRegistry; }
69
+ get: function () { return chunkP35FNLTQ_cjs.clearAITracingRegistry; }
70
70
  });
71
71
  Object.defineProperty(exports, "deepClean", {
72
72
  enumerable: true,
73
- get: function () { return chunk4JDICTTI_cjs.deepClean; }
73
+ get: function () { return chunkP35FNLTQ_cjs.deepClean; }
74
74
  });
75
75
  Object.defineProperty(exports, "getAITracing", {
76
76
  enumerable: true,
77
- get: function () { return chunk4JDICTTI_cjs.getAITracing; }
77
+ get: function () { return chunkP35FNLTQ_cjs.getAITracing; }
78
78
  });
79
79
  Object.defineProperty(exports, "getAllAITracing", {
80
80
  enumerable: true,
81
- get: function () { return chunk4JDICTTI_cjs.getAllAITracing; }
81
+ get: function () { return chunkP35FNLTQ_cjs.getAllAITracing; }
82
82
  });
83
83
  Object.defineProperty(exports, "getDefaultAITracing", {
84
84
  enumerable: true,
85
- get: function () { return chunk4JDICTTI_cjs.getDefaultAITracing; }
85
+ get: function () { return chunkP35FNLTQ_cjs.getDefaultAITracing; }
86
86
  });
87
87
  Object.defineProperty(exports, "getNestedValue", {
88
88
  enumerable: true,
89
- get: function () { return chunk4JDICTTI_cjs.getNestedValue; }
89
+ get: function () { return chunkP35FNLTQ_cjs.getNestedValue; }
90
90
  });
91
91
  Object.defineProperty(exports, "getOrCreateSpan", {
92
92
  enumerable: true,
93
- get: function () { return chunk4JDICTTI_cjs.getOrCreateSpan; }
93
+ get: function () { return chunkP35FNLTQ_cjs.getOrCreateSpan; }
94
94
  });
95
95
  Object.defineProperty(exports, "getSelectedAITracing", {
96
96
  enumerable: true,
97
- get: function () { return chunk4JDICTTI_cjs.getSelectedAITracing; }
97
+ get: function () { return chunkP35FNLTQ_cjs.getSelectedAITracing; }
98
98
  });
99
99
  Object.defineProperty(exports, "getValidTraceId", {
100
100
  enumerable: true,
101
- get: function () { return chunk4JDICTTI_cjs.getValidTraceId; }
101
+ get: function () { return chunkP35FNLTQ_cjs.getValidTraceId; }
102
102
  });
103
103
  Object.defineProperty(exports, "hasAITracing", {
104
104
  enumerable: true,
105
- get: function () { return chunk4JDICTTI_cjs.hasAITracing; }
105
+ get: function () { return chunkP35FNLTQ_cjs.hasAITracing; }
106
106
  });
107
107
  Object.defineProperty(exports, "isMastra", {
108
108
  enumerable: true,
109
- get: function () { return chunk4JDICTTI_cjs.isMastra; }
109
+ get: function () { return chunkP35FNLTQ_cjs.isMastra; }
110
110
  });
111
111
  Object.defineProperty(exports, "omitKeys", {
112
112
  enumerable: true,
113
- get: function () { return chunk4JDICTTI_cjs.omitKeys; }
113
+ get: function () { return chunkP35FNLTQ_cjs.omitKeys; }
114
114
  });
115
115
  Object.defineProperty(exports, "registerAITracing", {
116
116
  enumerable: true,
117
- get: function () { return chunk4JDICTTI_cjs.registerAITracing; }
117
+ get: function () { return chunkP35FNLTQ_cjs.registerAITracing; }
118
118
  });
119
119
  Object.defineProperty(exports, "selectFields", {
120
120
  enumerable: true,
121
- get: function () { return chunk4JDICTTI_cjs.selectFields; }
121
+ get: function () { return chunkP35FNLTQ_cjs.selectFields; }
122
122
  });
123
123
  Object.defineProperty(exports, "setNestedValue", {
124
124
  enumerable: true,
125
- get: function () { return chunk4JDICTTI_cjs.setNestedValue; }
125
+ get: function () { return chunkP35FNLTQ_cjs.setNestedValue; }
126
126
  });
127
127
  Object.defineProperty(exports, "setSelector", {
128
128
  enumerable: true,
129
- get: function () { return chunk4JDICTTI_cjs.setSelector; }
129
+ get: function () { return chunkP35FNLTQ_cjs.setSelector; }
130
130
  });
131
131
  Object.defineProperty(exports, "setupAITracing", {
132
132
  enumerable: true,
133
- get: function () { return chunk4JDICTTI_cjs.setupAITracing; }
133
+ get: function () { return chunkP35FNLTQ_cjs.setupAITracing; }
134
134
  });
135
135
  Object.defineProperty(exports, "shutdownAITracingRegistry", {
136
136
  enumerable: true,
137
- get: function () { return chunk4JDICTTI_cjs.shutdownAITracingRegistry; }
137
+ get: function () { return chunkP35FNLTQ_cjs.shutdownAITracingRegistry; }
138
138
  });
139
139
  Object.defineProperty(exports, "unregisterAITracing", {
140
140
  enumerable: true,
141
- get: function () { return chunk4JDICTTI_cjs.unregisterAITracing; }
141
+ get: function () { return chunkP35FNLTQ_cjs.unregisterAITracing; }
142
142
  });
143
143
  Object.defineProperty(exports, "wrapMastra", {
144
144
  enumerable: true,
145
- get: function () { return chunk4JDICTTI_cjs.wrapMastra; }
145
+ get: function () { return chunkP35FNLTQ_cjs.wrapMastra; }
146
146
  });
147
147
  //# sourceMappingURL=index.cjs.map
148
148
  //# sourceMappingURL=index.cjs.map
@@ -1,3 +1,3 @@
1
- export { AISpanType, AITracingEventType, BaseAISpan, BaseAITracing, BaseExporter, CloudExporter, ConsoleExporter, DefaultAISpan, DefaultAITracing, DefaultExporter, InternalSpans, ModelSpanTracker, NoOpAISpan, SamplingStrategyType, SensitiveDataFilter, clearAITracingRegistry, deepClean, getAITracing, getAllAITracing, getDefaultAITracing, getNestedValue, getOrCreateSpan, getSelectedAITracing, getValidTraceId, hasAITracing, isMastra, omitKeys, registerAITracing, selectFields, setNestedValue, setSelector, setupAITracing, shutdownAITracingRegistry, unregisterAITracing, wrapMastra } from '../chunk-PC6XLPN6.js';
1
+ export { AISpanType, AITracingEventType, BaseAISpan, BaseAITracing, BaseExporter, CloudExporter, ConsoleExporter, DefaultAISpan, DefaultAITracing, DefaultExporter, InternalSpans, ModelSpanTracker, NoOpAISpan, SamplingStrategyType, SensitiveDataFilter, clearAITracingRegistry, deepClean, getAITracing, getAllAITracing, getDefaultAITracing, getNestedValue, getOrCreateSpan, getSelectedAITracing, getValidTraceId, hasAITracing, isMastra, omitKeys, registerAITracing, selectFields, setNestedValue, setSelector, setupAITracing, shutdownAITracingRegistry, unregisterAITracing, wrapMastra } from '../chunk-DTTOVV72.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map