@mastra/server 0.17.1-alpha.0 → 0.17.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/CHANGELOG.md +16 -0
- package/dist/{chunk-U77BBIVV.js → chunk-G7PLDFT6.js} +2 -2
- package/dist/{chunk-U77BBIVV.js.map → chunk-G7PLDFT6.js.map} +1 -1
- package/dist/{chunk-EAWKFGMM.cjs → chunk-HJ4EQIE6.cjs} +2 -2
- package/dist/{chunk-EAWKFGMM.cjs.map → chunk-HJ4EQIE6.cjs.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 +6 -6
|
@@ -1,68 +1,68 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkHJ4EQIE6_cjs = require('../../chunk-HJ4EQIE6.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 chunkHJ4EQIE6_cjs.cancelAgentBuilderActionRunHandler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "createAgentBuilderActionRunHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkHJ4EQIE6_cjs.createAgentBuilderActionRunHandler; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getAgentBuilderActionByIdHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkHJ4EQIE6_cjs.getAgentBuilderActionByIdHandler; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getAgentBuilderActionRunByIdHandler", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkHJ4EQIE6_cjs.getAgentBuilderActionRunByIdHandler; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "getAgentBuilderActionRunExecutionResultHandler", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkHJ4EQIE6_cjs.getAgentBuilderActionRunExecutionResultHandler; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "getAgentBuilderActionRunsHandler", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkHJ4EQIE6_cjs.getAgentBuilderActionRunsHandler; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "getAgentBuilderActionsHandler", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkHJ4EQIE6_cjs.getAgentBuilderActionsHandler; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "resumeAgentBuilderActionHandler", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkHJ4EQIE6_cjs.resumeAgentBuilderActionHandler; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "resumeAsyncAgentBuilderActionHandler", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkHJ4EQIE6_cjs.resumeAsyncAgentBuilderActionHandler; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "sendAgentBuilderActionRunEventHandler", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkHJ4EQIE6_cjs.sendAgentBuilderActionRunEventHandler; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "startAgentBuilderActionRunHandler", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkHJ4EQIE6_cjs.startAgentBuilderActionRunHandler; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "startAsyncAgentBuilderActionHandler", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkHJ4EQIE6_cjs.startAsyncAgentBuilderActionHandler; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "streamAgentBuilderActionHandler", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkHJ4EQIE6_cjs.streamAgentBuilderActionHandler; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "streamVNextAgentBuilderActionHandler", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkHJ4EQIE6_cjs.streamVNextAgentBuilderActionHandler; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "watchAgentBuilderActionHandler", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkHJ4EQIE6_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-G7PLDFT6.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 chunkGUI3CROV_cjs = require('../chunk-GUI3CROV.cjs');
|
|
|
9
9
|
var chunkPWTXZZTR_cjs = require('../chunk-PWTXZZTR.cjs');
|
|
10
10
|
var chunkJ7BPKKOG_cjs = require('../chunk-J7BPKKOG.cjs');
|
|
11
11
|
var chunk3THIIWWW_cjs = require('../chunk-3THIIWWW.cjs');
|
|
12
|
-
var
|
|
12
|
+
var chunkHJ4EQIE6_cjs = require('../chunk-HJ4EQIE6.cjs');
|
|
13
13
|
var chunkNZMDHQVP_cjs = require('../chunk-NZMDHQVP.cjs');
|
|
14
14
|
var chunkN35YCWQ5_cjs = require('../chunk-N35YCWQ5.cjs');
|
|
15
15
|
var chunkKNGXRN26_cjs = require('../chunk-KNGXRN26.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 chunkHJ4EQIE6_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 { scores_exports as scores } from '../chunk-7QEJ5QG5.js';
|
|
|
7
7
|
export { telemetry_exports as telemetry } from '../chunk-KV6VHX4V.js';
|
|
8
8
|
export { tools_exports as tools } from '../chunk-SYRRSBGL.js';
|
|
9
9
|
export { a2a_exports as a2a } from '../chunk-5QUKZCEF.js';
|
|
10
|
-
export { agent_builder_exports as agentBuilder } from '../chunk-
|
|
10
|
+
export { agent_builder_exports as agentBuilder } from '../chunk-G7PLDFT6.js';
|
|
11
11
|
export { workflows_exports as workflows } from '../chunk-K4GZBPXF.js';
|
|
12
12
|
export { agents_exports as agents } from '../chunk-ILESGJ6N.js';
|
|
13
13
|
export { legacyWorkflows_exports as legacyWorkflows } from '../chunk-TTHEEIZ3.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/server",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.2-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -78,11 +78,11 @@
|
|
|
78
78
|
"typescript": "^5.8.3",
|
|
79
79
|
"vitest": "^3.2.4",
|
|
80
80
|
"zod": "^3.25.76",
|
|
81
|
-
"@internal/lint": "0.0.
|
|
82
|
-
"@internal/storage-test-utils": "0.0.
|
|
83
|
-
"@mastra/core": "0.17.
|
|
84
|
-
"@mastra/agent-builder": "0.0.
|
|
85
|
-
"@internal/types-builder": "0.0.
|
|
81
|
+
"@internal/lint": "0.0.41",
|
|
82
|
+
"@internal/storage-test-utils": "0.0.37",
|
|
83
|
+
"@mastra/core": "0.17.2-alpha.0",
|
|
84
|
+
"@mastra/agent-builder": "0.0.6-alpha.0",
|
|
85
|
+
"@internal/types-builder": "0.0.16"
|
|
86
86
|
},
|
|
87
87
|
"homepage": "https://mastra.ai",
|
|
88
88
|
"repository": {
|