@mastra/server 0.0.1-alpha.5 → 0.10.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/{LICENSE → LICENSE.md} +3 -1
- package/README.md +48 -135
- package/dist/_tsup-dts-rollup.d.cts +305 -52
- package/dist/_tsup-dts-rollup.d.ts +305 -52
- package/dist/{chunk-4JINXASC.js → chunk-55DOQLP6.js} +5 -4
- package/dist/{chunk-QN4KF3BH.cjs → chunk-57CJTIPW.cjs} +2 -2
- package/dist/chunk-5SN4U5AC.cjs +508 -0
- package/dist/{chunk-ZLBRQFDD.cjs → chunk-64U3UDTH.cjs} +2 -2
- package/dist/chunk-6B4OMWT6.cjs +343 -0
- package/dist/chunk-75ZPJI57.cjs +9 -0
- package/dist/{chunk-VB7KH62D.cjs → chunk-7DLZLWJV.cjs} +16 -12
- package/dist/{chunk-M56ECCHK.cjs → chunk-BNEY4P4P.cjs} +20 -19
- package/dist/{chunk-2YONKUWB.js → chunk-C7564HUT.js} +58 -33
- package/dist/chunk-D4IRYCUI.cjs +235 -0
- package/dist/{chunk-RBQASTUP.js → chunk-DJJIUEL2.js} +13 -5
- package/dist/{chunk-L7XE5QTW.js → chunk-H5PTF3Y4.js} +1 -1
- package/dist/{chunk-3RVHWGWO.js → chunk-HFWCEP5S.js} +6 -12
- package/dist/chunk-LIVAK2DM.js +2001 -0
- package/dist/{chunk-3AHQ5RGN.js → chunk-M5ABIP7D.js} +1 -1
- package/dist/{chunk-CWSDZEZG.cjs → chunk-MHKNLNAN.cjs} +15 -12
- package/dist/chunk-MLKGABMK.js +7 -0
- package/dist/{chunk-TRDNDNGQ.js → chunk-NYN7KFXL.js} +1 -7
- package/dist/{chunk-FV45V6WC.cjs → chunk-OCWPVYNI.cjs} +0 -7
- package/dist/{chunk-DVPP5S6I.js → chunk-OR3CIE2H.js} +9 -6
- package/dist/chunk-P6SCPDYW.js +500 -0
- package/dist/chunk-QY36IPTP.js +331 -0
- package/dist/{chunk-YNSGUC2O.js → chunk-TJKLBTFB.js} +23 -7
- package/dist/chunk-VPNDC2DI.cjs +148 -0
- package/dist/{chunk-ILW7XYNJ.js → chunk-W7VCKPAD.js} +84 -60
- package/dist/{chunk-2JQC6JWP.js → chunk-WFBJJNCK.js} +10 -6
- package/dist/chunk-WUC6LSTW.js +227 -0
- package/dist/{chunk-2FJURXCL.cjs → chunk-Y7UWRW5X.cjs} +43 -35
- package/dist/{chunk-A7DF4ETD.cjs → chunk-YBVOQN4M.cjs} +22 -28
- package/dist/chunk-YIOVBYZH.cjs +332 -0
- package/dist/chunk-YWLUOY3D.cjs +2004 -0
- package/dist/{chunk-4C3EPMMF.cjs → chunk-ZE5AAC4I.cjs} +40 -24
- package/dist/server/handlers/a2a.cjs +30 -0
- package/dist/server/handlers/a2a.d.cts +6 -0
- package/dist/server/handlers/a2a.d.ts +6 -0
- package/dist/server/handlers/a2a.js +1 -0
- package/dist/server/handlers/agents.cjs +7 -7
- package/dist/server/handlers/agents.js +1 -1
- package/dist/server/handlers/error.cjs +2 -2
- package/dist/server/handlers/error.js +1 -1
- package/dist/server/handlers/legacyWorkflows.cjs +46 -0
- package/dist/server/handlers/legacyWorkflows.d.cts +10 -0
- package/dist/server/handlers/legacyWorkflows.d.ts +10 -0
- package/dist/server/handlers/legacyWorkflows.js +1 -0
- package/dist/server/handlers/logs.cjs +4 -4
- package/dist/server/handlers/logs.js +1 -1
- package/dist/server/handlers/memory.cjs +9 -9
- package/dist/server/handlers/memory.js +1 -1
- package/dist/server/handlers/network.cjs +5 -5
- package/dist/server/handlers/network.js +1 -1
- package/dist/server/handlers/telemetry.cjs +3 -3
- package/dist/server/handlers/telemetry.js +1 -1
- package/dist/server/handlers/tools.cjs +5 -5
- package/dist/server/handlers/tools.js +1 -1
- package/dist/server/handlers/utils.cjs +2 -2
- package/dist/server/handlers/utils.js +1 -1
- package/dist/server/handlers/vector.cjs +7 -7
- package/dist/server/handlers/vector.js +1 -1
- package/dist/server/handlers/voice.cjs +4 -4
- package/dist/server/handlers/voice.js +1 -1
- package/dist/server/handlers/workflows.cjs +13 -13
- package/dist/server/handlers/workflows.d.cts +2 -2
- package/dist/server/handlers/workflows.d.ts +2 -2
- package/dist/server/handlers/workflows.js +1 -1
- package/dist/server/handlers.cjs +33 -23
- package/dist/server/handlers.d.cts +2 -0
- package/dist/server/handlers.d.ts +2 -0
- package/dist/server/handlers.js +11 -9
- package/package.json +9 -7
- package/dist/chunk-5JOF627H.cjs +0 -123
- package/dist/chunk-BMA2ORRT.js +0 -152
- package/dist/chunk-GV52BII2.cjs +0 -160
- package/dist/chunk-QH6XWSXP.cjs +0 -5579
- package/dist/chunk-VK6FX47H.js +0 -5576
- package/dist/chunk-X37I6GZT.cjs +0 -308
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
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
|
-
|
|
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 ?
|
|
28
|
-
outputSchema: tool.outputSchema ?
|
|
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
|
|
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
|
|
45
|
+
throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Tool not found" });
|
|
44
46
|
}
|
|
45
47
|
const serializedTool = {
|
|
46
48
|
...tool,
|
|
47
|
-
inputSchema: tool.inputSchema ?
|
|
48
|
-
outputSchema: tool.outputSchema ?
|
|
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
|
|
54
|
+
return chunk64U3UDTH_cjs.handleError(error, "Error getting tool");
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
57
|
function executeToolHandler(tools$1) {
|
|
@@ -57,32 +59,39 @@ function executeToolHandler(tools$1) {
|
|
|
57
59
|
mastra,
|
|
58
60
|
runId,
|
|
59
61
|
toolId,
|
|
60
|
-
data
|
|
62
|
+
data,
|
|
63
|
+
runtimeContext,
|
|
64
|
+
runtimeContextFromRequest
|
|
61
65
|
}) => {
|
|
62
66
|
try {
|
|
63
67
|
if (!toolId) {
|
|
64
|
-
throw new
|
|
68
|
+
throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Tool ID is required" });
|
|
65
69
|
}
|
|
66
70
|
const tool = Object.values(tools$1 || {}).find((tool2) => tool2.id === toolId);
|
|
67
71
|
if (!tool) {
|
|
68
|
-
throw new
|
|
72
|
+
throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Tool not found" });
|
|
69
73
|
}
|
|
70
74
|
if (!tool?.execute) {
|
|
71
|
-
throw new
|
|
75
|
+
throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Tool is not executable" });
|
|
72
76
|
}
|
|
73
|
-
|
|
77
|
+
chunk57CJTIPW_cjs.validateBody({ data });
|
|
74
78
|
if (tools.isVercelTool(tool)) {
|
|
75
79
|
const result2 = await tool.execute(data);
|
|
76
80
|
return result2;
|
|
77
81
|
}
|
|
82
|
+
const finalRuntimeContext = new di.RuntimeContext([
|
|
83
|
+
...Array.from(runtimeContext.entries()),
|
|
84
|
+
...Array.from(Object.entries(runtimeContextFromRequest ?? {}))
|
|
85
|
+
]);
|
|
78
86
|
const result = await tool.execute({
|
|
79
87
|
context: data,
|
|
80
88
|
mastra,
|
|
81
|
-
runId
|
|
89
|
+
runId,
|
|
90
|
+
runtimeContext: finalRuntimeContext
|
|
82
91
|
});
|
|
83
92
|
return result;
|
|
84
93
|
} catch (error) {
|
|
85
|
-
return
|
|
94
|
+
return chunk64U3UDTH_cjs.handleError(error, "Error executing tool");
|
|
86
95
|
}
|
|
87
96
|
};
|
|
88
97
|
}
|
|
@@ -90,28 +99,35 @@ async function executeAgentToolHandler({
|
|
|
90
99
|
mastra,
|
|
91
100
|
agentId,
|
|
92
101
|
toolId,
|
|
93
|
-
data
|
|
102
|
+
data,
|
|
103
|
+
runtimeContext,
|
|
104
|
+
runtimeContextFromRequest
|
|
94
105
|
}) {
|
|
95
106
|
try {
|
|
96
107
|
const agent = agentId ? mastra.getAgent(agentId) : null;
|
|
97
108
|
if (!agent) {
|
|
98
|
-
throw new
|
|
109
|
+
throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Tool not found" });
|
|
99
110
|
}
|
|
100
111
|
const tool = Object.values(agent?.tools || {}).find((tool2) => tool2.id === toolId);
|
|
101
112
|
if (!tool) {
|
|
102
|
-
throw new
|
|
113
|
+
throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Tool not found" });
|
|
103
114
|
}
|
|
104
115
|
if (!tool?.execute) {
|
|
105
|
-
throw new
|
|
116
|
+
throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Tool is not executable" });
|
|
106
117
|
}
|
|
118
|
+
const finalRuntimeContext = new di.RuntimeContext([
|
|
119
|
+
...Array.from(runtimeContext.entries()),
|
|
120
|
+
...Array.from(Object.entries(runtimeContextFromRequest ?? {}))
|
|
121
|
+
]);
|
|
107
122
|
const result = await tool.execute({
|
|
108
123
|
context: data,
|
|
124
|
+
runtimeContext: finalRuntimeContext,
|
|
109
125
|
mastra,
|
|
110
126
|
runId: agentId
|
|
111
127
|
});
|
|
112
128
|
return result;
|
|
113
129
|
} catch (error) {
|
|
114
|
-
return
|
|
130
|
+
return chunk64U3UDTH_cjs.handleError(error, "Error executing tool");
|
|
115
131
|
}
|
|
116
132
|
}
|
|
117
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
|
|
3
|
+
var chunkD4IRYCUI_cjs = require('../../chunk-D4IRYCUI.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "generateHandler", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkD4IRYCUI_cjs.generateHandler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "getAgentByIdHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkD4IRYCUI_cjs.getAgentByIdHandler; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getAgentsHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkD4IRYCUI_cjs.getAgentsHandler; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getEvalsByAgentIdHandler", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkD4IRYCUI_cjs.getEvalsByAgentIdHandler; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "getLiveEvalsByAgentIdHandler", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkD4IRYCUI_cjs.getLiveEvalsByAgentIdHandler; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "streamGenerateHandler", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkD4IRYCUI_cjs.streamGenerateHandler; }
|
|
30
30
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { generateHandler, getAgentByIdHandler, getAgentsHandler, getEvalsByAgentIdHandler, getLiveEvalsByAgentIdHandler, streamGenerateHandler } from '../../chunk-
|
|
1
|
+
export { generateHandler, getAgentByIdHandler, getAgentsHandler, getEvalsByAgentIdHandler, getLiveEvalsByAgentIdHandler, streamGenerateHandler } from '../../chunk-WUC6LSTW.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
|
9
|
+
get: function () { return chunk64U3UDTH_cjs.handleError; }
|
|
10
10
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { handleError } from '../../chunk-
|
|
1
|
+
export { handleError } from '../../chunk-M5ABIP7D.js';
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkYIOVBYZH_cjs = require('../../chunk-YIOVBYZH.cjs');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Object.defineProperty(exports, "createLegacyWorkflowRunHandler", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () { return chunkYIOVBYZH_cjs.createLegacyWorkflowRunHandler; }
|
|
10
|
+
});
|
|
11
|
+
Object.defineProperty(exports, "getLegacyWorkflowByIdHandler", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return chunkYIOVBYZH_cjs.getLegacyWorkflowByIdHandler; }
|
|
14
|
+
});
|
|
15
|
+
Object.defineProperty(exports, "getLegacyWorkflowRunHandler", {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return chunkYIOVBYZH_cjs.getLegacyWorkflowRunHandler; }
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "getLegacyWorkflowRunsHandler", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () { return chunkYIOVBYZH_cjs.getLegacyWorkflowRunsHandler; }
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(exports, "getLegacyWorkflowsHandler", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () { return chunkYIOVBYZH_cjs.getLegacyWorkflowsHandler; }
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(exports, "resumeAsyncLegacyWorkflowHandler", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () { return chunkYIOVBYZH_cjs.resumeAsyncLegacyWorkflowHandler; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "resumeLegacyWorkflowHandler", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunkYIOVBYZH_cjs.resumeLegacyWorkflowHandler; }
|
|
34
|
+
});
|
|
35
|
+
Object.defineProperty(exports, "startAsyncLegacyWorkflowHandler", {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function () { return chunkYIOVBYZH_cjs.startAsyncLegacyWorkflowHandler; }
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(exports, "startLegacyWorkflowRunHandler", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () { return chunkYIOVBYZH_cjs.startLegacyWorkflowRunHandler; }
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(exports, "watchLegacyWorkflowHandler", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function () { return chunkYIOVBYZH_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-W7VCKPAD.js';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk7DLZLWJV_cjs = require('../../chunk-7DLZLWJV.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "getLogTransports", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunk7DLZLWJV_cjs.getLogTransports; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "getLogsByRunIdHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunk7DLZLWJV_cjs.getLogsByRunIdHandler; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getLogsHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunk7DLZLWJV_cjs.getLogsHandler; }
|
|
18
18
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { getLogTransports, getLogsByRunIdHandler, getLogsHandler } from '../../chunk-
|
|
1
|
+
export { getLogTransports, getLogsByRunIdHandler, getLogsHandler } from '../../chunk-WFBJJNCK.js';
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkY7UWRW5X_cjs = require('../../chunk-Y7UWRW5X.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "createThreadHandler", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkY7UWRW5X_cjs.createThreadHandler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "deleteThreadHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkY7UWRW5X_cjs.deleteThreadHandler; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getMemoryStatusHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkY7UWRW5X_cjs.getMemoryStatusHandler; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getMessagesHandler", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkY7UWRW5X_cjs.getMessagesHandler; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "getThreadByIdHandler", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkY7UWRW5X_cjs.getThreadByIdHandler; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "getThreadsHandler", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkY7UWRW5X_cjs.getThreadsHandler; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "saveMessagesHandler", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkY7UWRW5X_cjs.saveMessagesHandler; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "updateThreadHandler", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkY7UWRW5X_cjs.updateThreadHandler; }
|
|
38
38
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { createThreadHandler, deleteThreadHandler, getMemoryStatusHandler, getMessagesHandler, getThreadByIdHandler, getThreadsHandler, saveMessagesHandler, updateThreadHandler } from '../../chunk-
|
|
1
|
+
export { createThreadHandler, deleteThreadHandler, getMemoryStatusHandler, getMessagesHandler, getThreadByIdHandler, getThreadsHandler, saveMessagesHandler, updateThreadHandler } from '../../chunk-DJJIUEL2.js';
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
|
9
|
+
get: function () { return chunkVPNDC2DI_cjs.generateHandler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "getNetworkByIdHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkVPNDC2DI_cjs.getNetworkByIdHandler; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getNetworksHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkVPNDC2DI_cjs.getNetworksHandler; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "streamGenerateHandler", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkVPNDC2DI_cjs.streamGenerateHandler; }
|
|
22
22
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { generateHandler, getNetworkByIdHandler, getNetworksHandler, streamGenerateHandler } from '../../chunk-
|
|
1
|
+
export { generateHandler, getNetworkByIdHandler, getNetworksHandler, streamGenerateHandler } from '../../chunk-C7564HUT.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
|
9
|
+
get: function () { return chunkMHKNLNAN_cjs.getTelemetryHandler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "storeTelemetryHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkMHKNLNAN_cjs.storeTelemetryHandler; }
|
|
14
14
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { getTelemetryHandler, storeTelemetryHandler } from '../../chunk-
|
|
1
|
+
export { getTelemetryHandler, storeTelemetryHandler } from '../../chunk-OR3CIE2H.js';
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
|
9
|
+
get: function () { return chunkZE5AAC4I_cjs.executeAgentToolHandler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "executeToolHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkZE5AAC4I_cjs.executeToolHandler; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getToolByIdHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkZE5AAC4I_cjs.getToolByIdHandler; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getToolsHandler", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkZE5AAC4I_cjs.getToolsHandler; }
|
|
22
22
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { executeAgentToolHandler, executeToolHandler, getToolByIdHandler, getToolsHandler } from '../../chunk-
|
|
1
|
+
export { executeAgentToolHandler, executeToolHandler, getToolByIdHandler, getToolsHandler } from '../../chunk-TJKLBTFB.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
|
9
|
+
get: function () { return chunk57CJTIPW_cjs.validateBody; }
|
|
10
10
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { validateBody } from '../../chunk-
|
|
1
|
+
export { validateBody } from '../../chunk-H5PTF3Y4.js';
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
|
9
|
+
get: function () { return chunkBNEY4P4P_cjs.createIndex; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "deleteIndex", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkBNEY4P4P_cjs.deleteIndex; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "describeIndex", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkBNEY4P4P_cjs.describeIndex; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "listIndexes", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkBNEY4P4P_cjs.listIndexes; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "queryVectors", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkBNEY4P4P_cjs.queryVectors; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "upsertVectors", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkBNEY4P4P_cjs.upsertVectors; }
|
|
30
30
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { createIndex, deleteIndex, describeIndex, listIndexes, queryVectors, upsertVectors } from '../../chunk-
|
|
1
|
+
export { createIndex, deleteIndex, describeIndex, listIndexes, queryVectors, upsertVectors } from '../../chunk-55DOQLP6.js';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
|
9
|
+
get: function () { return chunkYBVOQN4M_cjs.generateSpeechHandler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "getSpeakersHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkYBVOQN4M_cjs.getSpeakersHandler; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "transcribeSpeechHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkYBVOQN4M_cjs.transcribeSpeechHandler; }
|
|
18
18
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { generateSpeechHandler, getSpeakersHandler, transcribeSpeechHandler } from '../../chunk-
|
|
1
|
+
export { generateSpeechHandler, getSpeakersHandler, transcribeSpeechHandler } from '../../chunk-HFWCEP5S.js';
|