@mastra/server 0.23.1 → 0.23.2-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.
@@ -1,68 +1,68 @@
1
1
  'use strict';
2
2
 
3
- var chunkYKENCZQ2_cjs = require('../../chunk-YKENCZQ2.cjs');
3
+ var chunkXB4SIEOA_cjs = require('../../chunk-XB4SIEOA.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "cancelAgentBuilderActionRunHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunkYKENCZQ2_cjs.cancelAgentBuilderActionRunHandler; }
9
+ get: function () { return chunkXB4SIEOA_cjs.cancelAgentBuilderActionRunHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "createAgentBuilderActionRunHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunkYKENCZQ2_cjs.createAgentBuilderActionRunHandler; }
13
+ get: function () { return chunkXB4SIEOA_cjs.createAgentBuilderActionRunHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "getAgentBuilderActionByIdHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunkYKENCZQ2_cjs.getAgentBuilderActionByIdHandler; }
17
+ get: function () { return chunkXB4SIEOA_cjs.getAgentBuilderActionByIdHandler; }
18
18
  });
19
19
  Object.defineProperty(exports, "getAgentBuilderActionRunByIdHandler", {
20
20
  enumerable: true,
21
- get: function () { return chunkYKENCZQ2_cjs.getAgentBuilderActionRunByIdHandler; }
21
+ get: function () { return chunkXB4SIEOA_cjs.getAgentBuilderActionRunByIdHandler; }
22
22
  });
23
23
  Object.defineProperty(exports, "getAgentBuilderActionRunExecutionResultHandler", {
24
24
  enumerable: true,
25
- get: function () { return chunkYKENCZQ2_cjs.getAgentBuilderActionRunExecutionResultHandler; }
25
+ get: function () { return chunkXB4SIEOA_cjs.getAgentBuilderActionRunExecutionResultHandler; }
26
26
  });
27
27
  Object.defineProperty(exports, "getAgentBuilderActionRunsHandler", {
28
28
  enumerable: true,
29
- get: function () { return chunkYKENCZQ2_cjs.getAgentBuilderActionRunsHandler; }
29
+ get: function () { return chunkXB4SIEOA_cjs.getAgentBuilderActionRunsHandler; }
30
30
  });
31
31
  Object.defineProperty(exports, "getAgentBuilderActionsHandler", {
32
32
  enumerable: true,
33
- get: function () { return chunkYKENCZQ2_cjs.getAgentBuilderActionsHandler; }
33
+ get: function () { return chunkXB4SIEOA_cjs.getAgentBuilderActionsHandler; }
34
34
  });
35
35
  Object.defineProperty(exports, "resumeAgentBuilderActionHandler", {
36
36
  enumerable: true,
37
- get: function () { return chunkYKENCZQ2_cjs.resumeAgentBuilderActionHandler; }
37
+ get: function () { return chunkXB4SIEOA_cjs.resumeAgentBuilderActionHandler; }
38
38
  });
39
39
  Object.defineProperty(exports, "resumeAsyncAgentBuilderActionHandler", {
40
40
  enumerable: true,
41
- get: function () { return chunkYKENCZQ2_cjs.resumeAsyncAgentBuilderActionHandler; }
41
+ get: function () { return chunkXB4SIEOA_cjs.resumeAsyncAgentBuilderActionHandler; }
42
42
  });
43
43
  Object.defineProperty(exports, "sendAgentBuilderActionRunEventHandler", {
44
44
  enumerable: true,
45
- get: function () { return chunkYKENCZQ2_cjs.sendAgentBuilderActionRunEventHandler; }
45
+ get: function () { return chunkXB4SIEOA_cjs.sendAgentBuilderActionRunEventHandler; }
46
46
  });
47
47
  Object.defineProperty(exports, "startAgentBuilderActionRunHandler", {
48
48
  enumerable: true,
49
- get: function () { return chunkYKENCZQ2_cjs.startAgentBuilderActionRunHandler; }
49
+ get: function () { return chunkXB4SIEOA_cjs.startAgentBuilderActionRunHandler; }
50
50
  });
51
51
  Object.defineProperty(exports, "startAsyncAgentBuilderActionHandler", {
52
52
  enumerable: true,
53
- get: function () { return chunkYKENCZQ2_cjs.startAsyncAgentBuilderActionHandler; }
53
+ get: function () { return chunkXB4SIEOA_cjs.startAsyncAgentBuilderActionHandler; }
54
54
  });
55
55
  Object.defineProperty(exports, "streamAgentBuilderActionHandler", {
56
56
  enumerable: true,
57
- get: function () { return chunkYKENCZQ2_cjs.streamAgentBuilderActionHandler; }
57
+ get: function () { return chunkXB4SIEOA_cjs.streamAgentBuilderActionHandler; }
58
58
  });
59
59
  Object.defineProperty(exports, "streamVNextAgentBuilderActionHandler", {
60
60
  enumerable: true,
61
- get: function () { return chunkYKENCZQ2_cjs.streamVNextAgentBuilderActionHandler; }
61
+ get: function () { return chunkXB4SIEOA_cjs.streamVNextAgentBuilderActionHandler; }
62
62
  });
63
63
  Object.defineProperty(exports, "watchAgentBuilderActionHandler", {
64
64
  enumerable: true,
65
- get: function () { return chunkYKENCZQ2_cjs.watchAgentBuilderActionHandler; }
65
+ get: function () { return chunkXB4SIEOA_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-CVOGYUL7.js';
1
+ export { cancelAgentBuilderActionRunHandler, createAgentBuilderActionRunHandler, getAgentBuilderActionByIdHandler, getAgentBuilderActionRunByIdHandler, getAgentBuilderActionRunExecutionResultHandler, getAgentBuilderActionRunsHandler, getAgentBuilderActionsHandler, resumeAgentBuilderActionHandler, resumeAsyncAgentBuilderActionHandler, sendAgentBuilderActionRunEventHandler, startAgentBuilderActionRunHandler, startAsyncAgentBuilderActionHandler, streamAgentBuilderActionHandler, streamVNextAgentBuilderActionHandler, watchAgentBuilderActionHandler } from '../../chunk-XYQZ3T3K.js';
2
2
  //# sourceMappingURL=agent-builder.js.map
3
3
  //# sourceMappingURL=agent-builder.js.map
@@ -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 chunkTOP25AIO_cjs = require('../chunk-TOP25AIO.cjs');
12
- var chunkYKENCZQ2_cjs = require('../chunk-YKENCZQ2.cjs');
12
+ var chunkXB4SIEOA_cjs = require('../chunk-XB4SIEOA.cjs');
13
13
  var chunkRJX63KSA_cjs = require('../chunk-RJX63KSA.cjs');
14
14
  var chunk5OR5IUUV_cjs = require('../chunk-5OR5IUUV.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 chunkYKENCZQ2_cjs.agent_builder_exports; }
57
+ get: function () { return chunkXB4SIEOA_cjs.agent_builder_exports; }
58
58
  });
59
59
  Object.defineProperty(exports, "workflows", {
60
60
  enumerable: true,
@@ -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-HPXAM2PG.js';
10
- export { agent_builder_exports as agentBuilder } from '../chunk-CVOGYUL7.js';
10
+ export { agent_builder_exports as agentBuilder } from '../chunk-XYQZ3T3K.js';
11
11
  export { workflows_exports as workflows } from '../chunk-XXPCYVTH.js';
12
12
  export { agents_exports as agents } from '../chunk-2V3K6DKN.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.23.1",
3
+ "version": "0.23.2-alpha.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -71,10 +71,10 @@
71
71
  "vitest": "^3.2.4",
72
72
  "zod": "^3.25.76",
73
73
  "@internal/lint": "0.0.55",
74
+ "@mastra/core": "0.23.2-alpha.1",
75
+ "@mastra/agent-builder": "0.2.3-alpha.0",
74
76
  "@internal/storage-test-utils": "0.0.51",
75
- "@mastra/agent-builder": "0.2.2",
76
- "@internal/types-builder": "0.0.30",
77
- "@mastra/core": "0.23.1"
77
+ "@internal/types-builder": "0.0.30"
78
78
  },
79
79
  "homepage": "https://mastra.ai",
80
80
  "repository": {