@mastra/core 0.6.4 → 0.7.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.
Files changed (59) hide show
  1. package/dist/agent/index.cjs +2 -2
  2. package/dist/agent/index.d.cts +6 -6
  3. package/dist/agent/index.d.ts +6 -6
  4. package/dist/agent/index.js +1 -1
  5. package/dist/{base-DbCjWM67.d.cts → base-6TZjD_gW.d.cts} +560 -516
  6. package/dist/{base-CMQiCwHG.d.ts → base-DYeWJ7uK.d.ts} +560 -516
  7. package/dist/{chunk-B7OACOMS.js → chunk-3PWZCDYW.js} +1 -1
  8. package/dist/{chunk-4OM3F6KZ.cjs → chunk-5T43A3YE.cjs} +7 -0
  9. package/dist/{chunk-3OXCRLRW.js → chunk-5YT3KIH3.js} +7 -0
  10. package/dist/{chunk-YTP2MMIM.cjs → chunk-6ZCLYB53.cjs} +2 -2
  11. package/dist/{chunk-2DKUBXLZ.cjs → chunk-G5HHCEH3.cjs} +2 -2
  12. package/dist/{chunk-YLLXAKL2.cjs → chunk-LOPB4SHX.cjs} +91 -15
  13. package/dist/{chunk-PRNJCD6I.js → chunk-MLWSGLXY.js} +81 -5
  14. package/dist/{chunk-34GSMLRD.js → chunk-QMSSRQVR.js} +1 -1
  15. package/dist/{chunk-ZG35KSBA.js → chunk-X4JHAQSU.js} +242 -23
  16. package/dist/{chunk-33QB276D.cjs → chunk-ZLSEJA42.cjs} +245 -23
  17. package/dist/eval/index.d.cts +5 -5
  18. package/dist/eval/index.d.ts +5 -5
  19. package/dist/index.cjs +49 -37
  20. package/dist/index.d.cts +5 -5
  21. package/dist/index.d.ts +5 -5
  22. package/dist/index.js +6 -6
  23. package/dist/integration/index.d.cts +6 -6
  24. package/dist/integration/index.d.ts +6 -6
  25. package/dist/llm/index.d.cts +8 -8
  26. package/dist/llm/index.d.ts +8 -8
  27. package/dist/mastra/index.d.cts +7 -7
  28. package/dist/mastra/index.d.ts +7 -7
  29. package/dist/memory/index.cjs +2 -2
  30. package/dist/memory/index.d.cts +6 -6
  31. package/dist/memory/index.d.ts +6 -6
  32. package/dist/memory/index.js +1 -1
  33. package/dist/network/index.cjs +12 -12
  34. package/dist/network/index.d.cts +6 -6
  35. package/dist/network/index.d.ts +6 -6
  36. package/dist/network/index.js +11 -11
  37. package/dist/relevance/index.cjs +4 -4
  38. package/dist/relevance/index.d.cts +11 -11
  39. package/dist/relevance/index.d.ts +11 -11
  40. package/dist/relevance/index.js +1 -1
  41. package/dist/storage/index.d.cts +6 -6
  42. package/dist/storage/index.d.ts +6 -6
  43. package/dist/storage/libsql/index.d.cts +6 -6
  44. package/dist/storage/libsql/index.d.ts +6 -6
  45. package/dist/telemetry/index.d.cts +6 -6
  46. package/dist/telemetry/index.d.ts +6 -6
  47. package/dist/tools/index.d.cts +6 -6
  48. package/dist/tools/index.d.ts +6 -6
  49. package/dist/utils.cjs +12 -12
  50. package/dist/utils.d.cts +5 -5
  51. package/dist/utils.d.ts +5 -5
  52. package/dist/utils.js +1 -1
  53. package/dist/voice/index.d.cts +6 -6
  54. package/dist/voice/index.d.ts +6 -6
  55. package/dist/workflows/index.cjs +29 -17
  56. package/dist/workflows/index.d.cts +24 -14
  57. package/dist/workflows/index.d.ts +24 -14
  58. package/dist/workflows/index.js +1 -1
  59. package/package.json +4 -4
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var chunkYLLXAKL2_cjs = require('../chunk-YLLXAKL2.cjs');
3
+ var chunkLOPB4SHX_cjs = require('../chunk-LOPB4SHX.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "Agent", {
8
8
  enumerable: true,
9
- get: function () { return chunkYLLXAKL2_cjs.Agent; }
9
+ get: function () { return chunkLOPB4SHX_cjs.Agent; }
10
10
  });
@@ -1,19 +1,19 @@
1
1
  export { Message as AiMessageType } from 'ai';
2
2
  import 'json-schema';
3
3
  import 'zod';
4
- export { A as Agent, m as AgentConfig, aH as AgentGenerateOptions, aI as AgentStreamOptions, az as MastraLanguageModel, a as ToolsInput, aG as ToolsetsInput } from '../base-DbCjWM67.cjs';
4
+ export { A as Agent, m as AgentConfig, aH as AgentGenerateOptions, aI as AgentStreamOptions, az as MastraLanguageModel, a as ToolsInput, aG as ToolsetsInput } from '../base-6TZjD_gW.cjs';
5
5
  import '../base-ObPJ-w8K.cjs';
6
6
  import '../types-CwTG2XyQ.cjs';
7
7
  import 'sift';
8
8
  import '../index-CquI0inB.cjs';
9
9
  import 'stream';
10
10
  import 'pino';
11
- import '../deployer/index.cjs';
12
- import '../bundler/index.cjs';
13
11
  import '@opentelemetry/api';
14
- import '@opentelemetry/sdk-trace-base';
15
- import '../vector/index.cjs';
16
- import '../vector/filter/index.cjs';
17
12
  import 'xstate';
18
13
  import 'node:events';
14
+ import '../vector/index.cjs';
15
+ import '../vector/filter/index.cjs';
16
+ import '@opentelemetry/sdk-trace-base';
19
17
  import '../tts/index.cjs';
18
+ import '../deployer/index.cjs';
19
+ import '../bundler/index.cjs';
@@ -1,19 +1,19 @@
1
1
  export { Message as AiMessageType } from 'ai';
2
2
  import 'json-schema';
3
3
  import 'zod';
4
- export { A as Agent, m as AgentConfig, aH as AgentGenerateOptions, aI as AgentStreamOptions, az as MastraLanguageModel, a as ToolsInput, aG as ToolsetsInput } from '../base-CMQiCwHG.js';
4
+ export { A as Agent, m as AgentConfig, aH as AgentGenerateOptions, aI as AgentStreamOptions, az as MastraLanguageModel, a as ToolsInput, aG as ToolsetsInput } from '../base-DYeWJ7uK.js';
5
5
  import '../base-Cmunaaxb.js';
6
6
  import '../types-CwTG2XyQ.js';
7
7
  import 'sift';
8
8
  import '../index-CquI0inB.js';
9
9
  import 'stream';
10
10
  import 'pino';
11
- import '../deployer/index.js';
12
- import '../bundler/index.js';
13
11
  import '@opentelemetry/api';
14
- import '@opentelemetry/sdk-trace-base';
15
- import '../vector/index.js';
16
- import '../vector/filter/index.js';
17
12
  import 'xstate';
18
13
  import 'node:events';
14
+ import '../vector/index.js';
15
+ import '../vector/filter/index.js';
16
+ import '@opentelemetry/sdk-trace-base';
19
17
  import '../tts/index.js';
18
+ import '../deployer/index.js';
19
+ import '../bundler/index.js';
@@ -1 +1 @@
1
- export { Agent } from '../chunk-PRNJCD6I.js';
1
+ export { Agent } from '../chunk-MLWSGLXY.js';