@mastra/server 1.1.0-alpha.0 → 1.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/dist/{chunk-S4SLHUJ7.cjs → chunk-4UNYZYBB.cjs} +4 -4
- package/dist/{chunk-S4SLHUJ7.cjs.map → chunk-4UNYZYBB.cjs.map} +1 -1
- package/dist/{chunk-RW66MHXI.js → chunk-5P2VGES5.js} +49 -23
- package/dist/chunk-5P2VGES5.js.map +1 -0
- package/dist/{chunk-EKFYZUPC.cjs → chunk-6DHJKQLP.cjs} +4 -4
- package/dist/{chunk-EKFYZUPC.cjs.map → chunk-6DHJKQLP.cjs.map} +1 -1
- package/dist/{chunk-3QUACCLU.js → chunk-7YCFHDWX.js} +3 -3
- package/dist/{chunk-3QUACCLU.js.map → chunk-7YCFHDWX.js.map} +1 -1
- package/dist/{chunk-JLFFAYTC.cjs → chunk-AO7LIZRK.cjs} +60 -34
- package/dist/chunk-AO7LIZRK.cjs.map +1 -0
- package/dist/{chunk-3OIJLD3O.js → chunk-BWINB344.js} +3 -3
- package/dist/{chunk-3OIJLD3O.js.map → chunk-BWINB344.js.map} +1 -1
- package/dist/{chunk-QXDNFBJQ.js → chunk-GDWZ2R7I.js} +4 -4
- package/dist/{chunk-QXDNFBJQ.js.map → chunk-GDWZ2R7I.js.map} +1 -1
- package/dist/{chunk-2HAVULC2.cjs → chunk-H4VFL22H.cjs} +6 -6
- package/dist/{chunk-2HAVULC2.cjs.map → chunk-H4VFL22H.cjs.map} +1 -1
- package/dist/{chunk-WHC6S3VY.cjs → chunk-I3CJUT6J.cjs} +4 -4
- package/dist/{chunk-WHC6S3VY.cjs.map → chunk-I3CJUT6J.cjs.map} +1 -1
- package/dist/{chunk-GUG6KRAJ.js → chunk-JUGGEWCR.js} +3 -3
- package/dist/{chunk-GUG6KRAJ.js.map → chunk-JUGGEWCR.js.map} +1 -1
- package/dist/{chunk-DD7LYNHB.js → chunk-KPHPNRVH.js} +117 -62
- package/dist/chunk-KPHPNRVH.js.map +1 -0
- package/dist/{chunk-TGDBGIDA.cjs → chunk-L6AKFVEX.cjs} +117 -62
- package/dist/chunk-L6AKFVEX.cjs.map +1 -0
- package/dist/{chunk-6KC345IN.cjs → chunk-QRPQWZZU.cjs} +41 -41
- package/dist/{chunk-6KC345IN.cjs.map → chunk-QRPQWZZU.cjs.map} +1 -1
- package/dist/{chunk-3AZY5AWI.js → chunk-QWOQET2T.js} +3 -3
- package/dist/{chunk-3AZY5AWI.js.map → chunk-QWOQET2T.js.map} +1 -1
- package/dist/{chunk-VNHOYZ56.cjs → chunk-VXPVROQJ.cjs} +5 -5
- package/dist/{chunk-VNHOYZ56.cjs.map → chunk-VXPVROQJ.cjs.map} +1 -1
- package/dist/{chunk-QOVLJFLX.cjs → chunk-WWVDNKEF.cjs} +6 -6
- package/dist/{chunk-QOVLJFLX.cjs.map → chunk-WWVDNKEF.cjs.map} +1 -1
- package/dist/{chunk-FQX5SQO7.js → chunk-XXBURIYX.js} +3 -3
- package/dist/{chunk-FQX5SQO7.js.map → chunk-XXBURIYX.js.map} +1 -1
- package/dist/{chunk-FCPLBTHB.js → chunk-ZFHZRI6C.js} +3 -3
- package/dist/{chunk-FCPLBTHB.js.map → chunk-ZFHZRI6C.js.map} +1 -1
- package/dist/docs/README.md +1 -1
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/SOURCE_MAP.json +1 -1
- package/dist/server/handlers/a2a.cjs +9 -9
- package/dist/server/handlers/a2a.js +1 -1
- package/dist/server/handlers/agent-versions.cjs +14 -14
- package/dist/server/handlers/agent-versions.d.ts +153 -175
- package/dist/server/handlers/agent-versions.d.ts.map +1 -1
- package/dist/server/handlers/agent-versions.js +1 -1
- package/dist/server/handlers/agents.cjs +31 -31
- package/dist/server/handlers/agents.d.ts +2 -2
- package/dist/server/handlers/agents.js +1 -1
- package/dist/server/handlers/scores.cjs +7 -7
- package/dist/server/handlers/scores.js +1 -1
- package/dist/server/handlers/stored-agents.cjs +6 -6
- package/dist/server/handlers/stored-agents.d.ts +32 -23
- package/dist/server/handlers/stored-agents.d.ts.map +1 -1
- package/dist/server/handlers/stored-agents.js +1 -1
- package/dist/server/handlers/tools.cjs +6 -6
- package/dist/server/handlers/tools.js +1 -1
- package/dist/server/handlers/voice.cjs +8 -8
- package/dist/server/handlers/voice.js +1 -1
- package/dist/server/handlers/workspace.cjs +19 -19
- package/dist/server/handlers/workspace.d.ts +8 -8
- package/dist/server/handlers/workspace.js +1 -1
- package/dist/server/handlers.cjs +10 -10
- package/dist/server/handlers.js +5 -5
- package/dist/server/schemas/agent-versions.d.ts +564 -1137
- package/dist/server/schemas/agent-versions.d.ts.map +1 -1
- package/dist/server/schemas/stored-agents.d.ts +234 -82
- package/dist/server/schemas/stored-agents.d.ts.map +1 -1
- package/dist/server/schemas/workspace.d.ts +34 -34
- package/dist/server/server-adapter/index.cjs +67 -67
- package/dist/server/server-adapter/index.js +8 -8
- package/package.json +4 -4
- package/dist/chunk-DD7LYNHB.js.map +0 -1
- package/dist/chunk-JLFFAYTC.cjs.map +0 -1
- package/dist/chunk-RW66MHXI.js.map +0 -1
- package/dist/chunk-TGDBGIDA.cjs.map +0 -1
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkI3CJUT6J_cjs = require('../../chunk-I3CJUT6J.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "GET_SCORER_ROUTE", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkI3CJUT6J_cjs.GET_SCORER_ROUTE; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "LIST_SCORERS_ROUTE", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkI3CJUT6J_cjs.LIST_SCORERS_ROUTE; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "LIST_SCORES_BY_ENTITY_ID_ROUTE", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkI3CJUT6J_cjs.LIST_SCORES_BY_ENTITY_ID_ROUTE; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "LIST_SCORES_BY_RUN_ID_ROUTE", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkI3CJUT6J_cjs.LIST_SCORES_BY_RUN_ID_ROUTE; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "LIST_SCORES_BY_SCORER_ID_ROUTE", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkI3CJUT6J_cjs.LIST_SCORES_BY_SCORER_ID_ROUTE; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "SAVE_SCORE_ROUTE", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkI3CJUT6J_cjs.SAVE_SCORE_ROUTE; }
|
|
30
30
|
});
|
|
31
31
|
//# sourceMappingURL=scores.cjs.map
|
|
32
32
|
//# sourceMappingURL=scores.cjs.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { GET_SCORER_ROUTE, LIST_SCORERS_ROUTE, LIST_SCORES_BY_ENTITY_ID_ROUTE, LIST_SCORES_BY_RUN_ID_ROUTE, LIST_SCORES_BY_SCORER_ID_ROUTE, SAVE_SCORE_ROUTE } from '../../chunk-
|
|
1
|
+
export { GET_SCORER_ROUTE, LIST_SCORERS_ROUTE, LIST_SCORES_BY_ENTITY_ID_ROUTE, LIST_SCORES_BY_RUN_ID_ROUTE, LIST_SCORES_BY_SCORER_ID_ROUTE, SAVE_SCORE_ROUTE } from '../../chunk-BWINB344.js';
|
|
2
2
|
//# sourceMappingURL=scores.js.map
|
|
3
3
|
//# sourceMappingURL=scores.js.map
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkAO7LIZRK_cjs = require('../../chunk-AO7LIZRK.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "CREATE_STORED_AGENT_ROUTE", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkAO7LIZRK_cjs.CREATE_STORED_AGENT_ROUTE; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "DELETE_STORED_AGENT_ROUTE", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkAO7LIZRK_cjs.DELETE_STORED_AGENT_ROUTE; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "GET_STORED_AGENT_ROUTE", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkAO7LIZRK_cjs.GET_STORED_AGENT_ROUTE; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "LIST_STORED_AGENTS_ROUTE", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkAO7LIZRK_cjs.LIST_STORED_AGENTS_ROUTE; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "UPDATE_STORED_AGENT_ROUTE", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkAO7LIZRK_cjs.UPDATE_STORED_AGENT_ROUTE; }
|
|
26
26
|
});
|
|
27
27
|
//# sourceMappingURL=stored-agents.cjs.map
|
|
28
28
|
//# sourceMappingURL=stored-agents.cjs.map
|
|
@@ -15,7 +15,7 @@ export declare const LIST_STORED_AGENTS_ROUTE: import("../server-adapter").Serve
|
|
|
15
15
|
field?: "createdAt" | "updatedAt" | undefined;
|
|
16
16
|
direction?: "ASC" | "DESC" | undefined;
|
|
17
17
|
}>>;
|
|
18
|
-
|
|
18
|
+
authorId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
19
19
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
20
20
|
}, "strip", import("zod").ZodTypeAny, {
|
|
21
21
|
page: number;
|
|
@@ -25,7 +25,7 @@ export declare const LIST_STORED_AGENTS_ROUTE: import("../server-adapter").Serve
|
|
|
25
25
|
field?: "createdAt" | "updatedAt" | undefined;
|
|
26
26
|
direction?: "ASC" | "DESC" | undefined;
|
|
27
27
|
} | undefined;
|
|
28
|
-
|
|
28
|
+
authorId?: string | undefined;
|
|
29
29
|
}, {
|
|
30
30
|
page?: number | undefined;
|
|
31
31
|
perPage?: number | undefined;
|
|
@@ -34,7 +34,7 @@ export declare const LIST_STORED_AGENTS_ROUTE: import("../server-adapter").Serve
|
|
|
34
34
|
field?: "createdAt" | "updatedAt" | undefined;
|
|
35
35
|
direction?: "ASC" | "DESC" | undefined;
|
|
36
36
|
} | undefined;
|
|
37
|
-
|
|
37
|
+
authorId?: string | undefined;
|
|
38
38
|
}> | import("zod").ZodObject<{
|
|
39
39
|
perPage: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
40
40
|
page: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
@@ -49,7 +49,7 @@ export declare const LIST_STORED_AGENTS_ROUTE: import("../server-adapter").Serve
|
|
|
49
49
|
field?: "createdAt" | "updatedAt" | undefined;
|
|
50
50
|
direction?: "ASC" | "DESC" | undefined;
|
|
51
51
|
}>>;
|
|
52
|
-
|
|
52
|
+
authorId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
53
53
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
54
54
|
}, "strip", import("zod").ZodTypeAny, {
|
|
55
55
|
page: number;
|
|
@@ -59,7 +59,7 @@ export declare const LIST_STORED_AGENTS_ROUTE: import("../server-adapter").Serve
|
|
|
59
59
|
field?: "createdAt" | "updatedAt" | undefined;
|
|
60
60
|
direction?: "ASC" | "DESC" | undefined;
|
|
61
61
|
} | undefined;
|
|
62
|
-
|
|
62
|
+
authorId?: string | undefined;
|
|
63
63
|
}, {
|
|
64
64
|
page?: number | undefined;
|
|
65
65
|
perPage?: number | undefined;
|
|
@@ -68,13 +68,14 @@ export declare const LIST_STORED_AGENTS_ROUTE: import("../server-adapter").Serve
|
|
|
68
68
|
field?: "createdAt" | "updatedAt" | undefined;
|
|
69
69
|
direction?: "ASC" | "DESC" | undefined;
|
|
70
70
|
} | undefined;
|
|
71
|
-
|
|
71
|
+
authorId?: string | undefined;
|
|
72
72
|
}>, undefined>, {
|
|
73
73
|
total: number;
|
|
74
74
|
page: number;
|
|
75
75
|
perPage: number | false;
|
|
76
76
|
hasMore: boolean;
|
|
77
77
|
agents: {
|
|
78
|
+
status: string;
|
|
78
79
|
name: string;
|
|
79
80
|
id: string;
|
|
80
81
|
createdAt: Date;
|
|
@@ -89,7 +90,7 @@ export declare const LIST_STORED_AGENTS_ROUTE: import("../server-adapter").Serve
|
|
|
89
90
|
inputProcessors?: Record<string, unknown>[] | undefined;
|
|
90
91
|
outputProcessors?: Record<string, unknown>[] | undefined;
|
|
91
92
|
defaultOptions?: Record<string, unknown> | undefined;
|
|
92
|
-
memory?: string | undefined;
|
|
93
|
+
memory?: Record<string, unknown> | undefined;
|
|
93
94
|
scorers?: Record<string, {
|
|
94
95
|
sampling?: {
|
|
95
96
|
type: "count" | "ratio";
|
|
@@ -97,8 +98,9 @@ export declare const LIST_STORED_AGENTS_ROUTE: import("../server-adapter").Serve
|
|
|
97
98
|
rate?: number | undefined;
|
|
98
99
|
} | undefined;
|
|
99
100
|
}> | undefined;
|
|
100
|
-
|
|
101
|
+
authorId?: string | undefined;
|
|
101
102
|
integrationTools?: string[] | undefined;
|
|
103
|
+
activeVersionId?: string | undefined;
|
|
102
104
|
}[];
|
|
103
105
|
}, "json">;
|
|
104
106
|
/**
|
|
@@ -107,6 +109,7 @@ export declare const LIST_STORED_AGENTS_ROUTE: import("../server-adapter").Serve
|
|
|
107
109
|
export declare const GET_STORED_AGENT_ROUTE: import("../server-adapter").ServerRoute<{
|
|
108
110
|
storedAgentId: string;
|
|
109
111
|
}, {
|
|
112
|
+
status: string;
|
|
110
113
|
name: string;
|
|
111
114
|
id: string;
|
|
112
115
|
createdAt: Date;
|
|
@@ -121,7 +124,7 @@ export declare const GET_STORED_AGENT_ROUTE: import("../server-adapter").ServerR
|
|
|
121
124
|
inputProcessors?: Record<string, unknown>[] | undefined;
|
|
122
125
|
outputProcessors?: Record<string, unknown>[] | undefined;
|
|
123
126
|
defaultOptions?: Record<string, unknown> | undefined;
|
|
124
|
-
memory?: string | undefined;
|
|
127
|
+
memory?: Record<string, unknown> | undefined;
|
|
125
128
|
scorers?: Record<string, {
|
|
126
129
|
sampling?: {
|
|
127
130
|
type: "count" | "ratio";
|
|
@@ -129,8 +132,9 @@ export declare const GET_STORED_AGENT_ROUTE: import("../server-adapter").ServerR
|
|
|
129
132
|
rate?: number | undefined;
|
|
130
133
|
} | undefined;
|
|
131
134
|
}> | undefined;
|
|
132
|
-
|
|
135
|
+
authorId?: string | undefined;
|
|
133
136
|
integrationTools?: string[] | undefined;
|
|
137
|
+
activeVersionId?: string | undefined;
|
|
134
138
|
}, "json">;
|
|
135
139
|
/**
|
|
136
140
|
* POST /stored/agents - Create a new stored agent
|
|
@@ -148,7 +152,7 @@ export declare const CREATE_STORED_AGENT_ROUTE: import("../server-adapter").Serv
|
|
|
148
152
|
inputProcessors?: Record<string, unknown>[] | undefined;
|
|
149
153
|
outputProcessors?: Record<string, unknown>[] | undefined;
|
|
150
154
|
defaultOptions?: Record<string, unknown> | undefined;
|
|
151
|
-
memory?: string | undefined;
|
|
155
|
+
memory?: Record<string, unknown> | undefined;
|
|
152
156
|
scorers?: Record<string, {
|
|
153
157
|
sampling?: {
|
|
154
158
|
type: "count" | "ratio";
|
|
@@ -156,9 +160,10 @@ export declare const CREATE_STORED_AGENT_ROUTE: import("../server-adapter").Serv
|
|
|
156
160
|
rate?: number | undefined;
|
|
157
161
|
} | undefined;
|
|
158
162
|
}> | undefined;
|
|
159
|
-
|
|
163
|
+
authorId?: string | undefined;
|
|
160
164
|
integrationTools?: string[] | undefined;
|
|
161
165
|
}, {
|
|
166
|
+
status: string;
|
|
162
167
|
name: string;
|
|
163
168
|
id: string;
|
|
164
169
|
createdAt: Date;
|
|
@@ -173,7 +178,7 @@ export declare const CREATE_STORED_AGENT_ROUTE: import("../server-adapter").Serv
|
|
|
173
178
|
inputProcessors?: Record<string, unknown>[] | undefined;
|
|
174
179
|
outputProcessors?: Record<string, unknown>[] | undefined;
|
|
175
180
|
defaultOptions?: Record<string, unknown> | undefined;
|
|
176
|
-
memory?: string | undefined;
|
|
181
|
+
memory?: Record<string, unknown> | undefined;
|
|
177
182
|
scorers?: Record<string, {
|
|
178
183
|
sampling?: {
|
|
179
184
|
type: "count" | "ratio";
|
|
@@ -181,8 +186,9 @@ export declare const CREATE_STORED_AGENT_ROUTE: import("../server-adapter").Serv
|
|
|
181
186
|
rate?: number | undefined;
|
|
182
187
|
} | undefined;
|
|
183
188
|
}> | undefined;
|
|
184
|
-
|
|
189
|
+
authorId?: string | undefined;
|
|
185
190
|
integrationTools?: string[] | undefined;
|
|
191
|
+
activeVersionId?: string | undefined;
|
|
186
192
|
}, "json">;
|
|
187
193
|
/**
|
|
188
194
|
* PATCH /stored/agents/:storedAgentId - Update a stored agent
|
|
@@ -194,6 +200,9 @@ export declare const UPDATE_STORED_AGENT_ROUTE: import("../server-adapter").Serv
|
|
|
194
200
|
}, {
|
|
195
201
|
storedAgentId: string;
|
|
196
202
|
}>, undefined, import("zod").ZodObject<{
|
|
203
|
+
authorId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
204
|
+
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
205
|
+
} & {
|
|
197
206
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
198
207
|
description: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
199
208
|
instructions: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -205,7 +214,7 @@ export declare const UPDATE_STORED_AGENT_ROUTE: import("../server-adapter").Serv
|
|
|
205
214
|
integrationTools: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
206
215
|
inputProcessors: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>, "many">>>;
|
|
207
216
|
outputProcessors: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>, "many">>>;
|
|
208
|
-
memory: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString
|
|
217
|
+
memory: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
209
218
|
scorers: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
210
219
|
sampling: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
211
220
|
type: import("zod").ZodEnum<["ratio", "count"]>;
|
|
@@ -233,8 +242,6 @@ export declare const UPDATE_STORED_AGENT_ROUTE: import("../server-adapter").Serv
|
|
|
233
242
|
rate?: number | undefined;
|
|
234
243
|
} | undefined;
|
|
235
244
|
}>>>>;
|
|
236
|
-
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
237
|
-
ownerId: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
238
245
|
}, "strip", import("zod").ZodTypeAny, {
|
|
239
246
|
metadata?: Record<string, unknown> | undefined;
|
|
240
247
|
name?: string | undefined;
|
|
@@ -247,7 +254,7 @@ export declare const UPDATE_STORED_AGENT_ROUTE: import("../server-adapter").Serv
|
|
|
247
254
|
inputProcessors?: Record<string, unknown>[] | undefined;
|
|
248
255
|
outputProcessors?: Record<string, unknown>[] | undefined;
|
|
249
256
|
defaultOptions?: Record<string, unknown> | undefined;
|
|
250
|
-
memory?: string | undefined;
|
|
257
|
+
memory?: Record<string, unknown> | undefined;
|
|
251
258
|
scorers?: Record<string, {
|
|
252
259
|
sampling?: {
|
|
253
260
|
type: "count" | "ratio";
|
|
@@ -255,7 +262,7 @@ export declare const UPDATE_STORED_AGENT_ROUTE: import("../server-adapter").Serv
|
|
|
255
262
|
rate?: number | undefined;
|
|
256
263
|
} | undefined;
|
|
257
264
|
}> | undefined;
|
|
258
|
-
|
|
265
|
+
authorId?: string | undefined;
|
|
259
266
|
integrationTools?: string[] | undefined;
|
|
260
267
|
}, {
|
|
261
268
|
metadata?: Record<string, unknown> | undefined;
|
|
@@ -269,7 +276,7 @@ export declare const UPDATE_STORED_AGENT_ROUTE: import("../server-adapter").Serv
|
|
|
269
276
|
inputProcessors?: Record<string, unknown>[] | undefined;
|
|
270
277
|
outputProcessors?: Record<string, unknown>[] | undefined;
|
|
271
278
|
defaultOptions?: Record<string, unknown> | undefined;
|
|
272
|
-
memory?: string | undefined;
|
|
279
|
+
memory?: Record<string, unknown> | undefined;
|
|
273
280
|
scorers?: Record<string, {
|
|
274
281
|
sampling?: {
|
|
275
282
|
type: "count" | "ratio";
|
|
@@ -277,9 +284,10 @@ export declare const UPDATE_STORED_AGENT_ROUTE: import("../server-adapter").Serv
|
|
|
277
284
|
rate?: number | undefined;
|
|
278
285
|
} | undefined;
|
|
279
286
|
}> | undefined;
|
|
280
|
-
|
|
287
|
+
authorId?: string | undefined;
|
|
281
288
|
integrationTools?: string[] | undefined;
|
|
282
289
|
}>>, {
|
|
290
|
+
status: string;
|
|
283
291
|
name: string;
|
|
284
292
|
id: string;
|
|
285
293
|
createdAt: Date;
|
|
@@ -294,7 +302,7 @@ export declare const UPDATE_STORED_AGENT_ROUTE: import("../server-adapter").Serv
|
|
|
294
302
|
inputProcessors?: Record<string, unknown>[] | undefined;
|
|
295
303
|
outputProcessors?: Record<string, unknown>[] | undefined;
|
|
296
304
|
defaultOptions?: Record<string, unknown> | undefined;
|
|
297
|
-
memory?: string | undefined;
|
|
305
|
+
memory?: Record<string, unknown> | undefined;
|
|
298
306
|
scorers?: Record<string, {
|
|
299
307
|
sampling?: {
|
|
300
308
|
type: "count" | "ratio";
|
|
@@ -302,8 +310,9 @@ export declare const UPDATE_STORED_AGENT_ROUTE: import("../server-adapter").Serv
|
|
|
302
310
|
rate?: number | undefined;
|
|
303
311
|
} | undefined;
|
|
304
312
|
}> | undefined;
|
|
305
|
-
|
|
313
|
+
authorId?: string | undefined;
|
|
306
314
|
integrationTools?: string[] | undefined;
|
|
315
|
+
activeVersionId?: string | undefined;
|
|
307
316
|
}, "json">;
|
|
308
317
|
/**
|
|
309
318
|
* DELETE /stored/agents/:storedAgentId - Delete a stored agent
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stored-agents.d.ts","sourceRoot":"","sources":["../../../src/server/handlers/stored-agents.ts"],"names":[],"mappings":"AAqBA;;GAEG;AACH,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"stored-agents.d.ts","sourceRoot":"","sources":["../../../src/server/handlers/stored-agents.ts"],"names":[],"mappings":"AAqBA;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAoCnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAoCjC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAmFpC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAgHpC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;UAuCpC,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { CREATE_STORED_AGENT_ROUTE, DELETE_STORED_AGENT_ROUTE, GET_STORED_AGENT_ROUTE, LIST_STORED_AGENTS_ROUTE, UPDATE_STORED_AGENT_ROUTE } from '../../chunk-
|
|
1
|
+
export { CREATE_STORED_AGENT_ROUTE, DELETE_STORED_AGENT_ROUTE, GET_STORED_AGENT_ROUTE, LIST_STORED_AGENTS_ROUTE, UPDATE_STORED_AGENT_ROUTE } from '../../chunk-5P2VGES5.js';
|
|
2
2
|
//# sourceMappingURL=stored-agents.js.map
|
|
3
3
|
//# sourceMappingURL=stored-agents.js.map
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkVXPVROQJ_cjs = require('../../chunk-VXPVROQJ.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "EXECUTE_AGENT_TOOL_ROUTE", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkVXPVROQJ_cjs.EXECUTE_AGENT_TOOL_ROUTE; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "EXECUTE_TOOL_ROUTE", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkVXPVROQJ_cjs.EXECUTE_TOOL_ROUTE; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "GET_AGENT_TOOL_ROUTE", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkVXPVROQJ_cjs.GET_AGENT_TOOL_ROUTE; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "GET_TOOL_BY_ID_ROUTE", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkVXPVROQJ_cjs.GET_TOOL_BY_ID_ROUTE; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "LIST_TOOLS_ROUTE", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkVXPVROQJ_cjs.LIST_TOOLS_ROUTE; }
|
|
26
26
|
});
|
|
27
27
|
//# sourceMappingURL=tools.cjs.map
|
|
28
28
|
//# sourceMappingURL=tools.cjs.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { EXECUTE_AGENT_TOOL_ROUTE, EXECUTE_TOOL_ROUTE, GET_AGENT_TOOL_ROUTE, GET_TOOL_BY_ID_ROUTE, LIST_TOOLS_ROUTE } from '../../chunk-
|
|
1
|
+
export { EXECUTE_AGENT_TOOL_ROUTE, EXECUTE_TOOL_ROUTE, GET_AGENT_TOOL_ROUTE, GET_TOOL_BY_ID_ROUTE, LIST_TOOLS_ROUTE } from '../../chunk-XXBURIYX.js';
|
|
2
2
|
//# sourceMappingURL=tools.js.map
|
|
3
3
|
//# sourceMappingURL=tools.js.map
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkH4VFL22H_cjs = require('../../chunk-H4VFL22H.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "GENERATE_SPEECH_DEPRECATED_ROUTE", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkH4VFL22H_cjs.GENERATE_SPEECH_DEPRECATED_ROUTE; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "GENERATE_SPEECH_ROUTE", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkH4VFL22H_cjs.GENERATE_SPEECH_ROUTE; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "GET_LISTENER_ROUTE", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkH4VFL22H_cjs.GET_LISTENER_ROUTE; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "GET_SPEAKERS_DEPRECATED_ROUTE", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkH4VFL22H_cjs.GET_SPEAKERS_DEPRECATED_ROUTE; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "GET_SPEAKERS_ROUTE", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkH4VFL22H_cjs.GET_SPEAKERS_ROUTE; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "TRANSCRIBE_SPEECH_DEPRECATED_ROUTE", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkH4VFL22H_cjs.TRANSCRIBE_SPEECH_DEPRECATED_ROUTE; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "TRANSCRIBE_SPEECH_ROUTE", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkH4VFL22H_cjs.TRANSCRIBE_SPEECH_ROUTE; }
|
|
34
34
|
});
|
|
35
35
|
//# sourceMappingURL=voice.cjs.map
|
|
36
36
|
//# sourceMappingURL=voice.cjs.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { GENERATE_SPEECH_DEPRECATED_ROUTE, GENERATE_SPEECH_ROUTE, GET_LISTENER_ROUTE, GET_SPEAKERS_DEPRECATED_ROUTE, GET_SPEAKERS_ROUTE, TRANSCRIBE_SPEECH_DEPRECATED_ROUTE, TRANSCRIBE_SPEECH_ROUTE } from '../../chunk-
|
|
1
|
+
export { GENERATE_SPEECH_DEPRECATED_ROUTE, GENERATE_SPEECH_ROUTE, GET_LISTENER_ROUTE, GET_SPEAKERS_DEPRECATED_ROUTE, GET_SPEAKERS_ROUTE, TRANSCRIBE_SPEECH_DEPRECATED_ROUTE, TRANSCRIBE_SPEECH_ROUTE } from '../../chunk-ZFHZRI6C.js';
|
|
2
2
|
//# sourceMappingURL=voice.js.map
|
|
3
3
|
//# sourceMappingURL=voice.js.map
|
|
@@ -1,80 +1,80 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkQRPQWZZU_cjs = require('../../chunk-QRPQWZZU.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "GET_WORKSPACE_ROUTE", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkQRPQWZZU_cjs.GET_WORKSPACE_ROUTE; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "LIST_WORKSPACES_ROUTE", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkQRPQWZZU_cjs.LIST_WORKSPACES_ROUTE; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "WORKSPACE_FS_DELETE_ROUTE", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_FS_DELETE_ROUTE; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "WORKSPACE_FS_LIST_ROUTE", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_FS_LIST_ROUTE; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "WORKSPACE_FS_MKDIR_ROUTE", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_FS_MKDIR_ROUTE; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "WORKSPACE_FS_READ_ROUTE", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_FS_READ_ROUTE; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "WORKSPACE_FS_ROUTES", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_FS_ROUTES; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "WORKSPACE_FS_STAT_ROUTE", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_FS_STAT_ROUTE; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "WORKSPACE_FS_WRITE_ROUTE", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_FS_WRITE_ROUTE; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "WORKSPACE_GET_SKILL_REFERENCE_ROUTE", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_GET_SKILL_REFERENCE_ROUTE; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "WORKSPACE_GET_SKILL_ROUTE", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_GET_SKILL_ROUTE; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "WORKSPACE_INDEX_ROUTE", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_INDEX_ROUTE; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "WORKSPACE_LIST_SKILLS_ROUTE", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_LIST_SKILLS_ROUTE; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "WORKSPACE_LIST_SKILL_REFERENCES_ROUTE", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_LIST_SKILL_REFERENCES_ROUTE; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "WORKSPACE_SEARCH_ROUTE", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_SEARCH_ROUTE; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "WORKSPACE_SEARCH_ROUTES", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_SEARCH_ROUTES; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "WORKSPACE_SEARCH_SKILLS_ROUTE", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_SEARCH_SKILLS_ROUTE; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "WORKSPACE_SKILLS_ROUTES", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkQRPQWZZU_cjs.WORKSPACE_SKILLS_ROUTES; }
|
|
78
78
|
});
|
|
79
79
|
//# sourceMappingURL=workspace.cjs.map
|
|
80
80
|
//# sourceMappingURL=workspace.cjs.map
|
|
@@ -243,9 +243,9 @@ export declare const WORKSPACE_LIST_SKILLS_ROUTE: import("../server-adapter").Se
|
|
|
243
243
|
skills: {
|
|
244
244
|
name: string;
|
|
245
245
|
description: string;
|
|
246
|
-
metadata?: Record<string,
|
|
246
|
+
metadata?: Record<string, unknown> | undefined;
|
|
247
247
|
license?: string | undefined;
|
|
248
|
-
compatibility?:
|
|
248
|
+
compatibility?: unknown;
|
|
249
249
|
}[];
|
|
250
250
|
isSkillsConfigured: boolean;
|
|
251
251
|
}, "json">;
|
|
@@ -270,9 +270,9 @@ export declare const WORKSPACE_GET_SKILL_ROUTE: import("../server-adapter").Serv
|
|
|
270
270
|
references: string[];
|
|
271
271
|
scripts: string[];
|
|
272
272
|
assets: string[];
|
|
273
|
-
metadata?: Record<string,
|
|
273
|
+
metadata?: Record<string, unknown> | undefined;
|
|
274
274
|
license?: string | undefined;
|
|
275
|
-
compatibility?:
|
|
275
|
+
compatibility?: unknown;
|
|
276
276
|
}, "json">;
|
|
277
277
|
export declare const WORKSPACE_LIST_SKILL_REFERENCES_ROUTE: import("../server-adapter").ServerRoute<{
|
|
278
278
|
skillName: string;
|
|
@@ -504,9 +504,9 @@ export declare const WORKSPACE_SKILLS_ROUTES: (import("../server-adapter").Serve
|
|
|
504
504
|
skills: {
|
|
505
505
|
name: string;
|
|
506
506
|
description: string;
|
|
507
|
-
metadata?: Record<string,
|
|
507
|
+
metadata?: Record<string, unknown> | undefined;
|
|
508
508
|
license?: string | undefined;
|
|
509
|
-
compatibility?:
|
|
509
|
+
compatibility?: unknown;
|
|
510
510
|
}[];
|
|
511
511
|
isSkillsConfigured: boolean;
|
|
512
512
|
}, "json"> | import("../server-adapter").ServerRoute<{
|
|
@@ -530,9 +530,9 @@ export declare const WORKSPACE_SKILLS_ROUTES: (import("../server-adapter").Serve
|
|
|
530
530
|
references: string[];
|
|
531
531
|
scripts: string[];
|
|
532
532
|
assets: string[];
|
|
533
|
-
metadata?: Record<string,
|
|
533
|
+
metadata?: Record<string, unknown> | undefined;
|
|
534
534
|
license?: string | undefined;
|
|
535
|
-
compatibility?:
|
|
535
|
+
compatibility?: unknown;
|
|
536
536
|
}, "json"> | import("../server-adapter").ServerRoute<{
|
|
537
537
|
skillName: string;
|
|
538
538
|
workspaceId: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { GET_WORKSPACE_ROUTE, LIST_WORKSPACES_ROUTE, WORKSPACE_FS_DELETE_ROUTE, WORKSPACE_FS_LIST_ROUTE, WORKSPACE_FS_MKDIR_ROUTE, WORKSPACE_FS_READ_ROUTE, WORKSPACE_FS_ROUTES, WORKSPACE_FS_STAT_ROUTE, WORKSPACE_FS_WRITE_ROUTE, WORKSPACE_GET_SKILL_REFERENCE_ROUTE, WORKSPACE_GET_SKILL_ROUTE, WORKSPACE_INDEX_ROUTE, WORKSPACE_LIST_SKILLS_ROUTE, WORKSPACE_LIST_SKILL_REFERENCES_ROUTE, WORKSPACE_SEARCH_ROUTE, WORKSPACE_SEARCH_ROUTES, WORKSPACE_SEARCH_SKILLS_ROUTE, WORKSPACE_SKILLS_ROUTES } from '../../chunk-
|
|
1
|
+
export { GET_WORKSPACE_ROUTE, LIST_WORKSPACES_ROUTE, WORKSPACE_FS_DELETE_ROUTE, WORKSPACE_FS_LIST_ROUTE, WORKSPACE_FS_MKDIR_ROUTE, WORKSPACE_FS_READ_ROUTE, WORKSPACE_FS_ROUTES, WORKSPACE_FS_STAT_ROUTE, WORKSPACE_FS_WRITE_ROUTE, WORKSPACE_GET_SKILL_REFERENCE_ROUTE, WORKSPACE_GET_SKILL_ROUTE, WORKSPACE_INDEX_ROUTE, WORKSPACE_LIST_SKILLS_ROUTE, WORKSPACE_LIST_SKILL_REFERENCES_ROUTE, WORKSPACE_SEARCH_ROUTE, WORKSPACE_SEARCH_ROUTES, WORKSPACE_SEARCH_SKILLS_ROUTE, WORKSPACE_SKILLS_ROUTES } from '../../chunk-QWOQET2T.js';
|
|
2
2
|
//# sourceMappingURL=workspace.js.map
|
|
3
3
|
//# sourceMappingURL=workspace.js.map
|
package/dist/server/handlers.cjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkVXPVROQJ_cjs = require('../chunk-VXPVROQJ.cjs');
|
|
4
4
|
var chunk2HOMKKY4_cjs = require('../chunk-2HOMKKY4.cjs');
|
|
5
|
-
var
|
|
5
|
+
var chunkH4VFL22H_cjs = require('../chunk-H4VFL22H.cjs');
|
|
6
6
|
var chunkHDGF45K7_cjs = require('../chunk-HDGF45K7.cjs');
|
|
7
7
|
var chunkJRM3DWRM_cjs = require('../chunk-JRM3DWRM.cjs');
|
|
8
8
|
var chunkAN42MFD5_cjs = require('../chunk-AN42MFD5.cjs');
|
|
9
9
|
var chunkAV3VZ6S3_cjs = require('../chunk-AV3VZ6S3.cjs');
|
|
10
|
-
var
|
|
11
|
-
var
|
|
10
|
+
var chunkI3CJUT6J_cjs = require('../chunk-I3CJUT6J.cjs');
|
|
11
|
+
var chunkWWVDNKEF_cjs = require('../chunk-WWVDNKEF.cjs');
|
|
12
12
|
var chunk37DO73XV_cjs = require('../chunk-37DO73XV.cjs');
|
|
13
13
|
var chunkMZRJNOYJ_cjs = require('../chunk-MZRJNOYJ.cjs');
|
|
14
|
-
var
|
|
14
|
+
var chunk6DHJKQLP_cjs = require('../chunk-6DHJKQLP.cjs');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
Object.defineProperty(exports, "tools", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkVXPVROQJ_cjs.tools_exports; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "vector", {
|
|
23
23
|
enumerable: true,
|
|
@@ -25,7 +25,7 @@ Object.defineProperty(exports, "vector", {
|
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "voice", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkH4VFL22H_cjs.voice_exports; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "logs", {
|
|
31
31
|
enumerable: true,
|
|
@@ -45,11 +45,11 @@ Object.defineProperty(exports, "observability", {
|
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "scores", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkI3CJUT6J_cjs.scores_exports; }
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "a2a", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkWWVDNKEF_cjs.a2a_exports; }
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "agentBuilder", {
|
|
55
55
|
enumerable: true,
|
|
@@ -61,7 +61,7 @@ Object.defineProperty(exports, "workflows", {
|
|
|
61
61
|
});
|
|
62
62
|
Object.defineProperty(exports, "agents", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunk6DHJKQLP_cjs.agents_exports; }
|
|
65
65
|
});
|
|
66
66
|
//# sourceMappingURL=handlers.cjs.map
|
|
67
67
|
//# sourceMappingURL=handlers.cjs.map
|