@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.
- package/dist/agent/index.cjs +2 -2
- package/dist/agent/index.d.cts +6 -6
- package/dist/agent/index.d.ts +6 -6
- package/dist/agent/index.js +1 -1
- package/dist/{base-DbCjWM67.d.cts → base-6TZjD_gW.d.cts} +560 -516
- package/dist/{base-CMQiCwHG.d.ts → base-DYeWJ7uK.d.ts} +560 -516
- package/dist/{chunk-B7OACOMS.js → chunk-3PWZCDYW.js} +1 -1
- package/dist/{chunk-4OM3F6KZ.cjs → chunk-5T43A3YE.cjs} +7 -0
- package/dist/{chunk-3OXCRLRW.js → chunk-5YT3KIH3.js} +7 -0
- package/dist/{chunk-YTP2MMIM.cjs → chunk-6ZCLYB53.cjs} +2 -2
- package/dist/{chunk-2DKUBXLZ.cjs → chunk-G5HHCEH3.cjs} +2 -2
- package/dist/{chunk-YLLXAKL2.cjs → chunk-LOPB4SHX.cjs} +91 -15
- package/dist/{chunk-PRNJCD6I.js → chunk-MLWSGLXY.js} +81 -5
- package/dist/{chunk-34GSMLRD.js → chunk-QMSSRQVR.js} +1 -1
- package/dist/{chunk-ZG35KSBA.js → chunk-X4JHAQSU.js} +242 -23
- package/dist/{chunk-33QB276D.cjs → chunk-ZLSEJA42.cjs} +245 -23
- package/dist/eval/index.d.cts +5 -5
- package/dist/eval/index.d.ts +5 -5
- package/dist/index.cjs +49 -37
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +6 -6
- package/dist/integration/index.d.cts +6 -6
- package/dist/integration/index.d.ts +6 -6
- package/dist/llm/index.d.cts +8 -8
- package/dist/llm/index.d.ts +8 -8
- package/dist/mastra/index.d.cts +7 -7
- package/dist/mastra/index.d.ts +7 -7
- package/dist/memory/index.cjs +2 -2
- package/dist/memory/index.d.cts +6 -6
- package/dist/memory/index.d.ts +6 -6
- package/dist/memory/index.js +1 -1
- package/dist/network/index.cjs +12 -12
- package/dist/network/index.d.cts +6 -6
- package/dist/network/index.d.ts +6 -6
- package/dist/network/index.js +11 -11
- package/dist/relevance/index.cjs +4 -4
- package/dist/relevance/index.d.cts +11 -11
- package/dist/relevance/index.d.ts +11 -11
- package/dist/relevance/index.js +1 -1
- package/dist/storage/index.d.cts +6 -6
- package/dist/storage/index.d.ts +6 -6
- package/dist/storage/libsql/index.d.cts +6 -6
- package/dist/storage/libsql/index.d.ts +6 -6
- package/dist/telemetry/index.d.cts +6 -6
- package/dist/telemetry/index.d.ts +6 -6
- package/dist/tools/index.d.cts +6 -6
- package/dist/tools/index.d.ts +6 -6
- package/dist/utils.cjs +12 -12
- package/dist/utils.d.cts +5 -5
- package/dist/utils.d.ts +5 -5
- package/dist/utils.js +1 -1
- package/dist/voice/index.d.cts +6 -6
- package/dist/voice/index.d.ts +6 -6
- package/dist/workflows/index.cjs +29 -17
- package/dist/workflows/index.d.cts +24 -14
- package/dist/workflows/index.d.ts +24 -14
- package/dist/workflows/index.js +1 -1
- package/package.json +4 -4
package/dist/agent/index.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
|
9
|
+
get: function () { return chunkLOPB4SHX_cjs.Agent; }
|
|
10
10
|
});
|
package/dist/agent/index.d.cts
CHANGED
|
@@ -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-
|
|
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';
|
package/dist/agent/index.d.ts
CHANGED
|
@@ -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-
|
|
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';
|
package/dist/agent/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Agent } from '../chunk-
|
|
1
|
+
export { Agent } from '../chunk-MLWSGLXY.js';
|