@mastra/server 0.0.0-main-test-05-11-2025-2-20251106025330 → 0.0.0-main-test-05-11-2025-2-20251106053353
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/CHANGELOG.md +2 -2
- package/dist/{chunk-3KJQ5SGR.js → chunk-2IS5WICF.js} +5 -3
- package/dist/chunk-2IS5WICF.js.map +1 -0
- package/dist/{chunk-M43TUXTH.cjs → chunk-ID6JYDNL.cjs} +5 -3
- package/dist/chunk-ID6JYDNL.cjs.map +1 -0
- package/dist/server/handlers/agent-builder.cjs +19 -19
- package/dist/server/handlers/agent-builder.js +1 -1
- package/dist/server/handlers.cjs +2 -2
- package/dist/server/handlers.js +1 -1
- package/package.json +7 -7
- package/dist/chunk-3KJQ5SGR.js.map +0 -1
- package/dist/chunk-M43TUXTH.cjs.map +0 -1
|
@@ -1,80 +1,80 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkID6JYDNL_cjs = require('../../chunk-ID6JYDNL.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "cancelAgentBuilderActionRunHandler", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkID6JYDNL_cjs.cancelAgentBuilderActionRunHandler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "createAgentBuilderActionRunHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkID6JYDNL_cjs.createAgentBuilderActionRunHandler; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getAgentBuilderActionByIdHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkID6JYDNL_cjs.getAgentBuilderActionByIdHandler; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getAgentBuilderActionRunByIdHandler", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkID6JYDNL_cjs.getAgentBuilderActionRunByIdHandler; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "getAgentBuilderActionRunExecutionResultHandler", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkID6JYDNL_cjs.getAgentBuilderActionRunExecutionResultHandler; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "getAgentBuilderActionRunsHandler", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkID6JYDNL_cjs.getAgentBuilderActionRunsHandler; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "getAgentBuilderActionsHandler", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkID6JYDNL_cjs.getAgentBuilderActionsHandler; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "observeStreamAgentBuilderActionHandler", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkID6JYDNL_cjs.observeStreamAgentBuilderActionHandler; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "observeStreamLegacyAgentBuilderActionHandler", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkID6JYDNL_cjs.observeStreamLegacyAgentBuilderActionHandler; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "observeStreamVNextAgentBuilderActionHandler", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkID6JYDNL_cjs.observeStreamVNextAgentBuilderActionHandler; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "resumeAgentBuilderActionHandler", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkID6JYDNL_cjs.resumeAgentBuilderActionHandler; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "resumeAsyncAgentBuilderActionHandler", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkID6JYDNL_cjs.resumeAsyncAgentBuilderActionHandler; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "resumeStreamAgentBuilderActionHandler", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkID6JYDNL_cjs.resumeStreamAgentBuilderActionHandler; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "startAgentBuilderActionRunHandler", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkID6JYDNL_cjs.startAgentBuilderActionRunHandler; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "startAsyncAgentBuilderActionHandler", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkID6JYDNL_cjs.startAsyncAgentBuilderActionHandler; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "streamAgentBuilderActionHandler", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkID6JYDNL_cjs.streamAgentBuilderActionHandler; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "streamLegacyAgentBuilderActionHandler", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkID6JYDNL_cjs.streamLegacyAgentBuilderActionHandler; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "streamVNextAgentBuilderActionHandler", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkID6JYDNL_cjs.streamVNextAgentBuilderActionHandler; }
|
|
78
78
|
});
|
|
79
79
|
//# sourceMappingURL=agent-builder.cjs.map
|
|
80
80
|
//# sourceMappingURL=agent-builder.cjs.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { cancelAgentBuilderActionRunHandler, createAgentBuilderActionRunHandler, getAgentBuilderActionByIdHandler, getAgentBuilderActionRunByIdHandler, getAgentBuilderActionRunExecutionResultHandler, getAgentBuilderActionRunsHandler, getAgentBuilderActionsHandler, observeStreamAgentBuilderActionHandler, observeStreamLegacyAgentBuilderActionHandler, observeStreamVNextAgentBuilderActionHandler, resumeAgentBuilderActionHandler, resumeAsyncAgentBuilderActionHandler, resumeStreamAgentBuilderActionHandler, startAgentBuilderActionRunHandler, startAsyncAgentBuilderActionHandler, streamAgentBuilderActionHandler, streamLegacyAgentBuilderActionHandler, streamVNextAgentBuilderActionHandler } from '../../chunk-
|
|
1
|
+
export { cancelAgentBuilderActionRunHandler, createAgentBuilderActionRunHandler, getAgentBuilderActionByIdHandler, getAgentBuilderActionRunByIdHandler, getAgentBuilderActionRunExecutionResultHandler, getAgentBuilderActionRunsHandler, getAgentBuilderActionsHandler, observeStreamAgentBuilderActionHandler, observeStreamLegacyAgentBuilderActionHandler, observeStreamVNextAgentBuilderActionHandler, resumeAgentBuilderActionHandler, resumeAsyncAgentBuilderActionHandler, resumeStreamAgentBuilderActionHandler, startAgentBuilderActionRunHandler, startAsyncAgentBuilderActionHandler, streamAgentBuilderActionHandler, streamLegacyAgentBuilderActionHandler, streamVNextAgentBuilderActionHandler } from '../../chunk-2IS5WICF.js';
|
|
2
2
|
//# sourceMappingURL=agent-builder.js.map
|
|
3
3
|
//# sourceMappingURL=agent-builder.js.map
|
package/dist/server/handlers.cjs
CHANGED
|
@@ -7,7 +7,7 @@ var chunkKF3RI45U_cjs = require('../chunk-KF3RI45U.cjs');
|
|
|
7
7
|
var chunkS54HNARD_cjs = require('../chunk-S54HNARD.cjs');
|
|
8
8
|
var chunkGLAZTMX3_cjs = require('../chunk-GLAZTMX3.cjs');
|
|
9
9
|
var chunkKJIDZQRA_cjs = require('../chunk-KJIDZQRA.cjs');
|
|
10
|
-
var
|
|
10
|
+
var chunkID6JYDNL_cjs = require('../chunk-ID6JYDNL.cjs');
|
|
11
11
|
var chunkX3MICMI2_cjs = require('../chunk-X3MICMI2.cjs');
|
|
12
12
|
var chunkEHACNWDL_cjs = require('../chunk-EHACNWDL.cjs');
|
|
13
13
|
var chunkPPMIB3FQ_cjs = require('../chunk-PPMIB3FQ.cjs');
|
|
@@ -44,7 +44,7 @@ Object.defineProperty(exports, "a2a", {
|
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "agentBuilder", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkID6JYDNL_cjs.agent_builder_exports; }
|
|
48
48
|
});
|
|
49
49
|
Object.defineProperty(exports, "workflows", {
|
|
50
50
|
enumerable: true,
|
package/dist/server/handlers.js
CHANGED
|
@@ -5,7 +5,7 @@ export { tools_exports as tools } from '../chunk-ND5OKOMT.js';
|
|
|
5
5
|
export { vector_exports as vector } from '../chunk-KWH5QBXP.js';
|
|
6
6
|
export { voice_exports as voice } from '../chunk-B3Z6J745.js';
|
|
7
7
|
export { a2a_exports as a2a } from '../chunk-FPBYKMIS.js';
|
|
8
|
-
export { agent_builder_exports as agentBuilder } from '../chunk-
|
|
8
|
+
export { agent_builder_exports as agentBuilder } from '../chunk-2IS5WICF.js';
|
|
9
9
|
export { workflows_exports as workflows } from '../chunk-ZJ6KEY6H.js';
|
|
10
10
|
export { agents_exports as agents } from '../chunk-Z2O5YVHY.js';
|
|
11
11
|
export { logs_exports as logs } from '../chunk-73PAWDM5.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/server",
|
|
3
|
-
"version": "0.0.0-main-test-05-11-2025-2-
|
|
3
|
+
"version": "0.0.0-main-test-05-11-2025-2-20251106053353",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"license": "Apache-2.0",
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"zod": "^3.25.0 || ^4.0.0",
|
|
60
|
-
"@mastra/core": "0.0.0-main-test-05-11-2025-2-
|
|
60
|
+
"@mastra/core": "0.0.0-main-test-05-11-2025-2-20251106053353"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@ai-sdk/openai": "^1.3.24",
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
"typescript": "^5.8.3",
|
|
71
71
|
"vitest": "^3.2.4",
|
|
72
72
|
"zod": "^3.25.76",
|
|
73
|
-
"@internal/lint": "0.0.0-main-test-05-11-2025-2-
|
|
74
|
-
"@
|
|
75
|
-
"@mastra/agent-builder": "0.0.0-main-test-05-11-2025-2-
|
|
76
|
-
"@internal/types-builder": "0.0.0-main-test-05-11-2025-2-
|
|
77
|
-
"@
|
|
73
|
+
"@internal/lint": "0.0.0-main-test-05-11-2025-2-20251106053353",
|
|
74
|
+
"@internal/storage-test-utils": "0.0.49",
|
|
75
|
+
"@mastra/agent-builder": "0.0.0-main-test-05-11-2025-2-20251106053353",
|
|
76
|
+
"@internal/types-builder": "0.0.0-main-test-05-11-2025-2-20251106053353",
|
|
77
|
+
"@mastra/core": "0.0.0-main-test-05-11-2025-2-20251106053353"
|
|
78
78
|
},
|
|
79
79
|
"homepage": "https://mastra.ai",
|
|
80
80
|
"repository": {
|