@mastra/server 0.0.0-bundle-dynamic-imports-20250424001248 → 0.0.0-cli-debug-20250611094457

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 (81) hide show
  1. package/README.md +48 -135
  2. package/dist/_tsup-dts-rollup.d.cts +331 -42
  3. package/dist/_tsup-dts-rollup.d.ts +331 -42
  4. package/dist/{chunk-4JINXASC.js → chunk-55DOQLP6.js} +5 -4
  5. package/dist/{chunk-QN4KF3BH.cjs → chunk-57CJTIPW.cjs} +2 -2
  6. package/dist/{chunk-ZLBRQFDD.cjs → chunk-64U3UDTH.cjs} +2 -2
  7. package/dist/chunk-6F2H7Y45.js +255 -0
  8. package/dist/{chunk-2FJURXCL.cjs → chunk-6TJSHFCJ.cjs} +44 -36
  9. package/dist/chunk-75ZPJI57.cjs +9 -0
  10. package/dist/chunk-7IBZ4L35.js +344 -0
  11. package/dist/{chunk-7IWQE76Z.cjs → chunk-B4MQFJ7G.cjs} +16 -10
  12. package/dist/{chunk-WTHDCRMY.js → chunk-BFOA2QQY.js} +12 -6
  13. package/dist/{chunk-M56ECCHK.cjs → chunk-BNEY4P4P.cjs} +20 -19
  14. package/dist/{chunk-RE6YL32K.js → chunk-C7564HUT.js} +52 -30
  15. package/dist/{chunk-55HTWX4C.cjs → chunk-CMMOIUFC.cjs} +40 -19
  16. package/dist/{chunk-Q6SHQECN.js → chunk-CP55EVBK.js} +24 -4
  17. package/dist/chunk-GHC4YV6R.js +504 -0
  18. package/dist/{chunk-L7XE5QTW.js → chunk-H5PTF3Y4.js} +1 -1
  19. package/dist/{chunk-5JNVY6DU.js → chunk-HYP7B2TL.js} +7 -5
  20. package/dist/{chunk-RBQASTUP.js → chunk-I7KJZNX5.js} +14 -6
  21. package/dist/chunk-IMBY5XUG.cjs +86 -0
  22. package/dist/chunk-JEWNMAYQ.cjs +263 -0
  23. package/dist/chunk-JKF6PRPU.cjs +357 -0
  24. package/dist/{chunk-3AHQ5RGN.js → chunk-M5ABIP7D.js} +1 -1
  25. package/dist/chunk-MLKGABMK.js +7 -0
  26. package/dist/{chunk-TRDNDNGQ.js → chunk-NYN7KFXL.js} +1 -7
  27. package/dist/{chunk-FV45V6WC.cjs → chunk-OCWPVYNI.cjs} +0 -7
  28. package/dist/chunk-QLG2PFHE.js +81 -0
  29. package/dist/chunk-SDPGVWQJ.cjs +512 -0
  30. package/dist/{chunk-LFOBHRFO.js → chunk-TEZOEGR4.js} +69 -54
  31. package/dist/{chunk-D3G23FP3.cjs → chunk-TJO277H7.cjs} +24 -22
  32. package/dist/chunk-UZ7FJ66C.cjs +332 -0
  33. package/dist/{chunk-FPIWDH5Y.cjs → chunk-VPNDC2DI.cjs} +62 -40
  34. package/dist/chunk-WKWHYFX4.js +2001 -0
  35. package/dist/chunk-XUGQSVZ4.cjs +2004 -0
  36. package/dist/server/handlers/a2a.cjs +30 -0
  37. package/dist/server/handlers/a2a.d.cts +6 -0
  38. package/dist/server/handlers/a2a.d.ts +6 -0
  39. package/dist/server/handlers/a2a.js +1 -0
  40. package/dist/server/handlers/agents.cjs +7 -7
  41. package/dist/server/handlers/agents.js +1 -1
  42. package/dist/server/handlers/error.cjs +2 -2
  43. package/dist/server/handlers/error.js +1 -1
  44. package/dist/server/handlers/legacyWorkflows.cjs +46 -0
  45. package/dist/server/handlers/legacyWorkflows.d.cts +10 -0
  46. package/dist/server/handlers/legacyWorkflows.d.ts +10 -0
  47. package/dist/server/handlers/legacyWorkflows.js +1 -0
  48. package/dist/server/handlers/logs.cjs +4 -4
  49. package/dist/server/handlers/logs.js +1 -1
  50. package/dist/server/handlers/memory.cjs +9 -9
  51. package/dist/server/handlers/memory.js +1 -1
  52. package/dist/server/handlers/network.cjs +5 -5
  53. package/dist/server/handlers/network.js +1 -1
  54. package/dist/server/handlers/telemetry.cjs +3 -3
  55. package/dist/server/handlers/telemetry.js +1 -1
  56. package/dist/server/handlers/tools.cjs +5 -5
  57. package/dist/server/handlers/tools.js +1 -1
  58. package/dist/server/handlers/utils.cjs +2 -2
  59. package/dist/server/handlers/utils.js +1 -1
  60. package/dist/server/handlers/vector.cjs +7 -7
  61. package/dist/server/handlers/vector.js +1 -1
  62. package/dist/server/handlers/voice.cjs +8 -4
  63. package/dist/server/handlers/voice.d.cts +1 -0
  64. package/dist/server/handlers/voice.d.ts +1 -0
  65. package/dist/server/handlers/voice.js +1 -1
  66. package/dist/server/handlers/workflows.cjs +17 -13
  67. package/dist/server/handlers/workflows.d.cts +3 -2
  68. package/dist/server/handlers/workflows.d.ts +3 -2
  69. package/dist/server/handlers/workflows.js +1 -1
  70. package/dist/server/handlers.cjs +33 -23
  71. package/dist/server/handlers.d.cts +2 -0
  72. package/dist/server/handlers.d.ts +2 -0
  73. package/dist/server/handlers.js +11 -9
  74. package/package.json +12 -10
  75. package/dist/chunk-3EJZQ6TQ.js +0 -49
  76. package/dist/chunk-5SWCVTNL.cjs +0 -5579
  77. package/dist/chunk-HCOPJZ4A.cjs +0 -164
  78. package/dist/chunk-OMN3UI6X.js +0 -5576
  79. package/dist/chunk-R4J7XQYU.js +0 -156
  80. package/dist/chunk-SKBVVI24.cjs +0 -54
  81. package/dist/chunk-TZK63M5N.cjs +0 -317
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ var chunkSDPGVWQJ_cjs = require('../../chunk-SDPGVWQJ.cjs');
4
+
5
+
6
+
7
+ Object.defineProperty(exports, "getAgentCardByIdHandler", {
8
+ enumerable: true,
9
+ get: function () { return chunkSDPGVWQJ_cjs.getAgentCardByIdHandler; }
10
+ });
11
+ Object.defineProperty(exports, "getAgentExecutionHandler", {
12
+ enumerable: true,
13
+ get: function () { return chunkSDPGVWQJ_cjs.getAgentExecutionHandler; }
14
+ });
15
+ Object.defineProperty(exports, "handleTaskCancel", {
16
+ enumerable: true,
17
+ get: function () { return chunkSDPGVWQJ_cjs.handleTaskCancel; }
18
+ });
19
+ Object.defineProperty(exports, "handleTaskGet", {
20
+ enumerable: true,
21
+ get: function () { return chunkSDPGVWQJ_cjs.handleTaskGet; }
22
+ });
23
+ Object.defineProperty(exports, "handleTaskSend", {
24
+ enumerable: true,
25
+ get: function () { return chunkSDPGVWQJ_cjs.handleTaskSend; }
26
+ });
27
+ Object.defineProperty(exports, "handleTaskSendSubscribe", {
28
+ enumerable: true,
29
+ get: function () { return chunkSDPGVWQJ_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-GHC4YV6R.js';
@@ -1,30 +1,30 @@
1
1
  'use strict';
2
2
 
3
- var chunkHCOPJZ4A_cjs = require('../../chunk-HCOPJZ4A.cjs');
3
+ var chunkJEWNMAYQ_cjs = require('../../chunk-JEWNMAYQ.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "generateHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunkHCOPJZ4A_cjs.generateHandler; }
9
+ get: function () { return chunkJEWNMAYQ_cjs.generateHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "getAgentByIdHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunkHCOPJZ4A_cjs.getAgentByIdHandler; }
13
+ get: function () { return chunkJEWNMAYQ_cjs.getAgentByIdHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "getAgentsHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunkHCOPJZ4A_cjs.getAgentsHandler; }
17
+ get: function () { return chunkJEWNMAYQ_cjs.getAgentsHandler; }
18
18
  });
19
19
  Object.defineProperty(exports, "getEvalsByAgentIdHandler", {
20
20
  enumerable: true,
21
- get: function () { return chunkHCOPJZ4A_cjs.getEvalsByAgentIdHandler; }
21
+ get: function () { return chunkJEWNMAYQ_cjs.getEvalsByAgentIdHandler; }
22
22
  });
23
23
  Object.defineProperty(exports, "getLiveEvalsByAgentIdHandler", {
24
24
  enumerable: true,
25
- get: function () { return chunkHCOPJZ4A_cjs.getLiveEvalsByAgentIdHandler; }
25
+ get: function () { return chunkJEWNMAYQ_cjs.getLiveEvalsByAgentIdHandler; }
26
26
  });
27
27
  Object.defineProperty(exports, "streamGenerateHandler", {
28
28
  enumerable: true,
29
- get: function () { return chunkHCOPJZ4A_cjs.streamGenerateHandler; }
29
+ get: function () { return chunkJEWNMAYQ_cjs.streamGenerateHandler; }
30
30
  });
@@ -1 +1 @@
1
- export { generateHandler, getAgentByIdHandler, getAgentsHandler, getEvalsByAgentIdHandler, getLiveEvalsByAgentIdHandler, streamGenerateHandler } from '../../chunk-R4J7XQYU.js';
1
+ export { generateHandler, getAgentByIdHandler, getAgentsHandler, getEvalsByAgentIdHandler, getLiveEvalsByAgentIdHandler, streamGenerateHandler } from '../../chunk-6F2H7Y45.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';
@@ -0,0 +1,46 @@
1
+ 'use strict';
2
+
3
+ var chunkUZ7FJ66C_cjs = require('../../chunk-UZ7FJ66C.cjs');
4
+
5
+
6
+
7
+ Object.defineProperty(exports, "createLegacyWorkflowRunHandler", {
8
+ enumerable: true,
9
+ get: function () { return chunkUZ7FJ66C_cjs.createLegacyWorkflowRunHandler; }
10
+ });
11
+ Object.defineProperty(exports, "getLegacyWorkflowByIdHandler", {
12
+ enumerable: true,
13
+ get: function () { return chunkUZ7FJ66C_cjs.getLegacyWorkflowByIdHandler; }
14
+ });
15
+ Object.defineProperty(exports, "getLegacyWorkflowRunHandler", {
16
+ enumerable: true,
17
+ get: function () { return chunkUZ7FJ66C_cjs.getLegacyWorkflowRunHandler; }
18
+ });
19
+ Object.defineProperty(exports, "getLegacyWorkflowRunsHandler", {
20
+ enumerable: true,
21
+ get: function () { return chunkUZ7FJ66C_cjs.getLegacyWorkflowRunsHandler; }
22
+ });
23
+ Object.defineProperty(exports, "getLegacyWorkflowsHandler", {
24
+ enumerable: true,
25
+ get: function () { return chunkUZ7FJ66C_cjs.getLegacyWorkflowsHandler; }
26
+ });
27
+ Object.defineProperty(exports, "resumeAsyncLegacyWorkflowHandler", {
28
+ enumerable: true,
29
+ get: function () { return chunkUZ7FJ66C_cjs.resumeAsyncLegacyWorkflowHandler; }
30
+ });
31
+ Object.defineProperty(exports, "resumeLegacyWorkflowHandler", {
32
+ enumerable: true,
33
+ get: function () { return chunkUZ7FJ66C_cjs.resumeLegacyWorkflowHandler; }
34
+ });
35
+ Object.defineProperty(exports, "startAsyncLegacyWorkflowHandler", {
36
+ enumerable: true,
37
+ get: function () { return chunkUZ7FJ66C_cjs.startAsyncLegacyWorkflowHandler; }
38
+ });
39
+ Object.defineProperty(exports, "startLegacyWorkflowRunHandler", {
40
+ enumerable: true,
41
+ get: function () { return chunkUZ7FJ66C_cjs.startLegacyWorkflowRunHandler; }
42
+ });
43
+ Object.defineProperty(exports, "watchLegacyWorkflowHandler", {
44
+ enumerable: true,
45
+ get: function () { return chunkUZ7FJ66C_cjs.watchLegacyWorkflowHandler; }
46
+ });
@@ -0,0 +1,10 @@
1
+ export { getLegacyWorkflowsHandler } from '../../_tsup-dts-rollup.cjs';
2
+ export { getLegacyWorkflowByIdHandler } from '../../_tsup-dts-rollup.cjs';
3
+ export { startAsyncLegacyWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
4
+ export { getLegacyWorkflowRunHandler } from '../../_tsup-dts-rollup.cjs';
5
+ export { createLegacyWorkflowRunHandler } from '../../_tsup-dts-rollup.cjs';
6
+ export { startLegacyWorkflowRunHandler } from '../../_tsup-dts-rollup.cjs';
7
+ export { watchLegacyWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
8
+ export { resumeAsyncLegacyWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
9
+ export { resumeLegacyWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
10
+ export { getLegacyWorkflowRunsHandler } from '../../_tsup-dts-rollup.cjs';
@@ -0,0 +1,10 @@
1
+ export { getLegacyWorkflowsHandler } from '../../_tsup-dts-rollup.js';
2
+ export { getLegacyWorkflowByIdHandler } from '../../_tsup-dts-rollup.js';
3
+ export { startAsyncLegacyWorkflowHandler } from '../../_tsup-dts-rollup.js';
4
+ export { getLegacyWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
5
+ export { createLegacyWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
6
+ export { startLegacyWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
7
+ export { watchLegacyWorkflowHandler } from '../../_tsup-dts-rollup.js';
8
+ export { resumeAsyncLegacyWorkflowHandler } from '../../_tsup-dts-rollup.js';
9
+ export { resumeLegacyWorkflowHandler } from '../../_tsup-dts-rollup.js';
10
+ export { getLegacyWorkflowRunsHandler } from '../../_tsup-dts-rollup.js';
@@ -0,0 +1 @@
1
+ export { createLegacyWorkflowRunHandler, getLegacyWorkflowByIdHandler, getLegacyWorkflowRunHandler, getLegacyWorkflowRunsHandler, getLegacyWorkflowsHandler, resumeAsyncLegacyWorkflowHandler, resumeLegacyWorkflowHandler, startAsyncLegacyWorkflowHandler, startLegacyWorkflowRunHandler, watchLegacyWorkflowHandler } from '../../chunk-TEZOEGR4.js';
@@ -1,18 +1,18 @@
1
1
  'use strict';
2
2
 
3
- var chunkSKBVVI24_cjs = require('../../chunk-SKBVVI24.cjs');
3
+ var chunkIMBY5XUG_cjs = require('../../chunk-IMBY5XUG.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 chunkIMBY5XUG_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 chunkIMBY5XUG_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 chunkIMBY5XUG_cjs.getLogsHandler; }
18
18
  });
@@ -1 +1 @@
1
- export { getLogTransports, getLogsByRunIdHandler, getLogsHandler } from '../../chunk-3EJZQ6TQ.js';
1
+ export { getLogTransports, getLogsByRunIdHandler, getLogsHandler } from '../../chunk-QLG2PFHE.js';
@@ -1,38 +1,38 @@
1
1
  'use strict';
2
2
 
3
- var chunk2FJURXCL_cjs = require('../../chunk-2FJURXCL.cjs');
3
+ var chunk6TJSHFCJ_cjs = require('../../chunk-6TJSHFCJ.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 chunk6TJSHFCJ_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 chunk6TJSHFCJ_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 chunk6TJSHFCJ_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 chunk6TJSHFCJ_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 chunk6TJSHFCJ_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 chunk6TJSHFCJ_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 chunk6TJSHFCJ_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 chunk6TJSHFCJ_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-I7KJZNX5.js';
@@ -1,22 +1,22 @@
1
1
  'use strict';
2
2
 
3
- var chunkFPIWDH5Y_cjs = require('../../chunk-FPIWDH5Y.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 chunkFPIWDH5Y_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 chunkFPIWDH5Y_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 chunkFPIWDH5Y_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 chunkFPIWDH5Y_cjs.streamGenerateHandler; }
21
+ get: function () { return chunkVPNDC2DI_cjs.streamGenerateHandler; }
22
22
  });
@@ -1 +1 @@
1
- export { generateHandler, getNetworkByIdHandler, getNetworksHandler, streamGenerateHandler } from '../../chunk-RE6YL32K.js';
1
+ export { generateHandler, getNetworkByIdHandler, getNetworksHandler, streamGenerateHandler } from '../../chunk-C7564HUT.js';
@@ -1,14 +1,14 @@
1
1
  'use strict';
2
2
 
3
- var chunk7IWQE76Z_cjs = require('../../chunk-7IWQE76Z.cjs');
3
+ var chunkB4MQFJ7G_cjs = require('../../chunk-B4MQFJ7G.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "getTelemetryHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunk7IWQE76Z_cjs.getTelemetryHandler; }
9
+ get: function () { return chunkB4MQFJ7G_cjs.getTelemetryHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "storeTelemetryHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunk7IWQE76Z_cjs.storeTelemetryHandler; }
13
+ get: function () { return chunkB4MQFJ7G_cjs.storeTelemetryHandler; }
14
14
  });
@@ -1 +1 @@
1
- export { getTelemetryHandler, storeTelemetryHandler } from '../../chunk-WTHDCRMY.js';
1
+ export { getTelemetryHandler, storeTelemetryHandler } from '../../chunk-BFOA2QQY.js';
@@ -1,22 +1,22 @@
1
1
  'use strict';
2
2
 
3
- var chunkD3G23FP3_cjs = require('../../chunk-D3G23FP3.cjs');
3
+ var chunkTJO277H7_cjs = require('../../chunk-TJO277H7.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 chunkTJO277H7_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 chunkTJO277H7_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 chunkTJO277H7_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 chunkTJO277H7_cjs.getToolsHandler; }
22
22
  });
@@ -1 +1 @@
1
- export { executeAgentToolHandler, executeToolHandler, getToolByIdHandler, getToolsHandler } from '../../chunk-5JNVY6DU.js';
1
+ export { executeAgentToolHandler, executeToolHandler, getToolByIdHandler, getToolsHandler } from '../../chunk-HYP7B2TL.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,30 +1,30 @@
1
1
  'use strict';
2
2
 
3
- var chunkM56ECCHK_cjs = require('../../chunk-M56ECCHK.cjs');
3
+ var chunkBNEY4P4P_cjs = require('../../chunk-BNEY4P4P.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 chunkBNEY4P4P_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 chunkBNEY4P4P_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 chunkBNEY4P4P_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 chunkBNEY4P4P_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 chunkBNEY4P4P_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 chunkBNEY4P4P_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-55DOQLP6.js';
@@ -1,18 +1,22 @@
1
1
  'use strict';
2
2
 
3
- var chunk55HTWX4C_cjs = require('../../chunk-55HTWX4C.cjs');
3
+ var chunkCMMOIUFC_cjs = require('../../chunk-CMMOIUFC.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 chunkCMMOIUFC_cjs.generateSpeechHandler; }
10
+ });
11
+ Object.defineProperty(exports, "getListenerHandler", {
12
+ enumerable: true,
13
+ get: function () { return chunkCMMOIUFC_cjs.getListenerHandler; }
10
14
  });
11
15
  Object.defineProperty(exports, "getSpeakersHandler", {
12
16
  enumerable: true,
13
- get: function () { return chunk55HTWX4C_cjs.getSpeakersHandler; }
17
+ get: function () { return chunkCMMOIUFC_cjs.getSpeakersHandler; }
14
18
  });
15
19
  Object.defineProperty(exports, "transcribeSpeechHandler", {
16
20
  enumerable: true,
17
- get: function () { return chunk55HTWX4C_cjs.transcribeSpeechHandler; }
21
+ get: function () { return chunkCMMOIUFC_cjs.transcribeSpeechHandler; }
18
22
  });
@@ -1,3 +1,4 @@
1
1
  export { getSpeakersHandler } from '../../_tsup-dts-rollup.cjs';
2
2
  export { generateSpeechHandler } from '../../_tsup-dts-rollup.cjs';
3
3
  export { transcribeSpeechHandler } from '../../_tsup-dts-rollup.cjs';
4
+ export { getListenerHandler } from '../../_tsup-dts-rollup.cjs';
@@ -1,3 +1,4 @@
1
1
  export { getSpeakersHandler } from '../../_tsup-dts-rollup.js';
2
2
  export { generateSpeechHandler } from '../../_tsup-dts-rollup.js';
3
3
  export { transcribeSpeechHandler } from '../../_tsup-dts-rollup.js';
4
+ export { getListenerHandler } from '../../_tsup-dts-rollup.js';
@@ -1 +1 @@
1
- export { generateSpeechHandler, getSpeakersHandler, transcribeSpeechHandler } from '../../chunk-Q6SHQECN.js';
1
+ export { generateSpeechHandler, getListenerHandler, getSpeakersHandler, transcribeSpeechHandler } from '../../chunk-CP55EVBK.js';
@@ -1,46 +1,50 @@
1
1
  'use strict';
2
2
 
3
- var chunkTZK63M5N_cjs = require('../../chunk-TZK63M5N.cjs');
3
+ var chunkJKF6PRPU_cjs = require('../../chunk-JKF6PRPU.cjs');
4
4
 
5
5
 
6
6
 
7
- Object.defineProperty(exports, "createRunHandler", {
7
+ Object.defineProperty(exports, "createWorkflowRunHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunkTZK63M5N_cjs.createRunHandler; }
9
+ get: function () { return chunkJKF6PRPU_cjs.createWorkflowRunHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "getWorkflowByIdHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunkTZK63M5N_cjs.getWorkflowByIdHandler; }
13
+ get: function () { return chunkJKF6PRPU_cjs.getWorkflowByIdHandler; }
14
14
  });
15
- Object.defineProperty(exports, "getWorkflowRunHandler", {
15
+ Object.defineProperty(exports, "getWorkflowRunByIdHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunkTZK63M5N_cjs.getWorkflowRunHandler; }
17
+ get: function () { return chunkJKF6PRPU_cjs.getWorkflowRunByIdHandler; }
18
18
  });
19
19
  Object.defineProperty(exports, "getWorkflowRunsHandler", {
20
20
  enumerable: true,
21
- get: function () { return chunkTZK63M5N_cjs.getWorkflowRunsHandler; }
21
+ get: function () { return chunkJKF6PRPU_cjs.getWorkflowRunsHandler; }
22
22
  });
23
23
  Object.defineProperty(exports, "getWorkflowsHandler", {
24
24
  enumerable: true,
25
- get: function () { return chunkTZK63M5N_cjs.getWorkflowsHandler; }
25
+ get: function () { return chunkJKF6PRPU_cjs.getWorkflowsHandler; }
26
26
  });
27
27
  Object.defineProperty(exports, "resumeAsyncWorkflowHandler", {
28
28
  enumerable: true,
29
- get: function () { return chunkTZK63M5N_cjs.resumeAsyncWorkflowHandler; }
29
+ get: function () { return chunkJKF6PRPU_cjs.resumeAsyncWorkflowHandler; }
30
30
  });
31
31
  Object.defineProperty(exports, "resumeWorkflowHandler", {
32
32
  enumerable: true,
33
- get: function () { return chunkTZK63M5N_cjs.resumeWorkflowHandler; }
33
+ get: function () { return chunkJKF6PRPU_cjs.resumeWorkflowHandler; }
34
34
  });
35
35
  Object.defineProperty(exports, "startAsyncWorkflowHandler", {
36
36
  enumerable: true,
37
- get: function () { return chunkTZK63M5N_cjs.startAsyncWorkflowHandler; }
37
+ get: function () { return chunkJKF6PRPU_cjs.startAsyncWorkflowHandler; }
38
38
  });
39
39
  Object.defineProperty(exports, "startWorkflowRunHandler", {
40
40
  enumerable: true,
41
- get: function () { return chunkTZK63M5N_cjs.startWorkflowRunHandler; }
41
+ get: function () { return chunkJKF6PRPU_cjs.startWorkflowRunHandler; }
42
+ });
43
+ Object.defineProperty(exports, "streamWorkflowHandler", {
44
+ enumerable: true,
45
+ get: function () { return chunkJKF6PRPU_cjs.streamWorkflowHandler; }
42
46
  });
43
47
  Object.defineProperty(exports, "watchWorkflowHandler", {
44
48
  enumerable: true,
45
- get: function () { return chunkTZK63M5N_cjs.watchWorkflowHandler; }
49
+ get: function () { return chunkJKF6PRPU_cjs.watchWorkflowHandler; }
46
50
  });
@@ -1,10 +1,11 @@
1
1
  export { getWorkflowsHandler } from '../../_tsup-dts-rollup.cjs';
2
2
  export { getWorkflowByIdHandler } from '../../_tsup-dts-rollup.cjs';
3
+ export { getWorkflowRunByIdHandler } from '../../_tsup-dts-rollup.cjs';
4
+ export { createWorkflowRunHandler } from '../../_tsup-dts-rollup.cjs';
3
5
  export { startAsyncWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
4
- export { getWorkflowRunHandler } from '../../_tsup-dts-rollup.cjs';
5
- export { createRunHandler } from '../../_tsup-dts-rollup.cjs';
6
6
  export { startWorkflowRunHandler } from '../../_tsup-dts-rollup.cjs';
7
7
  export { watchWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
8
+ export { streamWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
8
9
  export { resumeAsyncWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
9
10
  export { resumeWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
10
11
  export { getWorkflowRunsHandler } from '../../_tsup-dts-rollup.cjs';
@@ -1,10 +1,11 @@
1
1
  export { getWorkflowsHandler } from '../../_tsup-dts-rollup.js';
2
2
  export { getWorkflowByIdHandler } from '../../_tsup-dts-rollup.js';
3
+ export { getWorkflowRunByIdHandler } from '../../_tsup-dts-rollup.js';
4
+ export { createWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
3
5
  export { startAsyncWorkflowHandler } from '../../_tsup-dts-rollup.js';
4
- export { getWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
5
- export { createRunHandler } from '../../_tsup-dts-rollup.js';
6
6
  export { startWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
7
7
  export { watchWorkflowHandler } from '../../_tsup-dts-rollup.js';
8
+ export { streamWorkflowHandler } from '../../_tsup-dts-rollup.js';
8
9
  export { resumeAsyncWorkflowHandler } from '../../_tsup-dts-rollup.js';
9
10
  export { resumeWorkflowHandler } from '../../_tsup-dts-rollup.js';
10
11
  export { getWorkflowRunsHandler } from '../../_tsup-dts-rollup.js';
@@ -1 +1 @@
1
- export { createRunHandler, getWorkflowByIdHandler, getWorkflowRunHandler, getWorkflowRunsHandler, getWorkflowsHandler, resumeAsyncWorkflowHandler, resumeWorkflowHandler, startAsyncWorkflowHandler, startWorkflowRunHandler, watchWorkflowHandler } from '../../chunk-LFOBHRFO.js';
1
+ export { createWorkflowRunHandler, getWorkflowByIdHandler, getWorkflowRunByIdHandler, getWorkflowRunsHandler, getWorkflowsHandler, resumeAsyncWorkflowHandler, resumeWorkflowHandler, startAsyncWorkflowHandler, startWorkflowRunHandler, streamWorkflowHandler, watchWorkflowHandler } from '../../chunk-7IBZ4L35.js';