@mastra/server 2.0.3 → 2.0.4-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.
Files changed (69) hide show
  1. package/dist/_tsup-dts-rollup.d.cts +152 -10
  2. package/dist/_tsup-dts-rollup.d.ts +152 -10
  3. package/dist/{chunk-2FJURXCL.cjs → chunk-24EGIVT7.cjs} +34 -33
  4. package/dist/{chunk-3XTEV33Q.js → chunk-2KIW6AJK.js} +4 -3
  5. package/dist/{chunk-6Q7UXAYJ.cjs → chunk-3HQNCTZ2.cjs} +21 -20
  6. package/dist/{chunk-M56ECCHK.cjs → chunk-4YZ3U35L.cjs} +18 -17
  7. package/dist/{chunk-QN4KF3BH.cjs → chunk-57CJTIPW.cjs} +2 -2
  8. package/dist/chunk-5SN4U5AC.cjs +508 -0
  9. package/dist/{chunk-ZLBRQFDD.cjs → chunk-64U3UDTH.cjs} +2 -2
  10. package/dist/chunk-75ZPJI57.cjs +9 -0
  11. package/dist/{chunk-QJ3AHN64.js → chunk-C7564HUT.js} +4 -3
  12. package/dist/{chunk-L7XE5QTW.js → chunk-H5PTF3Y4.js} +1 -1
  13. package/dist/{chunk-Q6SHQECN.js → chunk-HFWCEP5S.js} +4 -3
  14. package/dist/{chunk-3EJZQ6TQ.js → chunk-HWZVAG3H.js} +3 -3
  15. package/dist/{chunk-4JINXASC.js → chunk-IU5VO2I2.js} +3 -2
  16. package/dist/chunk-LIVAK2DM.js +2001 -0
  17. package/dist/{chunk-3AHQ5RGN.js → chunk-M5ABIP7D.js} +1 -1
  18. package/dist/{chunk-AMVOS7YB.cjs → chunk-MHKNLNAN.cjs} +9 -8
  19. package/dist/chunk-MLKGABMK.js +7 -0
  20. package/dist/{chunk-TRDNDNGQ.js → chunk-NYN7KFXL.js} +1 -7
  21. package/dist/{chunk-FV45V6WC.cjs → chunk-OCWPVYNI.cjs} +0 -7
  22. package/dist/{chunk-SKBVVI24.cjs → chunk-OGCNNUHF.cjs} +9 -9
  23. package/dist/{chunk-M2RXDCPV.cjs → chunk-OHKAN72U.cjs} +76 -57
  24. package/dist/{chunk-BPL2CBLV.js → chunk-OR3CIE2H.js} +3 -2
  25. package/dist/chunk-P6SCPDYW.js +500 -0
  26. package/dist/{chunk-GVBJ5I2S.js → chunk-Q6KMBIAN.js} +5 -4
  27. package/dist/{chunk-CHFORQ7J.cjs → chunk-RYUN5DF4.cjs} +45 -44
  28. package/dist/{chunk-5JNVY6DU.js → chunk-TJKLBTFB.js} +20 -8
  29. package/dist/{chunk-5YGDYMRB.cjs → chunk-VPNDC2DI.cjs} +14 -13
  30. package/dist/{chunk-OWNA6I2H.js → chunk-WVDUW4GI.js} +28 -9
  31. package/dist/{chunk-RBQASTUP.js → chunk-X3ZDCS52.js} +4 -3
  32. package/dist/{chunk-55HTWX4C.cjs → chunk-YBVOQN4M.cjs} +20 -19
  33. package/dist/chunk-YWLUOY3D.cjs +2004 -0
  34. package/dist/{chunk-D3G23FP3.cjs → chunk-ZE5AAC4I.cjs} +37 -25
  35. package/dist/server/handlers/a2a.cjs +30 -0
  36. package/dist/server/handlers/a2a.d.cts +6 -0
  37. package/dist/server/handlers/a2a.d.ts +6 -0
  38. package/dist/server/handlers/a2a.js +1 -0
  39. package/dist/server/handlers/agents.cjs +7 -7
  40. package/dist/server/handlers/agents.js +1 -1
  41. package/dist/server/handlers/error.cjs +2 -2
  42. package/dist/server/handlers/error.js +1 -1
  43. package/dist/server/handlers/logs.cjs +4 -4
  44. package/dist/server/handlers/logs.js +1 -1
  45. package/dist/server/handlers/memory.cjs +9 -9
  46. package/dist/server/handlers/memory.js +1 -1
  47. package/dist/server/handlers/network.cjs +5 -5
  48. package/dist/server/handlers/network.js +1 -1
  49. package/dist/server/handlers/telemetry.cjs +3 -3
  50. package/dist/server/handlers/telemetry.js +1 -1
  51. package/dist/server/handlers/tools.cjs +5 -5
  52. package/dist/server/handlers/tools.js +1 -1
  53. package/dist/server/handlers/utils.cjs +2 -2
  54. package/dist/server/handlers/utils.js +1 -1
  55. package/dist/server/handlers/vNextWorkflows.cjs +11 -11
  56. package/dist/server/handlers/vNextWorkflows.js +1 -1
  57. package/dist/server/handlers/vector.cjs +7 -7
  58. package/dist/server/handlers/vector.js +1 -1
  59. package/dist/server/handlers/voice.cjs +4 -4
  60. package/dist/server/handlers/voice.js +1 -1
  61. package/dist/server/handlers/workflows.cjs +11 -11
  62. package/dist/server/handlers/workflows.js +1 -1
  63. package/dist/server/handlers.cjs +28 -23
  64. package/dist/server/handlers.d.cts +1 -0
  65. package/dist/server/handlers.d.ts +1 -0
  66. package/dist/server/handlers.js +11 -10
  67. package/package.json +6 -4
  68. package/dist/chunk-5SWCVTNL.cjs +0 -5579
  69. package/dist/chunk-OMN3UI6X.js +0 -5576
@@ -1,14 +1,16 @@
1
1
  'use strict';
2
2
 
3
- var chunk5SWCVTNL_cjs = require('./chunk-5SWCVTNL.cjs');
4
- var chunkQN4KF3BH_cjs = require('./chunk-QN4KF3BH.cjs');
5
- var chunkZLBRQFDD_cjs = require('./chunk-ZLBRQFDD.cjs');
6
- var chunkFV45V6WC_cjs = require('./chunk-FV45V6WC.cjs');
3
+ var chunkYWLUOY3D_cjs = require('./chunk-YWLUOY3D.cjs');
4
+ var chunk57CJTIPW_cjs = require('./chunk-57CJTIPW.cjs');
5
+ var chunk64U3UDTH_cjs = require('./chunk-64U3UDTH.cjs');
6
+ var chunkOCWPVYNI_cjs = require('./chunk-OCWPVYNI.cjs');
7
+ var chunk75ZPJI57_cjs = require('./chunk-75ZPJI57.cjs');
8
+ var di = require('@mastra/core/di');
7
9
  var tools = require('@mastra/core/tools');
8
10
 
9
11
  // src/server/handlers/tools.ts
10
12
  var tools_exports = {};
11
- chunkFV45V6WC_cjs.__export(tools_exports, {
13
+ chunk75ZPJI57_cjs.__export(tools_exports, {
12
14
  executeAgentToolHandler: () => executeAgentToolHandler,
13
15
  executeToolHandler: () => executeToolHandler,
14
16
  getToolByIdHandler: () => getToolByIdHandler,
@@ -24,8 +26,8 @@ async function getToolsHandler({ tools }) {
24
26
  const tool = _tool;
25
27
  acc[id] = {
26
28
  ...tool,
27
- inputSchema: tool.inputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(tool.inputSchema)) : void 0,
28
- outputSchema: tool.outputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(tool.outputSchema)) : void 0
29
+ inputSchema: tool.inputSchema ? chunkYWLUOY3D_cjs.stringify(chunkYWLUOY3D_cjs.esm_default(tool.inputSchema)) : void 0,
30
+ outputSchema: tool.outputSchema ? chunkYWLUOY3D_cjs.stringify(chunkYWLUOY3D_cjs.esm_default(tool.outputSchema)) : void 0
29
31
  };
30
32
  return acc;
31
33
  },
@@ -33,23 +35,23 @@ async function getToolsHandler({ tools }) {
33
35
  );
34
36
  return serializedTools;
35
37
  } catch (error) {
36
- return chunkZLBRQFDD_cjs.handleError(error, "Error getting tools");
38
+ return chunk64U3UDTH_cjs.handleError(error, "Error getting tools");
37
39
  }
38
40
  }
39
41
  async function getToolByIdHandler({ tools, toolId }) {
40
42
  try {
41
43
  const tool = Object.values(tools || {}).find((tool2) => tool2.id === toolId);
42
44
  if (!tool) {
43
- throw new chunkFV45V6WC_cjs.HTTPException(404, { message: "Tool not found" });
45
+ throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Tool not found" });
44
46
  }
45
47
  const serializedTool = {
46
48
  ...tool,
47
- inputSchema: tool.inputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(tool.inputSchema)) : void 0,
48
- outputSchema: tool.outputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(tool.outputSchema)) : void 0
49
+ inputSchema: tool.inputSchema ? chunkYWLUOY3D_cjs.stringify(chunkYWLUOY3D_cjs.esm_default(tool.inputSchema)) : void 0,
50
+ outputSchema: tool.outputSchema ? chunkYWLUOY3D_cjs.stringify(chunkYWLUOY3D_cjs.esm_default(tool.outputSchema)) : void 0
49
51
  };
50
52
  return serializedTool;
51
53
  } catch (error) {
52
- return chunkZLBRQFDD_cjs.handleError(error, "Error getting tool");
54
+ return chunk64U3UDTH_cjs.handleError(error, "Error getting tool");
53
55
  }
54
56
  }
55
57
  function executeToolHandler(tools$1) {
@@ -58,33 +60,38 @@ function executeToolHandler(tools$1) {
58
60
  runId,
59
61
  toolId,
60
62
  data,
61
- runtimeContext
63
+ runtimeContext,
64
+ runtimeContextFromRequest
62
65
  }) => {
63
66
  try {
64
67
  if (!toolId) {
65
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "Tool ID is required" });
68
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Tool ID is required" });
66
69
  }
67
70
  const tool = Object.values(tools$1 || {}).find((tool2) => tool2.id === toolId);
68
71
  if (!tool) {
69
- throw new chunkFV45V6WC_cjs.HTTPException(404, { message: "Tool not found" });
72
+ throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Tool not found" });
70
73
  }
71
74
  if (!tool?.execute) {
72
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "Tool is not executable" });
75
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Tool is not executable" });
73
76
  }
74
- chunkQN4KF3BH_cjs.validateBody({ data });
77
+ chunk57CJTIPW_cjs.validateBody({ data });
75
78
  if (tools.isVercelTool(tool)) {
76
79
  const result2 = await tool.execute(data);
77
80
  return result2;
78
81
  }
82
+ const finalRuntimeContext = new di.RuntimeContext([
83
+ ...Array.from(runtimeContext.entries()),
84
+ ...Array.from(Object.entries(runtimeContextFromRequest ?? {}))
85
+ ]);
79
86
  const result = await tool.execute({
80
87
  context: data,
81
88
  mastra,
82
89
  runId,
83
- runtimeContext
90
+ runtimeContext: finalRuntimeContext
84
91
  });
85
92
  return result;
86
93
  } catch (error) {
87
- return chunkZLBRQFDD_cjs.handleError(error, "Error executing tool");
94
+ return chunk64U3UDTH_cjs.handleError(error, "Error executing tool");
88
95
  }
89
96
  };
90
97
  }
@@ -93,29 +100,34 @@ async function executeAgentToolHandler({
93
100
  agentId,
94
101
  toolId,
95
102
  data,
96
- runtimeContext
103
+ runtimeContext,
104
+ runtimeContextFromRequest
97
105
  }) {
98
106
  try {
99
107
  const agent = agentId ? mastra.getAgent(agentId) : null;
100
108
  if (!agent) {
101
- throw new chunkFV45V6WC_cjs.HTTPException(404, { message: "Tool not found" });
109
+ throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Tool not found" });
102
110
  }
103
111
  const tool = Object.values(agent?.tools || {}).find((tool2) => tool2.id === toolId);
104
112
  if (!tool) {
105
- throw new chunkFV45V6WC_cjs.HTTPException(404, { message: "Tool not found" });
113
+ throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Tool not found" });
106
114
  }
107
115
  if (!tool?.execute) {
108
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "Tool is not executable" });
116
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Tool is not executable" });
109
117
  }
118
+ const finalRuntimeContext = new di.RuntimeContext([
119
+ ...Array.from(runtimeContext.entries()),
120
+ ...Array.from(Object.entries(runtimeContextFromRequest ?? {}))
121
+ ]);
110
122
  const result = await tool.execute({
111
123
  context: data,
112
- runtimeContext,
124
+ runtimeContext: finalRuntimeContext,
113
125
  mastra,
114
126
  runId: agentId
115
127
  });
116
128
  return result;
117
129
  } catch (error) {
118
- return chunkZLBRQFDD_cjs.handleError(error, "Error executing tool");
130
+ return chunk64U3UDTH_cjs.handleError(error, "Error executing tool");
119
131
  }
120
132
  }
121
133
 
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ var chunk5SN4U5AC_cjs = require('../../chunk-5SN4U5AC.cjs');
4
+
5
+
6
+
7
+ Object.defineProperty(exports, "getAgentCardByIdHandler", {
8
+ enumerable: true,
9
+ get: function () { return chunk5SN4U5AC_cjs.getAgentCardByIdHandler; }
10
+ });
11
+ Object.defineProperty(exports, "getAgentExecutionHandler", {
12
+ enumerable: true,
13
+ get: function () { return chunk5SN4U5AC_cjs.getAgentExecutionHandler; }
14
+ });
15
+ Object.defineProperty(exports, "handleTaskCancel", {
16
+ enumerable: true,
17
+ get: function () { return chunk5SN4U5AC_cjs.handleTaskCancel; }
18
+ });
19
+ Object.defineProperty(exports, "handleTaskGet", {
20
+ enumerable: true,
21
+ get: function () { return chunk5SN4U5AC_cjs.handleTaskGet; }
22
+ });
23
+ Object.defineProperty(exports, "handleTaskSend", {
24
+ enumerable: true,
25
+ get: function () { return chunk5SN4U5AC_cjs.handleTaskSend; }
26
+ });
27
+ Object.defineProperty(exports, "handleTaskSendSubscribe", {
28
+ enumerable: true,
29
+ get: function () { return chunk5SN4U5AC_cjs.handleTaskSendSubscribe; }
30
+ });
@@ -0,0 +1,6 @@
1
+ export { getAgentCardByIdHandler } from '../../_tsup-dts-rollup.cjs';
2
+ export { handleTaskSend } from '../../_tsup-dts-rollup.cjs';
3
+ export { handleTaskGet } from '../../_tsup-dts-rollup.cjs';
4
+ export { handleTaskSendSubscribe } from '../../_tsup-dts-rollup.cjs';
5
+ export { handleTaskCancel } from '../../_tsup-dts-rollup.cjs';
6
+ export { getAgentExecutionHandler } from '../../_tsup-dts-rollup.cjs';
@@ -0,0 +1,6 @@
1
+ export { getAgentCardByIdHandler } from '../../_tsup-dts-rollup.js';
2
+ export { handleTaskSend } from '../../_tsup-dts-rollup.js';
3
+ export { handleTaskGet } from '../../_tsup-dts-rollup.js';
4
+ export { handleTaskSendSubscribe } from '../../_tsup-dts-rollup.js';
5
+ export { handleTaskCancel } from '../../_tsup-dts-rollup.js';
6
+ export { getAgentExecutionHandler } from '../../_tsup-dts-rollup.js';
@@ -0,0 +1 @@
1
+ export { getAgentCardByIdHandler, getAgentExecutionHandler, handleTaskCancel, handleTaskGet, handleTaskSend, handleTaskSendSubscribe } from '../../chunk-P6SCPDYW.js';
@@ -1,30 +1,30 @@
1
1
  'use strict';
2
2
 
3
- var chunk6Q7UXAYJ_cjs = require('../../chunk-6Q7UXAYJ.cjs');
3
+ var chunk3HQNCTZ2_cjs = require('../../chunk-3HQNCTZ2.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "generateHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunk6Q7UXAYJ_cjs.generateHandler; }
9
+ get: function () { return chunk3HQNCTZ2_cjs.generateHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "getAgentByIdHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunk6Q7UXAYJ_cjs.getAgentByIdHandler; }
13
+ get: function () { return chunk3HQNCTZ2_cjs.getAgentByIdHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "getAgentsHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunk6Q7UXAYJ_cjs.getAgentsHandler; }
17
+ get: function () { return chunk3HQNCTZ2_cjs.getAgentsHandler; }
18
18
  });
19
19
  Object.defineProperty(exports, "getEvalsByAgentIdHandler", {
20
20
  enumerable: true,
21
- get: function () { return chunk6Q7UXAYJ_cjs.getEvalsByAgentIdHandler; }
21
+ get: function () { return chunk3HQNCTZ2_cjs.getEvalsByAgentIdHandler; }
22
22
  });
23
23
  Object.defineProperty(exports, "getLiveEvalsByAgentIdHandler", {
24
24
  enumerable: true,
25
- get: function () { return chunk6Q7UXAYJ_cjs.getLiveEvalsByAgentIdHandler; }
25
+ get: function () { return chunk3HQNCTZ2_cjs.getLiveEvalsByAgentIdHandler; }
26
26
  });
27
27
  Object.defineProperty(exports, "streamGenerateHandler", {
28
28
  enumerable: true,
29
- get: function () { return chunk6Q7UXAYJ_cjs.streamGenerateHandler; }
29
+ get: function () { return chunk3HQNCTZ2_cjs.streamGenerateHandler; }
30
30
  });
@@ -1 +1 @@
1
- export { generateHandler, getAgentByIdHandler, getAgentsHandler, getEvalsByAgentIdHandler, getLiveEvalsByAgentIdHandler, streamGenerateHandler } from '../../chunk-GVBJ5I2S.js';
1
+ export { generateHandler, getAgentByIdHandler, getAgentsHandler, getEvalsByAgentIdHandler, getLiveEvalsByAgentIdHandler, streamGenerateHandler } from '../../chunk-Q6KMBIAN.js';
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var chunkZLBRQFDD_cjs = require('../../chunk-ZLBRQFDD.cjs');
3
+ var chunk64U3UDTH_cjs = require('../../chunk-64U3UDTH.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "handleError", {
8
8
  enumerable: true,
9
- get: function () { return chunkZLBRQFDD_cjs.handleError; }
9
+ get: function () { return chunk64U3UDTH_cjs.handleError; }
10
10
  });
@@ -1 +1 @@
1
- export { handleError } from '../../chunk-3AHQ5RGN.js';
1
+ export { handleError } from '../../chunk-M5ABIP7D.js';
@@ -1,18 +1,18 @@
1
1
  'use strict';
2
2
 
3
- var chunkSKBVVI24_cjs = require('../../chunk-SKBVVI24.cjs');
3
+ var chunkOGCNNUHF_cjs = require('../../chunk-OGCNNUHF.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "getLogTransports", {
8
8
  enumerable: true,
9
- get: function () { return chunkSKBVVI24_cjs.getLogTransports; }
9
+ get: function () { return chunkOGCNNUHF_cjs.getLogTransports; }
10
10
  });
11
11
  Object.defineProperty(exports, "getLogsByRunIdHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunkSKBVVI24_cjs.getLogsByRunIdHandler; }
13
+ get: function () { return chunkOGCNNUHF_cjs.getLogsByRunIdHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "getLogsHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunkSKBVVI24_cjs.getLogsHandler; }
17
+ get: function () { return chunkOGCNNUHF_cjs.getLogsHandler; }
18
18
  });
@@ -1 +1 @@
1
- export { getLogTransports, getLogsByRunIdHandler, getLogsHandler } from '../../chunk-3EJZQ6TQ.js';
1
+ export { getLogTransports, getLogsByRunIdHandler, getLogsHandler } from '../../chunk-HWZVAG3H.js';
@@ -1,38 +1,38 @@
1
1
  'use strict';
2
2
 
3
- var chunk2FJURXCL_cjs = require('../../chunk-2FJURXCL.cjs');
3
+ var chunk24EGIVT7_cjs = require('../../chunk-24EGIVT7.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "createThreadHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunk2FJURXCL_cjs.createThreadHandler; }
9
+ get: function () { return chunk24EGIVT7_cjs.createThreadHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "deleteThreadHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunk2FJURXCL_cjs.deleteThreadHandler; }
13
+ get: function () { return chunk24EGIVT7_cjs.deleteThreadHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "getMemoryStatusHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunk2FJURXCL_cjs.getMemoryStatusHandler; }
17
+ get: function () { return chunk24EGIVT7_cjs.getMemoryStatusHandler; }
18
18
  });
19
19
  Object.defineProperty(exports, "getMessagesHandler", {
20
20
  enumerable: true,
21
- get: function () { return chunk2FJURXCL_cjs.getMessagesHandler; }
21
+ get: function () { return chunk24EGIVT7_cjs.getMessagesHandler; }
22
22
  });
23
23
  Object.defineProperty(exports, "getThreadByIdHandler", {
24
24
  enumerable: true,
25
- get: function () { return chunk2FJURXCL_cjs.getThreadByIdHandler; }
25
+ get: function () { return chunk24EGIVT7_cjs.getThreadByIdHandler; }
26
26
  });
27
27
  Object.defineProperty(exports, "getThreadsHandler", {
28
28
  enumerable: true,
29
- get: function () { return chunk2FJURXCL_cjs.getThreadsHandler; }
29
+ get: function () { return chunk24EGIVT7_cjs.getThreadsHandler; }
30
30
  });
31
31
  Object.defineProperty(exports, "saveMessagesHandler", {
32
32
  enumerable: true,
33
- get: function () { return chunk2FJURXCL_cjs.saveMessagesHandler; }
33
+ get: function () { return chunk24EGIVT7_cjs.saveMessagesHandler; }
34
34
  });
35
35
  Object.defineProperty(exports, "updateThreadHandler", {
36
36
  enumerable: true,
37
- get: function () { return chunk2FJURXCL_cjs.updateThreadHandler; }
37
+ get: function () { return chunk24EGIVT7_cjs.updateThreadHandler; }
38
38
  });
@@ -1 +1 @@
1
- export { createThreadHandler, deleteThreadHandler, getMemoryStatusHandler, getMessagesHandler, getThreadByIdHandler, getThreadsHandler, saveMessagesHandler, updateThreadHandler } from '../../chunk-RBQASTUP.js';
1
+ export { createThreadHandler, deleteThreadHandler, getMemoryStatusHandler, getMessagesHandler, getThreadByIdHandler, getThreadsHandler, saveMessagesHandler, updateThreadHandler } from '../../chunk-X3ZDCS52.js';
@@ -1,22 +1,22 @@
1
1
  'use strict';
2
2
 
3
- var chunk5YGDYMRB_cjs = require('../../chunk-5YGDYMRB.cjs');
3
+ var chunkVPNDC2DI_cjs = require('../../chunk-VPNDC2DI.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "generateHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunk5YGDYMRB_cjs.generateHandler; }
9
+ get: function () { return chunkVPNDC2DI_cjs.generateHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "getNetworkByIdHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunk5YGDYMRB_cjs.getNetworkByIdHandler; }
13
+ get: function () { return chunkVPNDC2DI_cjs.getNetworkByIdHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "getNetworksHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunk5YGDYMRB_cjs.getNetworksHandler; }
17
+ get: function () { return chunkVPNDC2DI_cjs.getNetworksHandler; }
18
18
  });
19
19
  Object.defineProperty(exports, "streamGenerateHandler", {
20
20
  enumerable: true,
21
- get: function () { return chunk5YGDYMRB_cjs.streamGenerateHandler; }
21
+ get: function () { return chunkVPNDC2DI_cjs.streamGenerateHandler; }
22
22
  });
@@ -1 +1 @@
1
- export { generateHandler, getNetworkByIdHandler, getNetworksHandler, streamGenerateHandler } from '../../chunk-QJ3AHN64.js';
1
+ export { generateHandler, getNetworkByIdHandler, getNetworksHandler, streamGenerateHandler } from '../../chunk-C7564HUT.js';
@@ -1,14 +1,14 @@
1
1
  'use strict';
2
2
 
3
- var chunkAMVOS7YB_cjs = require('../../chunk-AMVOS7YB.cjs');
3
+ var chunkMHKNLNAN_cjs = require('../../chunk-MHKNLNAN.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "getTelemetryHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunkAMVOS7YB_cjs.getTelemetryHandler; }
9
+ get: function () { return chunkMHKNLNAN_cjs.getTelemetryHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "storeTelemetryHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunkAMVOS7YB_cjs.storeTelemetryHandler; }
13
+ get: function () { return chunkMHKNLNAN_cjs.storeTelemetryHandler; }
14
14
  });
@@ -1 +1 @@
1
- export { getTelemetryHandler, storeTelemetryHandler } from '../../chunk-BPL2CBLV.js';
1
+ export { getTelemetryHandler, storeTelemetryHandler } from '../../chunk-OR3CIE2H.js';
@@ -1,22 +1,22 @@
1
1
  'use strict';
2
2
 
3
- var chunkD3G23FP3_cjs = require('../../chunk-D3G23FP3.cjs');
3
+ var chunkZE5AAC4I_cjs = require('../../chunk-ZE5AAC4I.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "executeAgentToolHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunkD3G23FP3_cjs.executeAgentToolHandler; }
9
+ get: function () { return chunkZE5AAC4I_cjs.executeAgentToolHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "executeToolHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunkD3G23FP3_cjs.executeToolHandler; }
13
+ get: function () { return chunkZE5AAC4I_cjs.executeToolHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "getToolByIdHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunkD3G23FP3_cjs.getToolByIdHandler; }
17
+ get: function () { return chunkZE5AAC4I_cjs.getToolByIdHandler; }
18
18
  });
19
19
  Object.defineProperty(exports, "getToolsHandler", {
20
20
  enumerable: true,
21
- get: function () { return chunkD3G23FP3_cjs.getToolsHandler; }
21
+ get: function () { return chunkZE5AAC4I_cjs.getToolsHandler; }
22
22
  });
@@ -1 +1 @@
1
- export { executeAgentToolHandler, executeToolHandler, getToolByIdHandler, getToolsHandler } from '../../chunk-5JNVY6DU.js';
1
+ export { executeAgentToolHandler, executeToolHandler, getToolByIdHandler, getToolsHandler } from '../../chunk-TJKLBTFB.js';
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var chunkQN4KF3BH_cjs = require('../../chunk-QN4KF3BH.cjs');
3
+ var chunk57CJTIPW_cjs = require('../../chunk-57CJTIPW.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "validateBody", {
8
8
  enumerable: true,
9
- get: function () { return chunkQN4KF3BH_cjs.validateBody; }
9
+ get: function () { return chunk57CJTIPW_cjs.validateBody; }
10
10
  });
@@ -1 +1 @@
1
- export { validateBody } from '../../chunk-L7XE5QTW.js';
1
+ export { validateBody } from '../../chunk-H5PTF3Y4.js';
@@ -1,46 +1,46 @@
1
1
  'use strict';
2
2
 
3
- var chunkM2RXDCPV_cjs = require('../../chunk-M2RXDCPV.cjs');
3
+ var chunkOHKAN72U_cjs = require('../../chunk-OHKAN72U.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "createVNextWorkflowRunHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunkM2RXDCPV_cjs.createVNextWorkflowRunHandler; }
9
+ get: function () { return chunkOHKAN72U_cjs.createVNextWorkflowRunHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "getVNextWorkflowByIdHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunkM2RXDCPV_cjs.getVNextWorkflowByIdHandler; }
13
+ get: function () { return chunkOHKAN72U_cjs.getVNextWorkflowByIdHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "getVNextWorkflowRunByIdHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunkM2RXDCPV_cjs.getVNextWorkflowRunByIdHandler; }
17
+ get: function () { return chunkOHKAN72U_cjs.getVNextWorkflowRunByIdHandler; }
18
18
  });
19
19
  Object.defineProperty(exports, "getVNextWorkflowRunsHandler", {
20
20
  enumerable: true,
21
- get: function () { return chunkM2RXDCPV_cjs.getVNextWorkflowRunsHandler; }
21
+ get: function () { return chunkOHKAN72U_cjs.getVNextWorkflowRunsHandler; }
22
22
  });
23
23
  Object.defineProperty(exports, "getVNextWorkflowsHandler", {
24
24
  enumerable: true,
25
- get: function () { return chunkM2RXDCPV_cjs.getVNextWorkflowsHandler; }
25
+ get: function () { return chunkOHKAN72U_cjs.getVNextWorkflowsHandler; }
26
26
  });
27
27
  Object.defineProperty(exports, "resumeAsyncVNextWorkflowHandler", {
28
28
  enumerable: true,
29
- get: function () { return chunkM2RXDCPV_cjs.resumeAsyncVNextWorkflowHandler; }
29
+ get: function () { return chunkOHKAN72U_cjs.resumeAsyncVNextWorkflowHandler; }
30
30
  });
31
31
  Object.defineProperty(exports, "resumeVNextWorkflowHandler", {
32
32
  enumerable: true,
33
- get: function () { return chunkM2RXDCPV_cjs.resumeVNextWorkflowHandler; }
33
+ get: function () { return chunkOHKAN72U_cjs.resumeVNextWorkflowHandler; }
34
34
  });
35
35
  Object.defineProperty(exports, "startAsyncVNextWorkflowHandler", {
36
36
  enumerable: true,
37
- get: function () { return chunkM2RXDCPV_cjs.startAsyncVNextWorkflowHandler; }
37
+ get: function () { return chunkOHKAN72U_cjs.startAsyncVNextWorkflowHandler; }
38
38
  });
39
39
  Object.defineProperty(exports, "startVNextWorkflowRunHandler", {
40
40
  enumerable: true,
41
- get: function () { return chunkM2RXDCPV_cjs.startVNextWorkflowRunHandler; }
41
+ get: function () { return chunkOHKAN72U_cjs.startVNextWorkflowRunHandler; }
42
42
  });
43
43
  Object.defineProperty(exports, "watchVNextWorkflowHandler", {
44
44
  enumerable: true,
45
- get: function () { return chunkM2RXDCPV_cjs.watchVNextWorkflowHandler; }
45
+ get: function () { return chunkOHKAN72U_cjs.watchVNextWorkflowHandler; }
46
46
  });
@@ -1 +1 @@
1
- export { createVNextWorkflowRunHandler, getVNextWorkflowByIdHandler, getVNextWorkflowRunByIdHandler, getVNextWorkflowRunsHandler, getVNextWorkflowsHandler, resumeAsyncVNextWorkflowHandler, resumeVNextWorkflowHandler, startAsyncVNextWorkflowHandler, startVNextWorkflowRunHandler, watchVNextWorkflowHandler } from '../../chunk-OWNA6I2H.js';
1
+ export { createVNextWorkflowRunHandler, getVNextWorkflowByIdHandler, getVNextWorkflowRunByIdHandler, getVNextWorkflowRunsHandler, getVNextWorkflowsHandler, resumeAsyncVNextWorkflowHandler, resumeVNextWorkflowHandler, startAsyncVNextWorkflowHandler, startVNextWorkflowRunHandler, watchVNextWorkflowHandler } from '../../chunk-WVDUW4GI.js';
@@ -1,30 +1,30 @@
1
1
  'use strict';
2
2
 
3
- var chunkM56ECCHK_cjs = require('../../chunk-M56ECCHK.cjs');
3
+ var chunk4YZ3U35L_cjs = require('../../chunk-4YZ3U35L.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "createIndex", {
8
8
  enumerable: true,
9
- get: function () { return chunkM56ECCHK_cjs.createIndex; }
9
+ get: function () { return chunk4YZ3U35L_cjs.createIndex; }
10
10
  });
11
11
  Object.defineProperty(exports, "deleteIndex", {
12
12
  enumerable: true,
13
- get: function () { return chunkM56ECCHK_cjs.deleteIndex; }
13
+ get: function () { return chunk4YZ3U35L_cjs.deleteIndex; }
14
14
  });
15
15
  Object.defineProperty(exports, "describeIndex", {
16
16
  enumerable: true,
17
- get: function () { return chunkM56ECCHK_cjs.describeIndex; }
17
+ get: function () { return chunk4YZ3U35L_cjs.describeIndex; }
18
18
  });
19
19
  Object.defineProperty(exports, "listIndexes", {
20
20
  enumerable: true,
21
- get: function () { return chunkM56ECCHK_cjs.listIndexes; }
21
+ get: function () { return chunk4YZ3U35L_cjs.listIndexes; }
22
22
  });
23
23
  Object.defineProperty(exports, "queryVectors", {
24
24
  enumerable: true,
25
- get: function () { return chunkM56ECCHK_cjs.queryVectors; }
25
+ get: function () { return chunk4YZ3U35L_cjs.queryVectors; }
26
26
  });
27
27
  Object.defineProperty(exports, "upsertVectors", {
28
28
  enumerable: true,
29
- get: function () { return chunkM56ECCHK_cjs.upsertVectors; }
29
+ get: function () { return chunk4YZ3U35L_cjs.upsertVectors; }
30
30
  });
@@ -1 +1 @@
1
- export { createIndex, deleteIndex, describeIndex, listIndexes, queryVectors, upsertVectors } from '../../chunk-4JINXASC.js';
1
+ export { createIndex, deleteIndex, describeIndex, listIndexes, queryVectors, upsertVectors } from '../../chunk-IU5VO2I2.js';
@@ -1,18 +1,18 @@
1
1
  'use strict';
2
2
 
3
- var chunk55HTWX4C_cjs = require('../../chunk-55HTWX4C.cjs');
3
+ var chunkYBVOQN4M_cjs = require('../../chunk-YBVOQN4M.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "generateSpeechHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunk55HTWX4C_cjs.generateSpeechHandler; }
9
+ get: function () { return chunkYBVOQN4M_cjs.generateSpeechHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "getSpeakersHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunk55HTWX4C_cjs.getSpeakersHandler; }
13
+ get: function () { return chunkYBVOQN4M_cjs.getSpeakersHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "transcribeSpeechHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunk55HTWX4C_cjs.transcribeSpeechHandler; }
17
+ get: function () { return chunkYBVOQN4M_cjs.transcribeSpeechHandler; }
18
18
  });
@@ -1 +1 @@
1
- export { generateSpeechHandler, getSpeakersHandler, transcribeSpeechHandler } from '../../chunk-Q6SHQECN.js';
1
+ export { generateSpeechHandler, getSpeakersHandler, transcribeSpeechHandler } from '../../chunk-HFWCEP5S.js';
@@ -1,46 +1,46 @@
1
1
  'use strict';
2
2
 
3
- var chunkCHFORQ7J_cjs = require('../../chunk-CHFORQ7J.cjs');
3
+ var chunkRYUN5DF4_cjs = require('../../chunk-RYUN5DF4.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "createRunHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunkCHFORQ7J_cjs.createRunHandler; }
9
+ get: function () { return chunkRYUN5DF4_cjs.createRunHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "getWorkflowByIdHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunkCHFORQ7J_cjs.getWorkflowByIdHandler; }
13
+ get: function () { return chunkRYUN5DF4_cjs.getWorkflowByIdHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "getWorkflowRunHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunkCHFORQ7J_cjs.getWorkflowRunHandler; }
17
+ get: function () { return chunkRYUN5DF4_cjs.getWorkflowRunHandler; }
18
18
  });
19
19
  Object.defineProperty(exports, "getWorkflowRunsHandler", {
20
20
  enumerable: true,
21
- get: function () { return chunkCHFORQ7J_cjs.getWorkflowRunsHandler; }
21
+ get: function () { return chunkRYUN5DF4_cjs.getWorkflowRunsHandler; }
22
22
  });
23
23
  Object.defineProperty(exports, "getWorkflowsHandler", {
24
24
  enumerable: true,
25
- get: function () { return chunkCHFORQ7J_cjs.getWorkflowsHandler; }
25
+ get: function () { return chunkRYUN5DF4_cjs.getWorkflowsHandler; }
26
26
  });
27
27
  Object.defineProperty(exports, "resumeAsyncWorkflowHandler", {
28
28
  enumerable: true,
29
- get: function () { return chunkCHFORQ7J_cjs.resumeAsyncWorkflowHandler; }
29
+ get: function () { return chunkRYUN5DF4_cjs.resumeAsyncWorkflowHandler; }
30
30
  });
31
31
  Object.defineProperty(exports, "resumeWorkflowHandler", {
32
32
  enumerable: true,
33
- get: function () { return chunkCHFORQ7J_cjs.resumeWorkflowHandler; }
33
+ get: function () { return chunkRYUN5DF4_cjs.resumeWorkflowHandler; }
34
34
  });
35
35
  Object.defineProperty(exports, "startAsyncWorkflowHandler", {
36
36
  enumerable: true,
37
- get: function () { return chunkCHFORQ7J_cjs.startAsyncWorkflowHandler; }
37
+ get: function () { return chunkRYUN5DF4_cjs.startAsyncWorkflowHandler; }
38
38
  });
39
39
  Object.defineProperty(exports, "startWorkflowRunHandler", {
40
40
  enumerable: true,
41
- get: function () { return chunkCHFORQ7J_cjs.startWorkflowRunHandler; }
41
+ get: function () { return chunkRYUN5DF4_cjs.startWorkflowRunHandler; }
42
42
  });
43
43
  Object.defineProperty(exports, "watchWorkflowHandler", {
44
44
  enumerable: true,
45
- get: function () { return chunkCHFORQ7J_cjs.watchWorkflowHandler; }
45
+ get: function () { return chunkRYUN5DF4_cjs.watchWorkflowHandler; }
46
46
  });