@mastra/server 0.24.9 → 0.24.10-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/CHANGELOG.md +7 -0
- package/dist/{chunk-NFNRHEOX.cjs → chunk-74G3IPI4.cjs} +3 -3
- package/dist/{chunk-NFNRHEOX.cjs.map → chunk-74G3IPI4.cjs.map} +1 -1
- package/dist/{chunk-SVZOWK6I.js → chunk-CU5ZKNKX.js} +3 -3
- package/dist/{chunk-SVZOWK6I.js.map → chunk-CU5ZKNKX.js.map} +1 -1
- package/dist/server/handlers/agent-builder.cjs +16 -16
- 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 +4 -4
|
@@ -1,68 +1,68 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk74G3IPI4_cjs = require('../../chunk-74G3IPI4.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 chunk74G3IPI4_cjs.cancelAgentBuilderActionRunHandler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "createAgentBuilderActionRunHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunk74G3IPI4_cjs.createAgentBuilderActionRunHandler; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getAgentBuilderActionByIdHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunk74G3IPI4_cjs.getAgentBuilderActionByIdHandler; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getAgentBuilderActionRunByIdHandler", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunk74G3IPI4_cjs.getAgentBuilderActionRunByIdHandler; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "getAgentBuilderActionRunExecutionResultHandler", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunk74G3IPI4_cjs.getAgentBuilderActionRunExecutionResultHandler; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "getAgentBuilderActionRunsHandler", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunk74G3IPI4_cjs.getAgentBuilderActionRunsHandler; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "getAgentBuilderActionsHandler", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunk74G3IPI4_cjs.getAgentBuilderActionsHandler; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "resumeAgentBuilderActionHandler", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunk74G3IPI4_cjs.resumeAgentBuilderActionHandler; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "resumeAsyncAgentBuilderActionHandler", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunk74G3IPI4_cjs.resumeAsyncAgentBuilderActionHandler; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "sendAgentBuilderActionRunEventHandler", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunk74G3IPI4_cjs.sendAgentBuilderActionRunEventHandler; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "startAgentBuilderActionRunHandler", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunk74G3IPI4_cjs.startAgentBuilderActionRunHandler; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "startAsyncAgentBuilderActionHandler", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunk74G3IPI4_cjs.startAsyncAgentBuilderActionHandler; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "streamAgentBuilderActionHandler", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunk74G3IPI4_cjs.streamAgentBuilderActionHandler; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "streamVNextAgentBuilderActionHandler", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunk74G3IPI4_cjs.streamVNextAgentBuilderActionHandler; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "watchAgentBuilderActionHandler", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunk74G3IPI4_cjs.watchAgentBuilderActionHandler; }
|
|
66
66
|
});
|
|
67
67
|
//# sourceMappingURL=agent-builder.cjs.map
|
|
68
68
|
//# sourceMappingURL=agent-builder.cjs.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { cancelAgentBuilderActionRunHandler, createAgentBuilderActionRunHandler, getAgentBuilderActionByIdHandler, getAgentBuilderActionRunByIdHandler, getAgentBuilderActionRunExecutionResultHandler, getAgentBuilderActionRunsHandler, getAgentBuilderActionsHandler, resumeAgentBuilderActionHandler, resumeAsyncAgentBuilderActionHandler, sendAgentBuilderActionRunEventHandler, startAgentBuilderActionRunHandler, startAsyncAgentBuilderActionHandler, streamAgentBuilderActionHandler, streamVNextAgentBuilderActionHandler, watchAgentBuilderActionHandler } from '../../chunk-
|
|
1
|
+
export { cancelAgentBuilderActionRunHandler, createAgentBuilderActionRunHandler, getAgentBuilderActionByIdHandler, getAgentBuilderActionRunByIdHandler, getAgentBuilderActionRunExecutionResultHandler, getAgentBuilderActionRunsHandler, getAgentBuilderActionsHandler, resumeAgentBuilderActionHandler, resumeAsyncAgentBuilderActionHandler, sendAgentBuilderActionRunEventHandler, startAgentBuilderActionRunHandler, startAsyncAgentBuilderActionHandler, streamAgentBuilderActionHandler, streamVNextAgentBuilderActionHandler, watchAgentBuilderActionHandler } from '../../chunk-CU5ZKNKX.js';
|
|
2
2
|
//# sourceMappingURL=agent-builder.js.map
|
|
3
3
|
//# sourceMappingURL=agent-builder.js.map
|
package/dist/server/handlers.cjs
CHANGED
|
@@ -9,7 +9,7 @@ var chunk6ZR275MD_cjs = require('../chunk-6ZR275MD.cjs');
|
|
|
9
9
|
var chunkTRGAMKHX_cjs = require('../chunk-TRGAMKHX.cjs');
|
|
10
10
|
var chunkEP3JQDPD_cjs = require('../chunk-EP3JQDPD.cjs');
|
|
11
11
|
var chunkUAT352HX_cjs = require('../chunk-UAT352HX.cjs');
|
|
12
|
-
var
|
|
12
|
+
var chunk74G3IPI4_cjs = require('../chunk-74G3IPI4.cjs');
|
|
13
13
|
var chunkVZX6AWAA_cjs = require('../chunk-VZX6AWAA.cjs');
|
|
14
14
|
var chunkKPDPKARA_cjs = require('../chunk-KPDPKARA.cjs');
|
|
15
15
|
var chunkI3C4ODGV_cjs = require('../chunk-I3C4ODGV.cjs');
|
|
@@ -54,7 +54,7 @@ Object.defineProperty(exports, "a2a", {
|
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "agentBuilder", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunk74G3IPI4_cjs.agent_builder_exports; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "workflows", {
|
|
60
60
|
enumerable: true,
|
package/dist/server/handlers.js
CHANGED
|
@@ -7,7 +7,7 @@ export { telemetry_exports as telemetry } from '../chunk-67GYDFSB.js';
|
|
|
7
7
|
export { tools_exports as tools } from '../chunk-AHB4JCIQ.js';
|
|
8
8
|
export { vector_exports as vector } from '../chunk-MYR4PVGN.js';
|
|
9
9
|
export { a2a_exports as a2a } from '../chunk-CW3WNC4U.js';
|
|
10
|
-
export { agent_builder_exports as agentBuilder } from '../chunk-
|
|
10
|
+
export { agent_builder_exports as agentBuilder } from '../chunk-CU5ZKNKX.js';
|
|
11
11
|
export { workflows_exports as workflows } from '../chunk-VYX6MBSJ.js';
|
|
12
12
|
export { agents_exports as agents } from '../chunk-TM6RSSEG.js';
|
|
13
13
|
export { legacyWorkflows_exports as legacyWorkflows } from '../chunk-LLUOPR3J.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/server",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.10-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -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.67",
|
|
74
|
-
"@mastra/core": "0.24.9",
|
|
75
73
|
"@internal/storage-test-utils": "0.0.63",
|
|
74
|
+
"@internal/types-builder": "0.0.42",
|
|
76
75
|
"@mastra/agent-builder": "0.2.6",
|
|
77
|
-
"@internal/
|
|
76
|
+
"@internal/lint": "0.0.67",
|
|
77
|
+
"@mastra/core": "0.24.10-alpha.0"
|
|
78
78
|
},
|
|
79
79
|
"homepage": "https://mastra.ai",
|
|
80
80
|
"repository": {
|