@jixo/cli 0.7.0 → 0.9.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.
@@ -1,268 +1,538 @@
1
1
  import { type ToolSet } from "ai";
2
+ import z from "zod";
2
3
  export declare const tools: {
3
4
  fileSystem: (cwd: string) => Promise<ToolSet>;
4
5
  memory: (memory_filepath: string) => Promise<ToolSet>;
6
+ sequentialThinking: import("@gaubee/util").FuncRemember<() => Promise<{
7
+ [x: string]: import("ai").Tool<unknown, z.objectOutputType<{
8
+ _meta: z.ZodOptional<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
9
+ } & {
10
+ content: z.ZodArray<z.ZodUnion<[z.ZodObject<{
11
+ type: z.ZodLiteral<"text">;
12
+ text: z.ZodString;
13
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
14
+ type: z.ZodLiteral<"text">;
15
+ text: z.ZodString;
16
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
17
+ type: z.ZodLiteral<"text">;
18
+ text: z.ZodString;
19
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
20
+ type: z.ZodLiteral<"image">;
21
+ data: z.ZodString;
22
+ mimeType: z.ZodString;
23
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
24
+ type: z.ZodLiteral<"image">;
25
+ data: z.ZodString;
26
+ mimeType: z.ZodString;
27
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
28
+ type: z.ZodLiteral<"image">;
29
+ data: z.ZodString;
30
+ mimeType: z.ZodString;
31
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
32
+ type: z.ZodLiteral<"resource">;
33
+ resource: z.ZodUnion<[z.ZodObject<{
34
+ uri: z.ZodString;
35
+ mimeType: z.ZodOptional<z.ZodString>;
36
+ } & {
37
+ text: z.ZodString;
38
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
39
+ uri: z.ZodString;
40
+ mimeType: z.ZodOptional<z.ZodString>;
41
+ } & {
42
+ text: z.ZodString;
43
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
44
+ uri: z.ZodString;
45
+ mimeType: z.ZodOptional<z.ZodString>;
46
+ } & {
47
+ text: z.ZodString;
48
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
49
+ uri: z.ZodString;
50
+ mimeType: z.ZodOptional<z.ZodString>;
51
+ } & {
52
+ blob: z.ZodString;
53
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
54
+ uri: z.ZodString;
55
+ mimeType: z.ZodOptional<z.ZodString>;
56
+ } & {
57
+ blob: z.ZodString;
58
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
59
+ uri: z.ZodString;
60
+ mimeType: z.ZodOptional<z.ZodString>;
61
+ } & {
62
+ blob: z.ZodString;
63
+ }, z.ZodTypeAny, "passthrough">>]>;
64
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
65
+ type: z.ZodLiteral<"resource">;
66
+ resource: z.ZodUnion<[z.ZodObject<{
67
+ uri: z.ZodString;
68
+ mimeType: z.ZodOptional<z.ZodString>;
69
+ } & {
70
+ text: z.ZodString;
71
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
72
+ uri: z.ZodString;
73
+ mimeType: z.ZodOptional<z.ZodString>;
74
+ } & {
75
+ text: z.ZodString;
76
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
77
+ uri: z.ZodString;
78
+ mimeType: z.ZodOptional<z.ZodString>;
79
+ } & {
80
+ text: z.ZodString;
81
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
82
+ uri: z.ZodString;
83
+ mimeType: z.ZodOptional<z.ZodString>;
84
+ } & {
85
+ blob: z.ZodString;
86
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
87
+ uri: z.ZodString;
88
+ mimeType: z.ZodOptional<z.ZodString>;
89
+ } & {
90
+ blob: z.ZodString;
91
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
92
+ uri: z.ZodString;
93
+ mimeType: z.ZodOptional<z.ZodString>;
94
+ } & {
95
+ blob: z.ZodString;
96
+ }, z.ZodTypeAny, "passthrough">>]>;
97
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
98
+ type: z.ZodLiteral<"resource">;
99
+ resource: z.ZodUnion<[z.ZodObject<{
100
+ uri: z.ZodString;
101
+ mimeType: z.ZodOptional<z.ZodString>;
102
+ } & {
103
+ text: z.ZodString;
104
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
105
+ uri: z.ZodString;
106
+ mimeType: z.ZodOptional<z.ZodString>;
107
+ } & {
108
+ text: z.ZodString;
109
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
110
+ uri: z.ZodString;
111
+ mimeType: z.ZodOptional<z.ZodString>;
112
+ } & {
113
+ text: z.ZodString;
114
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
115
+ uri: z.ZodString;
116
+ mimeType: z.ZodOptional<z.ZodString>;
117
+ } & {
118
+ blob: z.ZodString;
119
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
120
+ uri: z.ZodString;
121
+ mimeType: z.ZodOptional<z.ZodString>;
122
+ } & {
123
+ blob: z.ZodString;
124
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
125
+ uri: z.ZodString;
126
+ mimeType: z.ZodOptional<z.ZodString>;
127
+ } & {
128
+ blob: z.ZodString;
129
+ }, z.ZodTypeAny, "passthrough">>]>;
130
+ }, z.ZodTypeAny, "passthrough">>]>, "many">;
131
+ isError: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
132
+ }, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
133
+ _meta: z.ZodOptional<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
134
+ } & {
135
+ toolResult: z.ZodUnknown;
136
+ }, z.ZodTypeAny, "passthrough">> & Required<Pick<import("ai").Tool<unknown, z.objectOutputType<{
137
+ _meta: z.ZodOptional<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
138
+ } & {
139
+ content: z.ZodArray<z.ZodUnion<[z.ZodObject<{
140
+ type: z.ZodLiteral<"text">;
141
+ text: z.ZodString;
142
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
143
+ type: z.ZodLiteral<"text">;
144
+ text: z.ZodString;
145
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
146
+ type: z.ZodLiteral<"text">;
147
+ text: z.ZodString;
148
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
149
+ type: z.ZodLiteral<"image">;
150
+ data: z.ZodString;
151
+ mimeType: z.ZodString;
152
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
153
+ type: z.ZodLiteral<"image">;
154
+ data: z.ZodString;
155
+ mimeType: z.ZodString;
156
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
157
+ type: z.ZodLiteral<"image">;
158
+ data: z.ZodString;
159
+ mimeType: z.ZodString;
160
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
161
+ type: z.ZodLiteral<"resource">;
162
+ resource: z.ZodUnion<[z.ZodObject<{
163
+ uri: z.ZodString;
164
+ mimeType: z.ZodOptional<z.ZodString>;
165
+ } & {
166
+ text: z.ZodString;
167
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
168
+ uri: z.ZodString;
169
+ mimeType: z.ZodOptional<z.ZodString>;
170
+ } & {
171
+ text: z.ZodString;
172
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
173
+ uri: z.ZodString;
174
+ mimeType: z.ZodOptional<z.ZodString>;
175
+ } & {
176
+ text: z.ZodString;
177
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
178
+ uri: z.ZodString;
179
+ mimeType: z.ZodOptional<z.ZodString>;
180
+ } & {
181
+ blob: z.ZodString;
182
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
183
+ uri: z.ZodString;
184
+ mimeType: z.ZodOptional<z.ZodString>;
185
+ } & {
186
+ blob: z.ZodString;
187
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
188
+ uri: z.ZodString;
189
+ mimeType: z.ZodOptional<z.ZodString>;
190
+ } & {
191
+ blob: z.ZodString;
192
+ }, z.ZodTypeAny, "passthrough">>]>;
193
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
194
+ type: z.ZodLiteral<"resource">;
195
+ resource: z.ZodUnion<[z.ZodObject<{
196
+ uri: z.ZodString;
197
+ mimeType: z.ZodOptional<z.ZodString>;
198
+ } & {
199
+ text: z.ZodString;
200
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
201
+ uri: z.ZodString;
202
+ mimeType: z.ZodOptional<z.ZodString>;
203
+ } & {
204
+ text: z.ZodString;
205
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
206
+ uri: z.ZodString;
207
+ mimeType: z.ZodOptional<z.ZodString>;
208
+ } & {
209
+ text: z.ZodString;
210
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
211
+ uri: z.ZodString;
212
+ mimeType: z.ZodOptional<z.ZodString>;
213
+ } & {
214
+ blob: z.ZodString;
215
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
216
+ uri: z.ZodString;
217
+ mimeType: z.ZodOptional<z.ZodString>;
218
+ } & {
219
+ blob: z.ZodString;
220
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
221
+ uri: z.ZodString;
222
+ mimeType: z.ZodOptional<z.ZodString>;
223
+ } & {
224
+ blob: z.ZodString;
225
+ }, z.ZodTypeAny, "passthrough">>]>;
226
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
227
+ type: z.ZodLiteral<"resource">;
228
+ resource: z.ZodUnion<[z.ZodObject<{
229
+ uri: z.ZodString;
230
+ mimeType: z.ZodOptional<z.ZodString>;
231
+ } & {
232
+ text: z.ZodString;
233
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
234
+ uri: z.ZodString;
235
+ mimeType: z.ZodOptional<z.ZodString>;
236
+ } & {
237
+ text: z.ZodString;
238
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
239
+ uri: z.ZodString;
240
+ mimeType: z.ZodOptional<z.ZodString>;
241
+ } & {
242
+ text: z.ZodString;
243
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
244
+ uri: z.ZodString;
245
+ mimeType: z.ZodOptional<z.ZodString>;
246
+ } & {
247
+ blob: z.ZodString;
248
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
249
+ uri: z.ZodString;
250
+ mimeType: z.ZodOptional<z.ZodString>;
251
+ } & {
252
+ blob: z.ZodString;
253
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
254
+ uri: z.ZodString;
255
+ mimeType: z.ZodOptional<z.ZodString>;
256
+ } & {
257
+ blob: z.ZodString;
258
+ }, z.ZodTypeAny, "passthrough">>]>;
259
+ }, z.ZodTypeAny, "passthrough">>]>, "many">;
260
+ isError: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
261
+ }, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
262
+ _meta: z.ZodOptional<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
263
+ } & {
264
+ toolResult: z.ZodUnknown;
265
+ }, z.ZodTypeAny, "passthrough">>, "execute">>;
266
+ }>, void | ((this: unknown) => any)>;
5
267
  fetch: import("@gaubee/util").FuncRemember<() => Promise<{
6
- [x: string]: import("ai").Tool<unknown, import("zod").objectOutputType<{
7
- _meta: import("zod").ZodOptional<import("zod").ZodObject<{}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">>>;
268
+ [x: string]: import("ai").Tool<unknown, z.objectOutputType<{
269
+ _meta: z.ZodOptional<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
8
270
  } & {
9
- content: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
10
- type: import("zod").ZodLiteral<"text">;
11
- text: import("zod").ZodString;
12
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
13
- type: import("zod").ZodLiteral<"text">;
14
- text: import("zod").ZodString;
15
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
16
- type: import("zod").ZodLiteral<"text">;
17
- text: import("zod").ZodString;
18
- }, import("zod").ZodTypeAny, "passthrough">>, import("zod").ZodObject<{
19
- type: import("zod").ZodLiteral<"image">;
20
- data: import("zod").ZodString;
21
- mimeType: import("zod").ZodString;
22
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
23
- type: import("zod").ZodLiteral<"image">;
24
- data: import("zod").ZodString;
25
- mimeType: import("zod").ZodString;
26
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
27
- type: import("zod").ZodLiteral<"image">;
28
- data: import("zod").ZodString;
29
- mimeType: import("zod").ZodString;
30
- }, import("zod").ZodTypeAny, "passthrough">>, import("zod").ZodObject<{
31
- type: import("zod").ZodLiteral<"resource">;
32
- resource: import("zod").ZodUnion<[import("zod").ZodObject<{
33
- uri: import("zod").ZodString;
34
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
35
- } & {
36
- text: import("zod").ZodString;
37
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
38
- uri: import("zod").ZodString;
39
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
40
- } & {
41
- text: import("zod").ZodString;
42
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
43
- uri: import("zod").ZodString;
44
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
45
- } & {
46
- text: import("zod").ZodString;
47
- }, import("zod").ZodTypeAny, "passthrough">>, import("zod").ZodObject<{
48
- uri: import("zod").ZodString;
49
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
50
- } & {
51
- blob: import("zod").ZodString;
52
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
53
- uri: import("zod").ZodString;
54
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
55
- } & {
56
- blob: import("zod").ZodString;
57
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
58
- uri: import("zod").ZodString;
59
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
60
- } & {
61
- blob: import("zod").ZodString;
62
- }, import("zod").ZodTypeAny, "passthrough">>]>;
63
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
64
- type: import("zod").ZodLiteral<"resource">;
65
- resource: import("zod").ZodUnion<[import("zod").ZodObject<{
66
- uri: import("zod").ZodString;
67
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
68
- } & {
69
- text: import("zod").ZodString;
70
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
71
- uri: import("zod").ZodString;
72
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
73
- } & {
74
- text: import("zod").ZodString;
75
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
76
- uri: import("zod").ZodString;
77
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
78
- } & {
79
- text: import("zod").ZodString;
80
- }, import("zod").ZodTypeAny, "passthrough">>, import("zod").ZodObject<{
81
- uri: import("zod").ZodString;
82
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
83
- } & {
84
- blob: import("zod").ZodString;
85
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
86
- uri: import("zod").ZodString;
87
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
88
- } & {
89
- blob: import("zod").ZodString;
90
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
91
- uri: import("zod").ZodString;
92
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
93
- } & {
94
- blob: import("zod").ZodString;
95
- }, import("zod").ZodTypeAny, "passthrough">>]>;
96
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
97
- type: import("zod").ZodLiteral<"resource">;
98
- resource: import("zod").ZodUnion<[import("zod").ZodObject<{
99
- uri: import("zod").ZodString;
100
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
101
- } & {
102
- text: import("zod").ZodString;
103
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
104
- uri: import("zod").ZodString;
105
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
106
- } & {
107
- text: import("zod").ZodString;
108
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
109
- uri: import("zod").ZodString;
110
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
111
- } & {
112
- text: import("zod").ZodString;
113
- }, import("zod").ZodTypeAny, "passthrough">>, import("zod").ZodObject<{
114
- uri: import("zod").ZodString;
115
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
116
- } & {
117
- blob: import("zod").ZodString;
118
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
119
- uri: import("zod").ZodString;
120
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
121
- } & {
122
- blob: import("zod").ZodString;
123
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
124
- uri: import("zod").ZodString;
125
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
126
- } & {
127
- blob: import("zod").ZodString;
128
- }, import("zod").ZodTypeAny, "passthrough">>]>;
129
- }, import("zod").ZodTypeAny, "passthrough">>]>, "many">;
130
- isError: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
131
- }, import("zod").ZodTypeAny, "passthrough"> | import("zod").objectOutputType<{
132
- _meta: import("zod").ZodOptional<import("zod").ZodObject<{}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">>>;
271
+ content: z.ZodArray<z.ZodUnion<[z.ZodObject<{
272
+ type: z.ZodLiteral<"text">;
273
+ text: z.ZodString;
274
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
275
+ type: z.ZodLiteral<"text">;
276
+ text: z.ZodString;
277
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
278
+ type: z.ZodLiteral<"text">;
279
+ text: z.ZodString;
280
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
281
+ type: z.ZodLiteral<"image">;
282
+ data: z.ZodString;
283
+ mimeType: z.ZodString;
284
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
285
+ type: z.ZodLiteral<"image">;
286
+ data: z.ZodString;
287
+ mimeType: z.ZodString;
288
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
289
+ type: z.ZodLiteral<"image">;
290
+ data: z.ZodString;
291
+ mimeType: z.ZodString;
292
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
293
+ type: z.ZodLiteral<"resource">;
294
+ resource: z.ZodUnion<[z.ZodObject<{
295
+ uri: z.ZodString;
296
+ mimeType: z.ZodOptional<z.ZodString>;
297
+ } & {
298
+ text: z.ZodString;
299
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
300
+ uri: z.ZodString;
301
+ mimeType: z.ZodOptional<z.ZodString>;
302
+ } & {
303
+ text: z.ZodString;
304
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
305
+ uri: z.ZodString;
306
+ mimeType: z.ZodOptional<z.ZodString>;
307
+ } & {
308
+ text: z.ZodString;
309
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
310
+ uri: z.ZodString;
311
+ mimeType: z.ZodOptional<z.ZodString>;
312
+ } & {
313
+ blob: z.ZodString;
314
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
315
+ uri: z.ZodString;
316
+ mimeType: z.ZodOptional<z.ZodString>;
317
+ } & {
318
+ blob: z.ZodString;
319
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
320
+ uri: z.ZodString;
321
+ mimeType: z.ZodOptional<z.ZodString>;
322
+ } & {
323
+ blob: z.ZodString;
324
+ }, z.ZodTypeAny, "passthrough">>]>;
325
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
326
+ type: z.ZodLiteral<"resource">;
327
+ resource: z.ZodUnion<[z.ZodObject<{
328
+ uri: z.ZodString;
329
+ mimeType: z.ZodOptional<z.ZodString>;
330
+ } & {
331
+ text: z.ZodString;
332
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
333
+ uri: z.ZodString;
334
+ mimeType: z.ZodOptional<z.ZodString>;
335
+ } & {
336
+ text: z.ZodString;
337
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
338
+ uri: z.ZodString;
339
+ mimeType: z.ZodOptional<z.ZodString>;
340
+ } & {
341
+ text: z.ZodString;
342
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
343
+ uri: z.ZodString;
344
+ mimeType: z.ZodOptional<z.ZodString>;
345
+ } & {
346
+ blob: z.ZodString;
347
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
348
+ uri: z.ZodString;
349
+ mimeType: z.ZodOptional<z.ZodString>;
350
+ } & {
351
+ blob: z.ZodString;
352
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
353
+ uri: z.ZodString;
354
+ mimeType: z.ZodOptional<z.ZodString>;
355
+ } & {
356
+ blob: z.ZodString;
357
+ }, z.ZodTypeAny, "passthrough">>]>;
358
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
359
+ type: z.ZodLiteral<"resource">;
360
+ resource: z.ZodUnion<[z.ZodObject<{
361
+ uri: z.ZodString;
362
+ mimeType: z.ZodOptional<z.ZodString>;
363
+ } & {
364
+ text: z.ZodString;
365
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
366
+ uri: z.ZodString;
367
+ mimeType: z.ZodOptional<z.ZodString>;
368
+ } & {
369
+ text: z.ZodString;
370
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
371
+ uri: z.ZodString;
372
+ mimeType: z.ZodOptional<z.ZodString>;
373
+ } & {
374
+ text: z.ZodString;
375
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
376
+ uri: z.ZodString;
377
+ mimeType: z.ZodOptional<z.ZodString>;
378
+ } & {
379
+ blob: z.ZodString;
380
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
381
+ uri: z.ZodString;
382
+ mimeType: z.ZodOptional<z.ZodString>;
383
+ } & {
384
+ blob: z.ZodString;
385
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
386
+ uri: z.ZodString;
387
+ mimeType: z.ZodOptional<z.ZodString>;
388
+ } & {
389
+ blob: z.ZodString;
390
+ }, z.ZodTypeAny, "passthrough">>]>;
391
+ }, z.ZodTypeAny, "passthrough">>]>, "many">;
392
+ isError: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
393
+ }, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
394
+ _meta: z.ZodOptional<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
133
395
  } & {
134
- toolResult: import("zod").ZodUnknown;
135
- }, import("zod").ZodTypeAny, "passthrough">> & Required<Pick<import("ai").Tool<unknown, import("zod").objectOutputType<{
136
- _meta: import("zod").ZodOptional<import("zod").ZodObject<{}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">>>;
396
+ toolResult: z.ZodUnknown;
397
+ }, z.ZodTypeAny, "passthrough">> & Required<Pick<import("ai").Tool<unknown, z.objectOutputType<{
398
+ _meta: z.ZodOptional<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
137
399
  } & {
138
- content: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
139
- type: import("zod").ZodLiteral<"text">;
140
- text: import("zod").ZodString;
141
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
142
- type: import("zod").ZodLiteral<"text">;
143
- text: import("zod").ZodString;
144
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
145
- type: import("zod").ZodLiteral<"text">;
146
- text: import("zod").ZodString;
147
- }, import("zod").ZodTypeAny, "passthrough">>, import("zod").ZodObject<{
148
- type: import("zod").ZodLiteral<"image">;
149
- data: import("zod").ZodString;
150
- mimeType: import("zod").ZodString;
151
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
152
- type: import("zod").ZodLiteral<"image">;
153
- data: import("zod").ZodString;
154
- mimeType: import("zod").ZodString;
155
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
156
- type: import("zod").ZodLiteral<"image">;
157
- data: import("zod").ZodString;
158
- mimeType: import("zod").ZodString;
159
- }, import("zod").ZodTypeAny, "passthrough">>, import("zod").ZodObject<{
160
- type: import("zod").ZodLiteral<"resource">;
161
- resource: import("zod").ZodUnion<[import("zod").ZodObject<{
162
- uri: import("zod").ZodString;
163
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
164
- } & {
165
- text: import("zod").ZodString;
166
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
167
- uri: import("zod").ZodString;
168
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
169
- } & {
170
- text: import("zod").ZodString;
171
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
172
- uri: import("zod").ZodString;
173
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
174
- } & {
175
- text: import("zod").ZodString;
176
- }, import("zod").ZodTypeAny, "passthrough">>, import("zod").ZodObject<{
177
- uri: import("zod").ZodString;
178
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
179
- } & {
180
- blob: import("zod").ZodString;
181
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
182
- uri: import("zod").ZodString;
183
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
184
- } & {
185
- blob: import("zod").ZodString;
186
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
187
- uri: import("zod").ZodString;
188
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
189
- } & {
190
- blob: import("zod").ZodString;
191
- }, import("zod").ZodTypeAny, "passthrough">>]>;
192
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
193
- type: import("zod").ZodLiteral<"resource">;
194
- resource: import("zod").ZodUnion<[import("zod").ZodObject<{
195
- uri: import("zod").ZodString;
196
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
197
- } & {
198
- text: import("zod").ZodString;
199
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
200
- uri: import("zod").ZodString;
201
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
202
- } & {
203
- text: import("zod").ZodString;
204
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
205
- uri: import("zod").ZodString;
206
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
207
- } & {
208
- text: import("zod").ZodString;
209
- }, import("zod").ZodTypeAny, "passthrough">>, import("zod").ZodObject<{
210
- uri: import("zod").ZodString;
211
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
212
- } & {
213
- blob: import("zod").ZodString;
214
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
215
- uri: import("zod").ZodString;
216
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
217
- } & {
218
- blob: import("zod").ZodString;
219
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
220
- uri: import("zod").ZodString;
221
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
222
- } & {
223
- blob: import("zod").ZodString;
224
- }, import("zod").ZodTypeAny, "passthrough">>]>;
225
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
226
- type: import("zod").ZodLiteral<"resource">;
227
- resource: import("zod").ZodUnion<[import("zod").ZodObject<{
228
- uri: import("zod").ZodString;
229
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
230
- } & {
231
- text: import("zod").ZodString;
232
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
233
- uri: import("zod").ZodString;
234
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
235
- } & {
236
- text: import("zod").ZodString;
237
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
238
- uri: import("zod").ZodString;
239
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
240
- } & {
241
- text: import("zod").ZodString;
242
- }, import("zod").ZodTypeAny, "passthrough">>, import("zod").ZodObject<{
243
- uri: import("zod").ZodString;
244
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
245
- } & {
246
- blob: import("zod").ZodString;
247
- }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
248
- uri: import("zod").ZodString;
249
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
250
- } & {
251
- blob: import("zod").ZodString;
252
- }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
253
- uri: import("zod").ZodString;
254
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
255
- } & {
256
- blob: import("zod").ZodString;
257
- }, import("zod").ZodTypeAny, "passthrough">>]>;
258
- }, import("zod").ZodTypeAny, "passthrough">>]>, "many">;
259
- isError: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
260
- }, import("zod").ZodTypeAny, "passthrough"> | import("zod").objectOutputType<{
261
- _meta: import("zod").ZodOptional<import("zod").ZodObject<{}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">>>;
400
+ content: z.ZodArray<z.ZodUnion<[z.ZodObject<{
401
+ type: z.ZodLiteral<"text">;
402
+ text: z.ZodString;
403
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
404
+ type: z.ZodLiteral<"text">;
405
+ text: z.ZodString;
406
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
407
+ type: z.ZodLiteral<"text">;
408
+ text: z.ZodString;
409
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
410
+ type: z.ZodLiteral<"image">;
411
+ data: z.ZodString;
412
+ mimeType: z.ZodString;
413
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
414
+ type: z.ZodLiteral<"image">;
415
+ data: z.ZodString;
416
+ mimeType: z.ZodString;
417
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
418
+ type: z.ZodLiteral<"image">;
419
+ data: z.ZodString;
420
+ mimeType: z.ZodString;
421
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
422
+ type: z.ZodLiteral<"resource">;
423
+ resource: z.ZodUnion<[z.ZodObject<{
424
+ uri: z.ZodString;
425
+ mimeType: z.ZodOptional<z.ZodString>;
426
+ } & {
427
+ text: z.ZodString;
428
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
429
+ uri: z.ZodString;
430
+ mimeType: z.ZodOptional<z.ZodString>;
431
+ } & {
432
+ text: z.ZodString;
433
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
434
+ uri: z.ZodString;
435
+ mimeType: z.ZodOptional<z.ZodString>;
436
+ } & {
437
+ text: z.ZodString;
438
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
439
+ uri: z.ZodString;
440
+ mimeType: z.ZodOptional<z.ZodString>;
441
+ } & {
442
+ blob: z.ZodString;
443
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
444
+ uri: z.ZodString;
445
+ mimeType: z.ZodOptional<z.ZodString>;
446
+ } & {
447
+ blob: z.ZodString;
448
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
449
+ uri: z.ZodString;
450
+ mimeType: z.ZodOptional<z.ZodString>;
451
+ } & {
452
+ blob: z.ZodString;
453
+ }, z.ZodTypeAny, "passthrough">>]>;
454
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
455
+ type: z.ZodLiteral<"resource">;
456
+ resource: z.ZodUnion<[z.ZodObject<{
457
+ uri: z.ZodString;
458
+ mimeType: z.ZodOptional<z.ZodString>;
459
+ } & {
460
+ text: z.ZodString;
461
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
462
+ uri: z.ZodString;
463
+ mimeType: z.ZodOptional<z.ZodString>;
464
+ } & {
465
+ text: z.ZodString;
466
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
467
+ uri: z.ZodString;
468
+ mimeType: z.ZodOptional<z.ZodString>;
469
+ } & {
470
+ text: z.ZodString;
471
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
472
+ uri: z.ZodString;
473
+ mimeType: z.ZodOptional<z.ZodString>;
474
+ } & {
475
+ blob: z.ZodString;
476
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
477
+ uri: z.ZodString;
478
+ mimeType: z.ZodOptional<z.ZodString>;
479
+ } & {
480
+ blob: z.ZodString;
481
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
482
+ uri: z.ZodString;
483
+ mimeType: z.ZodOptional<z.ZodString>;
484
+ } & {
485
+ blob: z.ZodString;
486
+ }, z.ZodTypeAny, "passthrough">>]>;
487
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
488
+ type: z.ZodLiteral<"resource">;
489
+ resource: z.ZodUnion<[z.ZodObject<{
490
+ uri: z.ZodString;
491
+ mimeType: z.ZodOptional<z.ZodString>;
492
+ } & {
493
+ text: z.ZodString;
494
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
495
+ uri: z.ZodString;
496
+ mimeType: z.ZodOptional<z.ZodString>;
497
+ } & {
498
+ text: z.ZodString;
499
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
500
+ uri: z.ZodString;
501
+ mimeType: z.ZodOptional<z.ZodString>;
502
+ } & {
503
+ text: z.ZodString;
504
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
505
+ uri: z.ZodString;
506
+ mimeType: z.ZodOptional<z.ZodString>;
507
+ } & {
508
+ blob: z.ZodString;
509
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
510
+ uri: z.ZodString;
511
+ mimeType: z.ZodOptional<z.ZodString>;
512
+ } & {
513
+ blob: z.ZodString;
514
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
515
+ uri: z.ZodString;
516
+ mimeType: z.ZodOptional<z.ZodString>;
517
+ } & {
518
+ blob: z.ZodString;
519
+ }, z.ZodTypeAny, "passthrough">>]>;
520
+ }, z.ZodTypeAny, "passthrough">>]>, "many">;
521
+ isError: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
522
+ }, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
523
+ _meta: z.ZodOptional<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
262
524
  } & {
263
- toolResult: import("zod").ZodUnknown;
264
- }, import("zod").ZodTypeAny, "passthrough">>, "execute">>;
525
+ toolResult: z.ZodUnknown;
526
+ }, z.ZodTypeAny, "passthrough">>, "execute">>;
265
527
  }>, void | ((this: unknown) => any)>;
266
528
  git: (repo: string) => Promise<ToolSet>;
529
+ jixoSkill: import("@gaubee/util").FuncRemember<() => {
530
+ allSkillNavList: Record<string, string>;
531
+ tools: {
532
+ get_jixo_skill: import("ai").Tool<{
533
+ name: string;
534
+ }, any>;
535
+ };
536
+ }, void | ((this: unknown) => any)>;
267
537
  };
268
538
  //# sourceMappingURL=ai-tools.d.ts.map