@mastra/core 0.10.1 → 0.10.2-alpha.0
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 +7 -2
- package/dist/agent/index.d.cts +9 -9
- package/dist/agent/index.d.ts +9 -9
- package/dist/agent/index.js +2 -1
- package/dist/{base-QP4OC4dB.d.ts → base-CAqn5W09.d.ts} +1454 -1361
- package/dist/{base-B96VvaWm.d.cts → base-D9eDBAGU.d.cts} +1454 -1361
- package/dist/{chunk-SFZZYGKB.cjs → chunk-45KYIT4M.cjs} +2 -2
- package/dist/{chunk-VRACJIAE.js → chunk-4E23D2OW.js} +2 -2
- package/dist/{chunk-STLR3SIQ.cjs → chunk-4I6LG5EO.cjs} +6 -92
- package/dist/{chunk-2YYOF7DO.js → chunk-5UFUPI3G.js} +5 -91
- package/dist/{chunk-U3L3NEOM.cjs → chunk-DXLVS7ML.cjs} +1 -19
- package/dist/{chunk-2PW6UJMW.js → chunk-EQTIDVPN.js} +2 -19
- package/dist/{chunk-MAFHTHTJ.cjs → chunk-F36FCB7W.cjs} +4 -4
- package/dist/{chunk-5JRD3NDP.cjs → chunk-I5OLBJ26.cjs} +6 -77
- package/dist/chunk-LCCQWUQP.js +962 -0
- package/dist/{chunk-SLKAWVQR.cjs → chunk-MRZIV2XD.cjs} +192 -378
- package/dist/{chunk-SKG2NIZW.cjs → chunk-RK6DHZUA.cjs} +2 -2
- package/dist/{chunk-OCT2762Q.js → chunk-RMTG7VWR.js} +1 -1
- package/dist/{chunk-RARKB3F2.js → chunk-UNWU2RJV.js} +1 -1
- package/dist/chunk-XAO67QBR.cjs +964 -0
- package/dist/{chunk-RFERFI6B.js → chunk-YA4JI2CB.js} +183 -369
- package/dist/{chunk-BPTSLJHA.js → chunk-ZJYHZO6Y.js} +2 -73
- package/dist/eval/index.d.cts +8 -8
- package/dist/eval/index.d.ts +8 -8
- package/dist/index.cjs +46 -50
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +10 -10
- package/dist/integration/index.cjs +3 -3
- package/dist/integration/index.d.cts +9 -9
- package/dist/integration/index.d.ts +9 -9
- package/dist/integration/index.js +1 -1
- package/dist/llm/index.d.cts +8 -8
- package/dist/llm/index.d.ts +8 -8
- package/dist/mastra/index.d.cts +6 -6
- package/dist/mastra/index.d.ts +6 -6
- package/dist/mcp/index.d.cts +11 -11
- package/dist/mcp/index.d.ts +11 -11
- package/dist/memory/index.cjs +4 -4
- package/dist/memory/index.d.cts +9 -9
- package/dist/memory/index.d.ts +9 -9
- package/dist/memory/index.js +1 -1
- package/dist/network/index.cjs +4 -4
- package/dist/network/index.d.cts +9 -9
- package/dist/network/index.d.ts +9 -9
- package/dist/network/index.js +2 -2
- 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/server/index.d.cts +9 -9
- package/dist/server/index.d.ts +9 -9
- package/dist/storage/index.d.cts +18 -18
- package/dist/storage/index.d.ts +18 -18
- package/dist/telemetry/index.d.cts +9 -9
- package/dist/telemetry/index.d.ts +9 -9
- package/dist/tools/index.cjs +4 -4
- package/dist/tools/index.d.cts +9 -9
- package/dist/tools/index.d.ts +9 -9
- package/dist/tools/index.js +1 -1
- package/dist/utils.cjs +15 -19
- package/dist/utils.d.cts +10 -11
- package/dist/utils.d.ts +10 -11
- package/dist/utils.js +1 -1
- package/dist/voice/index.d.cts +9 -9
- package/dist/voice/index.d.ts +9 -9
- package/dist/workflows/index.cjs +9 -9
- package/dist/workflows/index.d.cts +9 -9
- package/dist/workflows/index.d.ts +9 -9
- package/dist/workflows/index.js +1 -1
- package/dist/workflows/legacy/index.cjs +22 -22
- package/dist/workflows/legacy/index.d.cts +9 -9
- package/dist/workflows/legacy/index.d.ts +9 -9
- package/dist/workflows/legacy/index.js +1 -1
- package/package.json +5 -2
package/dist/agent/index.cjs
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkMRZIV2XD_cjs = require('../chunk-MRZIV2XD.cjs');
|
|
4
|
+
var chunkXAO67QBR_cjs = require('../chunk-XAO67QBR.cjs');
|
|
4
5
|
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
Object.defineProperty(exports, "Agent", {
|
|
8
9
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkMRZIV2XD_cjs.Agent; }
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "MessageList", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunkXAO67QBR_cjs.MessageList; }
|
|
10
15
|
});
|
package/dist/agent/index.d.cts
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
export { Message as AiMessageType } from 'ai';
|
|
2
2
|
import 'json-schema';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { r as Agent, aa as AgentConfig,
|
|
4
|
+
export { r as Agent, aa as AgentConfig, bN as AgentGenerateOptions, bO as AgentStreamOptions, bM as DynamicArgument, bh as MastraLanguageModel, bP as MastraMessageContentV2, e as MastraMessageV2, bK as MessageList, t as ToolsInput, bL as ToolsetsInput } from '../base-D9eDBAGU.cjs';
|
|
5
5
|
import '../base-aPYtPBT2.cjs';
|
|
6
6
|
import '../types-Bo1uigWx.cjs';
|
|
7
7
|
import '../runtime-context/index.cjs';
|
|
8
|
-
import 'sift';
|
|
9
|
-
import '../deployer/index.cjs';
|
|
10
|
-
import '../bundler/index.cjs';
|
|
11
|
-
import '@opentelemetry/api';
|
|
12
8
|
import '../logger-EhZkzZOr.cjs';
|
|
13
9
|
import 'stream';
|
|
14
|
-
import '@opentelemetry/sdk-trace-base';
|
|
15
|
-
import 'node:http';
|
|
16
|
-
import 'hono';
|
|
17
10
|
import '../tts/index.cjs';
|
|
11
|
+
import '@opentelemetry/api';
|
|
12
|
+
import '@opentelemetry/sdk-trace-base';
|
|
18
13
|
import '../vector/index.cjs';
|
|
19
14
|
import '../vector/filter/index.cjs';
|
|
15
|
+
import 'sift';
|
|
20
16
|
import 'xstate';
|
|
21
17
|
import 'node:events';
|
|
18
|
+
import 'node:http';
|
|
19
|
+
import 'hono';
|
|
22
20
|
import 'events';
|
|
23
21
|
import '../workflows/constants.cjs';
|
|
22
|
+
import 'ai/test';
|
|
23
|
+
import '../deployer/index.cjs';
|
|
24
|
+
import '../bundler/index.cjs';
|
|
24
25
|
import 'hono/cors';
|
|
25
26
|
import 'hono-openapi';
|
|
26
|
-
import 'ai/test';
|
package/dist/agent/index.d.ts
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
export { Message as AiMessageType } from 'ai';
|
|
2
2
|
import 'json-schema';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { r as Agent, aa as AgentConfig,
|
|
4
|
+
export { r as Agent, aa as AgentConfig, bN as AgentGenerateOptions, bO as AgentStreamOptions, bM as DynamicArgument, bh as MastraLanguageModel, bP as MastraMessageContentV2, e as MastraMessageV2, bK as MessageList, t as ToolsInput, bL as ToolsetsInput } from '../base-CAqn5W09.js';
|
|
5
5
|
import '../base-tc5kgDTD.js';
|
|
6
6
|
import '../types-Bo1uigWx.js';
|
|
7
7
|
import '../runtime-context/index.js';
|
|
8
|
-
import 'sift';
|
|
9
|
-
import '../deployer/index.js';
|
|
10
|
-
import '../bundler/index.js';
|
|
11
|
-
import '@opentelemetry/api';
|
|
12
8
|
import '../logger-EhZkzZOr.js';
|
|
13
9
|
import 'stream';
|
|
14
|
-
import '@opentelemetry/sdk-trace-base';
|
|
15
|
-
import 'node:http';
|
|
16
|
-
import 'hono';
|
|
17
10
|
import '../tts/index.js';
|
|
11
|
+
import '@opentelemetry/api';
|
|
12
|
+
import '@opentelemetry/sdk-trace-base';
|
|
18
13
|
import '../vector/index.js';
|
|
19
14
|
import '../vector/filter/index.js';
|
|
15
|
+
import 'sift';
|
|
20
16
|
import 'xstate';
|
|
21
17
|
import 'node:events';
|
|
18
|
+
import 'node:http';
|
|
19
|
+
import 'hono';
|
|
22
20
|
import 'events';
|
|
23
21
|
import '../workflows/constants.js';
|
|
22
|
+
import 'ai/test';
|
|
23
|
+
import '../deployer/index.js';
|
|
24
|
+
import '../bundler/index.js';
|
|
24
25
|
import 'hono/cors';
|
|
25
26
|
import 'hono-openapi';
|
|
26
|
-
import 'ai/test';
|
package/dist/agent/index.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { Agent } from '../chunk-
|
|
1
|
+
export { Agent } from '../chunk-YA4JI2CB.js';
|
|
2
|
+
export { MessageList } from '../chunk-LCCQWUQP.js';
|