@cereworker/config 26.406.1 → 26.519.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/dist/cerebrum-providers.d.ts +2 -2
- package/dist/cerebrum-providers.d.ts.map +1 -1
- package/dist/cerebrum-providers.js +53 -52
- package/dist/cerebrum-providers.js.map +1 -1
- package/dist/loader.d.ts.map +1 -1
- package/dist/loader.js +28 -1
- package/dist/loader.js.map +1 -1
- package/dist/schema.d.ts +283 -283
- package/dist/schema.js +1 -1
- package/dist/schema.js.map +1 -1
- package/package.json +1 -1
package/dist/schema.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
36
36
|
callbackPort?: number | undefined;
|
|
37
37
|
}>>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
-
auth: "
|
|
39
|
+
auth: "apikey" | "oauth";
|
|
40
40
|
oauth?: {
|
|
41
41
|
callbackPort: number;
|
|
42
42
|
clientId?: string | undefined;
|
|
@@ -46,7 +46,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
46
46
|
baseUrl?: string | undefined;
|
|
47
47
|
models?: string[] | undefined;
|
|
48
48
|
}, {
|
|
49
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
50
49
|
oauth?: {
|
|
51
50
|
clientId?: string | undefined;
|
|
52
51
|
clientSecret?: string | undefined;
|
|
@@ -55,6 +54,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
55
54
|
apiKey?: string | undefined;
|
|
56
55
|
baseUrl?: string | undefined;
|
|
57
56
|
models?: string[] | undefined;
|
|
57
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
58
58
|
}>>;
|
|
59
59
|
openai: z.ZodOptional<z.ZodObject<{
|
|
60
60
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -75,7 +75,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
75
75
|
callbackPort?: number | undefined;
|
|
76
76
|
}>>;
|
|
77
77
|
}, "strip", z.ZodTypeAny, {
|
|
78
|
-
auth: "
|
|
78
|
+
auth: "apikey" | "oauth";
|
|
79
79
|
oauth?: {
|
|
80
80
|
callbackPort: number;
|
|
81
81
|
clientId?: string | undefined;
|
|
@@ -85,7 +85,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
85
85
|
baseUrl?: string | undefined;
|
|
86
86
|
models?: string[] | undefined;
|
|
87
87
|
}, {
|
|
88
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
89
88
|
oauth?: {
|
|
90
89
|
clientId?: string | undefined;
|
|
91
90
|
clientSecret?: string | undefined;
|
|
@@ -94,6 +93,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
94
93
|
apiKey?: string | undefined;
|
|
95
94
|
baseUrl?: string | undefined;
|
|
96
95
|
models?: string[] | undefined;
|
|
96
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
97
97
|
}>>;
|
|
98
98
|
'openai-codex': z.ZodOptional<z.ZodObject<{
|
|
99
99
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -114,7 +114,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
114
114
|
callbackPort?: number | undefined;
|
|
115
115
|
}>>;
|
|
116
116
|
}, "strip", z.ZodTypeAny, {
|
|
117
|
-
auth: "
|
|
117
|
+
auth: "apikey" | "oauth";
|
|
118
118
|
oauth?: {
|
|
119
119
|
callbackPort: number;
|
|
120
120
|
clientId?: string | undefined;
|
|
@@ -124,7 +124,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
124
124
|
baseUrl?: string | undefined;
|
|
125
125
|
models?: string[] | undefined;
|
|
126
126
|
}, {
|
|
127
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
128
127
|
oauth?: {
|
|
129
128
|
clientId?: string | undefined;
|
|
130
129
|
clientSecret?: string | undefined;
|
|
@@ -133,6 +132,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
133
132
|
apiKey?: string | undefined;
|
|
134
133
|
baseUrl?: string | undefined;
|
|
135
134
|
models?: string[] | undefined;
|
|
135
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
136
136
|
}>>;
|
|
137
137
|
google: z.ZodOptional<z.ZodObject<{
|
|
138
138
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -153,7 +153,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
153
153
|
callbackPort?: number | undefined;
|
|
154
154
|
}>>;
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
|
-
auth: "
|
|
156
|
+
auth: "apikey" | "oauth";
|
|
157
157
|
oauth?: {
|
|
158
158
|
callbackPort: number;
|
|
159
159
|
clientId?: string | undefined;
|
|
@@ -163,7 +163,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
163
163
|
baseUrl?: string | undefined;
|
|
164
164
|
models?: string[] | undefined;
|
|
165
165
|
}, {
|
|
166
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
167
166
|
oauth?: {
|
|
168
167
|
clientId?: string | undefined;
|
|
169
168
|
clientSecret?: string | undefined;
|
|
@@ -172,6 +171,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
172
171
|
apiKey?: string | undefined;
|
|
173
172
|
baseUrl?: string | undefined;
|
|
174
173
|
models?: string[] | undefined;
|
|
174
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
175
175
|
}>>;
|
|
176
176
|
openrouter: z.ZodOptional<z.ZodObject<{
|
|
177
177
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -192,7 +192,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
192
192
|
callbackPort?: number | undefined;
|
|
193
193
|
}>>;
|
|
194
194
|
}, "strip", z.ZodTypeAny, {
|
|
195
|
-
auth: "
|
|
195
|
+
auth: "apikey" | "oauth";
|
|
196
196
|
oauth?: {
|
|
197
197
|
callbackPort: number;
|
|
198
198
|
clientId?: string | undefined;
|
|
@@ -202,7 +202,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
202
202
|
baseUrl?: string | undefined;
|
|
203
203
|
models?: string[] | undefined;
|
|
204
204
|
}, {
|
|
205
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
206
205
|
oauth?: {
|
|
207
206
|
clientId?: string | undefined;
|
|
208
207
|
clientSecret?: string | undefined;
|
|
@@ -211,6 +210,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
211
210
|
apiKey?: string | undefined;
|
|
212
211
|
baseUrl?: string | undefined;
|
|
213
212
|
models?: string[] | undefined;
|
|
213
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
214
214
|
}>>;
|
|
215
215
|
deepseek: z.ZodOptional<z.ZodObject<{
|
|
216
216
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -231,7 +231,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
231
231
|
callbackPort?: number | undefined;
|
|
232
232
|
}>>;
|
|
233
233
|
}, "strip", z.ZodTypeAny, {
|
|
234
|
-
auth: "
|
|
234
|
+
auth: "apikey" | "oauth";
|
|
235
235
|
oauth?: {
|
|
236
236
|
callbackPort: number;
|
|
237
237
|
clientId?: string | undefined;
|
|
@@ -241,7 +241,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
241
241
|
baseUrl?: string | undefined;
|
|
242
242
|
models?: string[] | undefined;
|
|
243
243
|
}, {
|
|
244
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
245
244
|
oauth?: {
|
|
246
245
|
clientId?: string | undefined;
|
|
247
246
|
clientSecret?: string | undefined;
|
|
@@ -250,6 +249,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
250
249
|
apiKey?: string | undefined;
|
|
251
250
|
baseUrl?: string | undefined;
|
|
252
251
|
models?: string[] | undefined;
|
|
252
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
253
253
|
}>>;
|
|
254
254
|
xai: z.ZodOptional<z.ZodObject<{
|
|
255
255
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -270,7 +270,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
270
270
|
callbackPort?: number | undefined;
|
|
271
271
|
}>>;
|
|
272
272
|
}, "strip", z.ZodTypeAny, {
|
|
273
|
-
auth: "
|
|
273
|
+
auth: "apikey" | "oauth";
|
|
274
274
|
oauth?: {
|
|
275
275
|
callbackPort: number;
|
|
276
276
|
clientId?: string | undefined;
|
|
@@ -280,7 +280,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
280
280
|
baseUrl?: string | undefined;
|
|
281
281
|
models?: string[] | undefined;
|
|
282
282
|
}, {
|
|
283
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
284
283
|
oauth?: {
|
|
285
284
|
clientId?: string | undefined;
|
|
286
285
|
clientSecret?: string | undefined;
|
|
@@ -289,6 +288,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
289
288
|
apiKey?: string | undefined;
|
|
290
289
|
baseUrl?: string | undefined;
|
|
291
290
|
models?: string[] | undefined;
|
|
291
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
292
292
|
}>>;
|
|
293
293
|
mistral: z.ZodOptional<z.ZodObject<{
|
|
294
294
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -309,7 +309,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
309
309
|
callbackPort?: number | undefined;
|
|
310
310
|
}>>;
|
|
311
311
|
}, "strip", z.ZodTypeAny, {
|
|
312
|
-
auth: "
|
|
312
|
+
auth: "apikey" | "oauth";
|
|
313
313
|
oauth?: {
|
|
314
314
|
callbackPort: number;
|
|
315
315
|
clientId?: string | undefined;
|
|
@@ -319,7 +319,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
319
319
|
baseUrl?: string | undefined;
|
|
320
320
|
models?: string[] | undefined;
|
|
321
321
|
}, {
|
|
322
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
323
322
|
oauth?: {
|
|
324
323
|
clientId?: string | undefined;
|
|
325
324
|
clientSecret?: string | undefined;
|
|
@@ -328,6 +327,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
328
327
|
apiKey?: string | undefined;
|
|
329
328
|
baseUrl?: string | undefined;
|
|
330
329
|
models?: string[] | undefined;
|
|
330
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
331
331
|
}>>;
|
|
332
332
|
together: z.ZodOptional<z.ZodObject<{
|
|
333
333
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -348,7 +348,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
348
348
|
callbackPort?: number | undefined;
|
|
349
349
|
}>>;
|
|
350
350
|
}, "strip", z.ZodTypeAny, {
|
|
351
|
-
auth: "
|
|
351
|
+
auth: "apikey" | "oauth";
|
|
352
352
|
oauth?: {
|
|
353
353
|
callbackPort: number;
|
|
354
354
|
clientId?: string | undefined;
|
|
@@ -358,7 +358,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
358
358
|
baseUrl?: string | undefined;
|
|
359
359
|
models?: string[] | undefined;
|
|
360
360
|
}, {
|
|
361
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
362
361
|
oauth?: {
|
|
363
362
|
clientId?: string | undefined;
|
|
364
363
|
clientSecret?: string | undefined;
|
|
@@ -367,6 +366,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
367
366
|
apiKey?: string | undefined;
|
|
368
367
|
baseUrl?: string | undefined;
|
|
369
368
|
models?: string[] | undefined;
|
|
369
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
370
370
|
}>>;
|
|
371
371
|
moonshot: z.ZodOptional<z.ZodObject<{
|
|
372
372
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -387,7 +387,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
387
387
|
callbackPort?: number | undefined;
|
|
388
388
|
}>>;
|
|
389
389
|
}, "strip", z.ZodTypeAny, {
|
|
390
|
-
auth: "
|
|
390
|
+
auth: "apikey" | "oauth";
|
|
391
391
|
oauth?: {
|
|
392
392
|
callbackPort: number;
|
|
393
393
|
clientId?: string | undefined;
|
|
@@ -397,7 +397,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
397
397
|
baseUrl?: string | undefined;
|
|
398
398
|
models?: string[] | undefined;
|
|
399
399
|
}, {
|
|
400
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
401
400
|
oauth?: {
|
|
402
401
|
clientId?: string | undefined;
|
|
403
402
|
clientSecret?: string | undefined;
|
|
@@ -406,6 +405,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
406
405
|
apiKey?: string | undefined;
|
|
407
406
|
baseUrl?: string | undefined;
|
|
408
407
|
models?: string[] | undefined;
|
|
408
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
409
409
|
}>>;
|
|
410
410
|
minimax: z.ZodOptional<z.ZodObject<{
|
|
411
411
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -426,7 +426,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
426
426
|
callbackPort?: number | undefined;
|
|
427
427
|
}>>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
|
-
auth: "
|
|
429
|
+
auth: "apikey" | "oauth";
|
|
430
430
|
oauth?: {
|
|
431
431
|
callbackPort: number;
|
|
432
432
|
clientId?: string | undefined;
|
|
@@ -436,7 +436,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
436
436
|
baseUrl?: string | undefined;
|
|
437
437
|
models?: string[] | undefined;
|
|
438
438
|
}, {
|
|
439
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
440
439
|
oauth?: {
|
|
441
440
|
clientId?: string | undefined;
|
|
442
441
|
clientSecret?: string | undefined;
|
|
@@ -445,6 +444,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
445
444
|
apiKey?: string | undefined;
|
|
446
445
|
baseUrl?: string | undefined;
|
|
447
446
|
models?: string[] | undefined;
|
|
447
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
448
448
|
}>>;
|
|
449
449
|
'minimax-portal': z.ZodOptional<z.ZodObject<{
|
|
450
450
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -465,7 +465,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
465
465
|
callbackPort?: number | undefined;
|
|
466
466
|
}>>;
|
|
467
467
|
}, "strip", z.ZodTypeAny, {
|
|
468
|
-
auth: "
|
|
468
|
+
auth: "apikey" | "oauth";
|
|
469
469
|
oauth?: {
|
|
470
470
|
callbackPort: number;
|
|
471
471
|
clientId?: string | undefined;
|
|
@@ -475,7 +475,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
475
475
|
baseUrl?: string | undefined;
|
|
476
476
|
models?: string[] | undefined;
|
|
477
477
|
}, {
|
|
478
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
479
478
|
oauth?: {
|
|
480
479
|
clientId?: string | undefined;
|
|
481
480
|
clientSecret?: string | undefined;
|
|
@@ -484,6 +483,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
484
483
|
apiKey?: string | undefined;
|
|
485
484
|
baseUrl?: string | undefined;
|
|
486
485
|
models?: string[] | undefined;
|
|
486
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
487
487
|
}>>;
|
|
488
488
|
local: z.ZodOptional<z.ZodObject<{
|
|
489
489
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -506,8 +506,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
506
506
|
baseUrl: z.ZodDefault<z.ZodString>;
|
|
507
507
|
model: z.ZodDefault<z.ZodString>;
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
|
-
auth: "oauth" | "apikey";
|
|
510
509
|
baseUrl: string;
|
|
510
|
+
auth: "apikey" | "oauth";
|
|
511
511
|
model: string;
|
|
512
512
|
oauth?: {
|
|
513
513
|
callbackPort: number;
|
|
@@ -517,7 +517,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
517
517
|
apiKey?: string | undefined;
|
|
518
518
|
models?: string[] | undefined;
|
|
519
519
|
}, {
|
|
520
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
521
520
|
oauth?: {
|
|
522
521
|
clientId?: string | undefined;
|
|
523
522
|
clientSecret?: string | undefined;
|
|
@@ -526,11 +525,12 @@ export declare const configSchema: z.ZodObject<{
|
|
|
526
525
|
apiKey?: string | undefined;
|
|
527
526
|
baseUrl?: string | undefined;
|
|
528
527
|
models?: string[] | undefined;
|
|
528
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
529
529
|
model?: string | undefined;
|
|
530
530
|
}>>;
|
|
531
531
|
}, "strip", z.ZodTypeAny, {
|
|
532
|
-
|
|
533
|
-
auth: "
|
|
532
|
+
anthropic?: {
|
|
533
|
+
auth: "apikey" | "oauth";
|
|
534
534
|
oauth?: {
|
|
535
535
|
callbackPort: number;
|
|
536
536
|
clientId?: string | undefined;
|
|
@@ -540,8 +540,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
540
540
|
baseUrl?: string | undefined;
|
|
541
541
|
models?: string[] | undefined;
|
|
542
542
|
} | undefined;
|
|
543
|
-
openai?: {
|
|
544
|
-
auth: "
|
|
543
|
+
'openai-codex'?: {
|
|
544
|
+
auth: "apikey" | "oauth";
|
|
545
545
|
oauth?: {
|
|
546
546
|
callbackPort: number;
|
|
547
547
|
clientId?: string | undefined;
|
|
@@ -551,8 +551,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
551
551
|
baseUrl?: string | undefined;
|
|
552
552
|
models?: string[] | undefined;
|
|
553
553
|
} | undefined;
|
|
554
|
-
|
|
555
|
-
auth: "
|
|
554
|
+
google?: {
|
|
555
|
+
auth: "apikey" | "oauth";
|
|
556
556
|
oauth?: {
|
|
557
557
|
callbackPort: number;
|
|
558
558
|
clientId?: string | undefined;
|
|
@@ -562,8 +562,20 @@ export declare const configSchema: z.ZodObject<{
|
|
|
562
562
|
baseUrl?: string | undefined;
|
|
563
563
|
models?: string[] | undefined;
|
|
564
564
|
} | undefined;
|
|
565
|
-
|
|
566
|
-
|
|
565
|
+
local?: {
|
|
566
|
+
baseUrl: string;
|
|
567
|
+
auth: "apikey" | "oauth";
|
|
568
|
+
model: string;
|
|
569
|
+
oauth?: {
|
|
570
|
+
callbackPort: number;
|
|
571
|
+
clientId?: string | undefined;
|
|
572
|
+
clientSecret?: string | undefined;
|
|
573
|
+
} | undefined;
|
|
574
|
+
apiKey?: string | undefined;
|
|
575
|
+
models?: string[] | undefined;
|
|
576
|
+
} | undefined;
|
|
577
|
+
openai?: {
|
|
578
|
+
auth: "apikey" | "oauth";
|
|
567
579
|
oauth?: {
|
|
568
580
|
callbackPort: number;
|
|
569
581
|
clientId?: string | undefined;
|
|
@@ -574,7 +586,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
574
586
|
models?: string[] | undefined;
|
|
575
587
|
} | undefined;
|
|
576
588
|
openrouter?: {
|
|
577
|
-
auth: "
|
|
589
|
+
auth: "apikey" | "oauth";
|
|
578
590
|
oauth?: {
|
|
579
591
|
callbackPort: number;
|
|
580
592
|
clientId?: string | undefined;
|
|
@@ -585,7 +597,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
585
597
|
models?: string[] | undefined;
|
|
586
598
|
} | undefined;
|
|
587
599
|
deepseek?: {
|
|
588
|
-
auth: "
|
|
600
|
+
auth: "apikey" | "oauth";
|
|
589
601
|
oauth?: {
|
|
590
602
|
callbackPort: number;
|
|
591
603
|
clientId?: string | undefined;
|
|
@@ -596,7 +608,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
596
608
|
models?: string[] | undefined;
|
|
597
609
|
} | undefined;
|
|
598
610
|
xai?: {
|
|
599
|
-
auth: "
|
|
611
|
+
auth: "apikey" | "oauth";
|
|
600
612
|
oauth?: {
|
|
601
613
|
callbackPort: number;
|
|
602
614
|
clientId?: string | undefined;
|
|
@@ -607,7 +619,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
607
619
|
models?: string[] | undefined;
|
|
608
620
|
} | undefined;
|
|
609
621
|
mistral?: {
|
|
610
|
-
auth: "
|
|
622
|
+
auth: "apikey" | "oauth";
|
|
611
623
|
oauth?: {
|
|
612
624
|
callbackPort: number;
|
|
613
625
|
clientId?: string | undefined;
|
|
@@ -618,7 +630,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
618
630
|
models?: string[] | undefined;
|
|
619
631
|
} | undefined;
|
|
620
632
|
together?: {
|
|
621
|
-
auth: "
|
|
633
|
+
auth: "apikey" | "oauth";
|
|
622
634
|
oauth?: {
|
|
623
635
|
callbackPort: number;
|
|
624
636
|
clientId?: string | undefined;
|
|
@@ -629,7 +641,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
629
641
|
models?: string[] | undefined;
|
|
630
642
|
} | undefined;
|
|
631
643
|
moonshot?: {
|
|
632
|
-
auth: "
|
|
644
|
+
auth: "apikey" | "oauth";
|
|
633
645
|
oauth?: {
|
|
634
646
|
callbackPort: number;
|
|
635
647
|
clientId?: string | undefined;
|
|
@@ -640,7 +652,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
640
652
|
models?: string[] | undefined;
|
|
641
653
|
} | undefined;
|
|
642
654
|
minimax?: {
|
|
643
|
-
auth: "
|
|
655
|
+
auth: "apikey" | "oauth";
|
|
644
656
|
oauth?: {
|
|
645
657
|
callbackPort: number;
|
|
646
658
|
clientId?: string | undefined;
|
|
@@ -651,7 +663,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
651
663
|
models?: string[] | undefined;
|
|
652
664
|
} | undefined;
|
|
653
665
|
'minimax-portal'?: {
|
|
654
|
-
auth: "
|
|
666
|
+
auth: "apikey" | "oauth";
|
|
655
667
|
oauth?: {
|
|
656
668
|
callbackPort: number;
|
|
657
669
|
clientId?: string | undefined;
|
|
@@ -661,21 +673,19 @@ export declare const configSchema: z.ZodObject<{
|
|
|
661
673
|
baseUrl?: string | undefined;
|
|
662
674
|
models?: string[] | undefined;
|
|
663
675
|
} | undefined;
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
baseUrl: string;
|
|
667
|
-
model: string;
|
|
676
|
+
}, {
|
|
677
|
+
anthropic?: {
|
|
668
678
|
oauth?: {
|
|
669
|
-
callbackPort: number;
|
|
670
679
|
clientId?: string | undefined;
|
|
671
680
|
clientSecret?: string | undefined;
|
|
681
|
+
callbackPort?: number | undefined;
|
|
672
682
|
} | undefined;
|
|
673
683
|
apiKey?: string | undefined;
|
|
684
|
+
baseUrl?: string | undefined;
|
|
674
685
|
models?: string[] | undefined;
|
|
686
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
675
687
|
} | undefined;
|
|
676
|
-
}, {
|
|
677
688
|
'openai-codex'?: {
|
|
678
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
679
689
|
oauth?: {
|
|
680
690
|
clientId?: string | undefined;
|
|
681
691
|
clientSecret?: string | undefined;
|
|
@@ -684,9 +694,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
684
694
|
apiKey?: string | undefined;
|
|
685
695
|
baseUrl?: string | undefined;
|
|
686
696
|
models?: string[] | undefined;
|
|
697
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
687
698
|
} | undefined;
|
|
688
|
-
|
|
689
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
699
|
+
google?: {
|
|
690
700
|
oauth?: {
|
|
691
701
|
clientId?: string | undefined;
|
|
692
702
|
clientSecret?: string | undefined;
|
|
@@ -695,9 +705,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
695
705
|
apiKey?: string | undefined;
|
|
696
706
|
baseUrl?: string | undefined;
|
|
697
707
|
models?: string[] | undefined;
|
|
708
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
698
709
|
} | undefined;
|
|
699
|
-
|
|
700
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
710
|
+
local?: {
|
|
701
711
|
oauth?: {
|
|
702
712
|
clientId?: string | undefined;
|
|
703
713
|
clientSecret?: string | undefined;
|
|
@@ -706,9 +716,10 @@ export declare const configSchema: z.ZodObject<{
|
|
|
706
716
|
apiKey?: string | undefined;
|
|
707
717
|
baseUrl?: string | undefined;
|
|
708
718
|
models?: string[] | undefined;
|
|
719
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
720
|
+
model?: string | undefined;
|
|
709
721
|
} | undefined;
|
|
710
|
-
|
|
711
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
722
|
+
openai?: {
|
|
712
723
|
oauth?: {
|
|
713
724
|
clientId?: string | undefined;
|
|
714
725
|
clientSecret?: string | undefined;
|
|
@@ -717,9 +728,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
717
728
|
apiKey?: string | undefined;
|
|
718
729
|
baseUrl?: string | undefined;
|
|
719
730
|
models?: string[] | undefined;
|
|
731
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
720
732
|
} | undefined;
|
|
721
733
|
openrouter?: {
|
|
722
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
723
734
|
oauth?: {
|
|
724
735
|
clientId?: string | undefined;
|
|
725
736
|
clientSecret?: string | undefined;
|
|
@@ -728,9 +739,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
728
739
|
apiKey?: string | undefined;
|
|
729
740
|
baseUrl?: string | undefined;
|
|
730
741
|
models?: string[] | undefined;
|
|
742
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
731
743
|
} | undefined;
|
|
732
744
|
deepseek?: {
|
|
733
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
734
745
|
oauth?: {
|
|
735
746
|
clientId?: string | undefined;
|
|
736
747
|
clientSecret?: string | undefined;
|
|
@@ -739,9 +750,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
739
750
|
apiKey?: string | undefined;
|
|
740
751
|
baseUrl?: string | undefined;
|
|
741
752
|
models?: string[] | undefined;
|
|
753
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
742
754
|
} | undefined;
|
|
743
755
|
xai?: {
|
|
744
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
745
756
|
oauth?: {
|
|
746
757
|
clientId?: string | undefined;
|
|
747
758
|
clientSecret?: string | undefined;
|
|
@@ -750,9 +761,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
750
761
|
apiKey?: string | undefined;
|
|
751
762
|
baseUrl?: string | undefined;
|
|
752
763
|
models?: string[] | undefined;
|
|
764
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
753
765
|
} | undefined;
|
|
754
766
|
mistral?: {
|
|
755
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
756
767
|
oauth?: {
|
|
757
768
|
clientId?: string | undefined;
|
|
758
769
|
clientSecret?: string | undefined;
|
|
@@ -761,9 +772,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
761
772
|
apiKey?: string | undefined;
|
|
762
773
|
baseUrl?: string | undefined;
|
|
763
774
|
models?: string[] | undefined;
|
|
775
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
764
776
|
} | undefined;
|
|
765
777
|
together?: {
|
|
766
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
767
778
|
oauth?: {
|
|
768
779
|
clientId?: string | undefined;
|
|
769
780
|
clientSecret?: string | undefined;
|
|
@@ -772,9 +783,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
772
783
|
apiKey?: string | undefined;
|
|
773
784
|
baseUrl?: string | undefined;
|
|
774
785
|
models?: string[] | undefined;
|
|
786
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
775
787
|
} | undefined;
|
|
776
788
|
moonshot?: {
|
|
777
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
778
789
|
oauth?: {
|
|
779
790
|
clientId?: string | undefined;
|
|
780
791
|
clientSecret?: string | undefined;
|
|
@@ -783,9 +794,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
783
794
|
apiKey?: string | undefined;
|
|
784
795
|
baseUrl?: string | undefined;
|
|
785
796
|
models?: string[] | undefined;
|
|
797
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
786
798
|
} | undefined;
|
|
787
799
|
minimax?: {
|
|
788
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
789
800
|
oauth?: {
|
|
790
801
|
clientId?: string | undefined;
|
|
791
802
|
clientSecret?: string | undefined;
|
|
@@ -794,9 +805,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
794
805
|
apiKey?: string | undefined;
|
|
795
806
|
baseUrl?: string | undefined;
|
|
796
807
|
models?: string[] | undefined;
|
|
808
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
797
809
|
} | undefined;
|
|
798
810
|
'minimax-portal'?: {
|
|
799
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
800
811
|
oauth?: {
|
|
801
812
|
clientId?: string | undefined;
|
|
802
813
|
clientSecret?: string | undefined;
|
|
@@ -805,18 +816,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
805
816
|
apiKey?: string | undefined;
|
|
806
817
|
baseUrl?: string | undefined;
|
|
807
818
|
models?: string[] | undefined;
|
|
808
|
-
|
|
809
|
-
local?: {
|
|
810
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
811
|
-
oauth?: {
|
|
812
|
-
clientId?: string | undefined;
|
|
813
|
-
clientSecret?: string | undefined;
|
|
814
|
-
callbackPort?: number | undefined;
|
|
815
|
-
} | undefined;
|
|
816
|
-
apiKey?: string | undefined;
|
|
817
|
-
baseUrl?: string | undefined;
|
|
818
|
-
models?: string[] | undefined;
|
|
819
|
-
model?: string | undefined;
|
|
819
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
820
820
|
} | undefined;
|
|
821
821
|
}>>;
|
|
822
822
|
maxSteps: z.ZodDefault<z.ZodNumber>;
|
|
@@ -838,9 +838,11 @@ export declare const configSchema: z.ZodObject<{
|
|
|
838
838
|
streamStallThreshold: z.ZodDefault<z.ZodNumber>;
|
|
839
839
|
maxNudgeRetries: z.ZodDefault<z.ZodNumber>;
|
|
840
840
|
}, "strip", z.ZodTypeAny, {
|
|
841
|
+
defaultProvider: string;
|
|
842
|
+
defaultModel: string;
|
|
841
843
|
providers: {
|
|
842
|
-
|
|
843
|
-
auth: "
|
|
844
|
+
anthropic?: {
|
|
845
|
+
auth: "apikey" | "oauth";
|
|
844
846
|
oauth?: {
|
|
845
847
|
callbackPort: number;
|
|
846
848
|
clientId?: string | undefined;
|
|
@@ -850,8 +852,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
850
852
|
baseUrl?: string | undefined;
|
|
851
853
|
models?: string[] | undefined;
|
|
852
854
|
} | undefined;
|
|
853
|
-
openai?: {
|
|
854
|
-
auth: "
|
|
855
|
+
'openai-codex'?: {
|
|
856
|
+
auth: "apikey" | "oauth";
|
|
855
857
|
oauth?: {
|
|
856
858
|
callbackPort: number;
|
|
857
859
|
clientId?: string | undefined;
|
|
@@ -861,8 +863,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
861
863
|
baseUrl?: string | undefined;
|
|
862
864
|
models?: string[] | undefined;
|
|
863
865
|
} | undefined;
|
|
864
|
-
|
|
865
|
-
auth: "
|
|
866
|
+
google?: {
|
|
867
|
+
auth: "apikey" | "oauth";
|
|
866
868
|
oauth?: {
|
|
867
869
|
callbackPort: number;
|
|
868
870
|
clientId?: string | undefined;
|
|
@@ -872,8 +874,20 @@ export declare const configSchema: z.ZodObject<{
|
|
|
872
874
|
baseUrl?: string | undefined;
|
|
873
875
|
models?: string[] | undefined;
|
|
874
876
|
} | undefined;
|
|
875
|
-
|
|
876
|
-
|
|
877
|
+
local?: {
|
|
878
|
+
baseUrl: string;
|
|
879
|
+
auth: "apikey" | "oauth";
|
|
880
|
+
model: string;
|
|
881
|
+
oauth?: {
|
|
882
|
+
callbackPort: number;
|
|
883
|
+
clientId?: string | undefined;
|
|
884
|
+
clientSecret?: string | undefined;
|
|
885
|
+
} | undefined;
|
|
886
|
+
apiKey?: string | undefined;
|
|
887
|
+
models?: string[] | undefined;
|
|
888
|
+
} | undefined;
|
|
889
|
+
openai?: {
|
|
890
|
+
auth: "apikey" | "oauth";
|
|
877
891
|
oauth?: {
|
|
878
892
|
callbackPort: number;
|
|
879
893
|
clientId?: string | undefined;
|
|
@@ -884,7 +898,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
884
898
|
models?: string[] | undefined;
|
|
885
899
|
} | undefined;
|
|
886
900
|
openrouter?: {
|
|
887
|
-
auth: "
|
|
901
|
+
auth: "apikey" | "oauth";
|
|
888
902
|
oauth?: {
|
|
889
903
|
callbackPort: number;
|
|
890
904
|
clientId?: string | undefined;
|
|
@@ -895,7 +909,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
895
909
|
models?: string[] | undefined;
|
|
896
910
|
} | undefined;
|
|
897
911
|
deepseek?: {
|
|
898
|
-
auth: "
|
|
912
|
+
auth: "apikey" | "oauth";
|
|
899
913
|
oauth?: {
|
|
900
914
|
callbackPort: number;
|
|
901
915
|
clientId?: string | undefined;
|
|
@@ -906,7 +920,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
906
920
|
models?: string[] | undefined;
|
|
907
921
|
} | undefined;
|
|
908
922
|
xai?: {
|
|
909
|
-
auth: "
|
|
923
|
+
auth: "apikey" | "oauth";
|
|
910
924
|
oauth?: {
|
|
911
925
|
callbackPort: number;
|
|
912
926
|
clientId?: string | undefined;
|
|
@@ -917,7 +931,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
917
931
|
models?: string[] | undefined;
|
|
918
932
|
} | undefined;
|
|
919
933
|
mistral?: {
|
|
920
|
-
auth: "
|
|
934
|
+
auth: "apikey" | "oauth";
|
|
921
935
|
oauth?: {
|
|
922
936
|
callbackPort: number;
|
|
923
937
|
clientId?: string | undefined;
|
|
@@ -928,7 +942,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
928
942
|
models?: string[] | undefined;
|
|
929
943
|
} | undefined;
|
|
930
944
|
together?: {
|
|
931
|
-
auth: "
|
|
945
|
+
auth: "apikey" | "oauth";
|
|
932
946
|
oauth?: {
|
|
933
947
|
callbackPort: number;
|
|
934
948
|
clientId?: string | undefined;
|
|
@@ -939,7 +953,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
939
953
|
models?: string[] | undefined;
|
|
940
954
|
} | undefined;
|
|
941
955
|
moonshot?: {
|
|
942
|
-
auth: "
|
|
956
|
+
auth: "apikey" | "oauth";
|
|
943
957
|
oauth?: {
|
|
944
958
|
callbackPort: number;
|
|
945
959
|
clientId?: string | undefined;
|
|
@@ -950,7 +964,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
950
964
|
models?: string[] | undefined;
|
|
951
965
|
} | undefined;
|
|
952
966
|
minimax?: {
|
|
953
|
-
auth: "
|
|
967
|
+
auth: "apikey" | "oauth";
|
|
954
968
|
oauth?: {
|
|
955
969
|
callbackPort: number;
|
|
956
970
|
clientId?: string | undefined;
|
|
@@ -961,7 +975,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
961
975
|
models?: string[] | undefined;
|
|
962
976
|
} | undefined;
|
|
963
977
|
'minimax-portal'?: {
|
|
964
|
-
auth: "
|
|
978
|
+
auth: "apikey" | "oauth";
|
|
965
979
|
oauth?: {
|
|
966
980
|
callbackPort: number;
|
|
967
981
|
clientId?: string | undefined;
|
|
@@ -971,21 +985,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
971
985
|
baseUrl?: string | undefined;
|
|
972
986
|
models?: string[] | undefined;
|
|
973
987
|
} | undefined;
|
|
974
|
-
local?: {
|
|
975
|
-
auth: "oauth" | "apikey";
|
|
976
|
-
baseUrl: string;
|
|
977
|
-
model: string;
|
|
978
|
-
oauth?: {
|
|
979
|
-
callbackPort: number;
|
|
980
|
-
clientId?: string | undefined;
|
|
981
|
-
clientSecret?: string | undefined;
|
|
982
|
-
} | undefined;
|
|
983
|
-
apiKey?: string | undefined;
|
|
984
|
-
models?: string[] | undefined;
|
|
985
|
-
} | undefined;
|
|
986
988
|
};
|
|
987
|
-
defaultProvider: string;
|
|
988
|
-
defaultModel: string;
|
|
989
989
|
maxSteps: number;
|
|
990
990
|
temperature: number;
|
|
991
991
|
contextWindow: number;
|
|
@@ -997,9 +997,10 @@ export declare const configSchema: z.ZodObject<{
|
|
|
997
997
|
streamStallThreshold: number;
|
|
998
998
|
maxNudgeRetries: number;
|
|
999
999
|
}, {
|
|
1000
|
+
defaultProvider?: string | undefined;
|
|
1001
|
+
defaultModel?: string | undefined;
|
|
1000
1002
|
providers?: {
|
|
1001
|
-
|
|
1002
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
1003
|
+
anthropic?: {
|
|
1003
1004
|
oauth?: {
|
|
1004
1005
|
clientId?: string | undefined;
|
|
1005
1006
|
clientSecret?: string | undefined;
|
|
@@ -1008,9 +1009,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1008
1009
|
apiKey?: string | undefined;
|
|
1009
1010
|
baseUrl?: string | undefined;
|
|
1010
1011
|
models?: string[] | undefined;
|
|
1012
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
1011
1013
|
} | undefined;
|
|
1012
|
-
openai?: {
|
|
1013
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
1014
|
+
'openai-codex'?: {
|
|
1014
1015
|
oauth?: {
|
|
1015
1016
|
clientId?: string | undefined;
|
|
1016
1017
|
clientSecret?: string | undefined;
|
|
@@ -1019,9 +1020,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1019
1020
|
apiKey?: string | undefined;
|
|
1020
1021
|
baseUrl?: string | undefined;
|
|
1021
1022
|
models?: string[] | undefined;
|
|
1023
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
1022
1024
|
} | undefined;
|
|
1023
|
-
|
|
1024
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
1025
|
+
google?: {
|
|
1025
1026
|
oauth?: {
|
|
1026
1027
|
clientId?: string | undefined;
|
|
1027
1028
|
clientSecret?: string | undefined;
|
|
@@ -1030,9 +1031,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1030
1031
|
apiKey?: string | undefined;
|
|
1031
1032
|
baseUrl?: string | undefined;
|
|
1032
1033
|
models?: string[] | undefined;
|
|
1034
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
1033
1035
|
} | undefined;
|
|
1034
|
-
|
|
1035
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
1036
|
+
local?: {
|
|
1036
1037
|
oauth?: {
|
|
1037
1038
|
clientId?: string | undefined;
|
|
1038
1039
|
clientSecret?: string | undefined;
|
|
@@ -1041,9 +1042,10 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1041
1042
|
apiKey?: string | undefined;
|
|
1042
1043
|
baseUrl?: string | undefined;
|
|
1043
1044
|
models?: string[] | undefined;
|
|
1045
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
1046
|
+
model?: string | undefined;
|
|
1044
1047
|
} | undefined;
|
|
1045
|
-
|
|
1046
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
1048
|
+
openai?: {
|
|
1047
1049
|
oauth?: {
|
|
1048
1050
|
clientId?: string | undefined;
|
|
1049
1051
|
clientSecret?: string | undefined;
|
|
@@ -1052,9 +1054,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1052
1054
|
apiKey?: string | undefined;
|
|
1053
1055
|
baseUrl?: string | undefined;
|
|
1054
1056
|
models?: string[] | undefined;
|
|
1057
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
1055
1058
|
} | undefined;
|
|
1056
|
-
|
|
1057
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
1059
|
+
openrouter?: {
|
|
1058
1060
|
oauth?: {
|
|
1059
1061
|
clientId?: string | undefined;
|
|
1060
1062
|
clientSecret?: string | undefined;
|
|
@@ -1063,9 +1065,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1063
1065
|
apiKey?: string | undefined;
|
|
1064
1066
|
baseUrl?: string | undefined;
|
|
1065
1067
|
models?: string[] | undefined;
|
|
1068
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
1066
1069
|
} | undefined;
|
|
1067
|
-
|
|
1068
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
1070
|
+
deepseek?: {
|
|
1069
1071
|
oauth?: {
|
|
1070
1072
|
clientId?: string | undefined;
|
|
1071
1073
|
clientSecret?: string | undefined;
|
|
@@ -1074,9 +1076,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1074
1076
|
apiKey?: string | undefined;
|
|
1075
1077
|
baseUrl?: string | undefined;
|
|
1076
1078
|
models?: string[] | undefined;
|
|
1079
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
1077
1080
|
} | undefined;
|
|
1078
|
-
|
|
1079
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
1081
|
+
xai?: {
|
|
1080
1082
|
oauth?: {
|
|
1081
1083
|
clientId?: string | undefined;
|
|
1082
1084
|
clientSecret?: string | undefined;
|
|
@@ -1085,9 +1087,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1085
1087
|
apiKey?: string | undefined;
|
|
1086
1088
|
baseUrl?: string | undefined;
|
|
1087
1089
|
models?: string[] | undefined;
|
|
1090
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
1088
1091
|
} | undefined;
|
|
1089
|
-
|
|
1090
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
1092
|
+
mistral?: {
|
|
1091
1093
|
oauth?: {
|
|
1092
1094
|
clientId?: string | undefined;
|
|
1093
1095
|
clientSecret?: string | undefined;
|
|
@@ -1096,9 +1098,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1096
1098
|
apiKey?: string | undefined;
|
|
1097
1099
|
baseUrl?: string | undefined;
|
|
1098
1100
|
models?: string[] | undefined;
|
|
1101
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
1099
1102
|
} | undefined;
|
|
1100
|
-
|
|
1101
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
1103
|
+
together?: {
|
|
1102
1104
|
oauth?: {
|
|
1103
1105
|
clientId?: string | undefined;
|
|
1104
1106
|
clientSecret?: string | undefined;
|
|
@@ -1107,9 +1109,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1107
1109
|
apiKey?: string | undefined;
|
|
1108
1110
|
baseUrl?: string | undefined;
|
|
1109
1111
|
models?: string[] | undefined;
|
|
1112
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
1110
1113
|
} | undefined;
|
|
1111
|
-
|
|
1112
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
1114
|
+
moonshot?: {
|
|
1113
1115
|
oauth?: {
|
|
1114
1116
|
clientId?: string | undefined;
|
|
1115
1117
|
clientSecret?: string | undefined;
|
|
@@ -1118,9 +1120,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1118
1120
|
apiKey?: string | undefined;
|
|
1119
1121
|
baseUrl?: string | undefined;
|
|
1120
1122
|
models?: string[] | undefined;
|
|
1123
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
1121
1124
|
} | undefined;
|
|
1122
|
-
|
|
1123
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
1125
|
+
minimax?: {
|
|
1124
1126
|
oauth?: {
|
|
1125
1127
|
clientId?: string | undefined;
|
|
1126
1128
|
clientSecret?: string | undefined;
|
|
@@ -1129,9 +1131,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1129
1131
|
apiKey?: string | undefined;
|
|
1130
1132
|
baseUrl?: string | undefined;
|
|
1131
1133
|
models?: string[] | undefined;
|
|
1134
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
1132
1135
|
} | undefined;
|
|
1133
|
-
|
|
1134
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
1136
|
+
'minimax-portal'?: {
|
|
1135
1137
|
oauth?: {
|
|
1136
1138
|
clientId?: string | undefined;
|
|
1137
1139
|
clientSecret?: string | undefined;
|
|
@@ -1140,11 +1142,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1140
1142
|
apiKey?: string | undefined;
|
|
1141
1143
|
baseUrl?: string | undefined;
|
|
1142
1144
|
models?: string[] | undefined;
|
|
1143
|
-
|
|
1145
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
1144
1146
|
} | undefined;
|
|
1145
1147
|
} | undefined;
|
|
1146
|
-
defaultProvider?: string | undefined;
|
|
1147
|
-
defaultModel?: string | undefined;
|
|
1148
1148
|
maxSteps?: number | undefined;
|
|
1149
1149
|
temperature?: number | undefined;
|
|
1150
1150
|
contextWindow?: number | undefined;
|
|
@@ -1165,26 +1165,26 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1165
1165
|
id: z.ZodDefault<z.ZodString>;
|
|
1166
1166
|
path: z.ZodOptional<z.ZodString>;
|
|
1167
1167
|
}, "strip", z.ZodTypeAny, {
|
|
1168
|
-
source: "local" | "huggingface";
|
|
1169
1168
|
id: string;
|
|
1169
|
+
source: "local" | "huggingface";
|
|
1170
1170
|
path?: string | undefined;
|
|
1171
1171
|
}, {
|
|
1172
1172
|
path?: string | undefined;
|
|
1173
|
-
source?: "local" | "huggingface" | undefined;
|
|
1174
1173
|
id?: string | undefined;
|
|
1174
|
+
source?: "local" | "huggingface" | undefined;
|
|
1175
1175
|
}>>;
|
|
1176
1176
|
finetune: z.ZodDefault<z.ZodObject<{
|
|
1177
1177
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1178
1178
|
method: z.ZodDefault<z.ZodEnum<["auto", "lora", "qlora", "full"]>>;
|
|
1179
1179
|
schedule: z.ZodDefault<z.ZodEnum<["auto", "hourly", "daily", "weekly"]>>;
|
|
1180
1180
|
}, "strip", z.ZodTypeAny, {
|
|
1181
|
+
schedule: "auto" | "daily" | "hourly" | "weekly";
|
|
1181
1182
|
enabled: boolean;
|
|
1182
1183
|
method: "auto" | "lora" | "qlora" | "full";
|
|
1183
|
-
schedule: "auto" | "hourly" | "daily" | "weekly";
|
|
1184
1184
|
}, {
|
|
1185
|
+
schedule?: "auto" | "daily" | "hourly" | "weekly" | undefined;
|
|
1185
1186
|
enabled?: boolean | undefined;
|
|
1186
1187
|
method?: "auto" | "lora" | "qlora" | "full" | undefined;
|
|
1187
|
-
schedule?: "auto" | "hourly" | "daily" | "weekly" | undefined;
|
|
1188
1188
|
}>>;
|
|
1189
1189
|
verification: z.ZodDefault<z.ZodObject<{
|
|
1190
1190
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -1213,18 +1213,18 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1213
1213
|
composeFile?: string | undefined;
|
|
1214
1214
|
}>>;
|
|
1215
1215
|
}, "strip", z.ZodTypeAny, {
|
|
1216
|
+
enabled: boolean;
|
|
1216
1217
|
model: {
|
|
1217
|
-
source: "local" | "huggingface";
|
|
1218
1218
|
id: string;
|
|
1219
|
+
source: "local" | "huggingface";
|
|
1219
1220
|
path?: string | undefined;
|
|
1220
1221
|
};
|
|
1221
|
-
enabled: boolean;
|
|
1222
1222
|
address: string;
|
|
1223
1223
|
heartbeatInterval: number;
|
|
1224
1224
|
finetune: {
|
|
1225
|
+
schedule: "auto" | "daily" | "hourly" | "weekly";
|
|
1225
1226
|
enabled: boolean;
|
|
1226
1227
|
method: "auto" | "lora" | "qlora" | "full";
|
|
1227
|
-
schedule: "auto" | "hourly" | "daily" | "weekly";
|
|
1228
1228
|
};
|
|
1229
1229
|
verification: {
|
|
1230
1230
|
enabled: boolean;
|
|
@@ -1237,18 +1237,18 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1237
1237
|
composeFile?: string | undefined;
|
|
1238
1238
|
};
|
|
1239
1239
|
}, {
|
|
1240
|
+
enabled?: boolean | undefined;
|
|
1240
1241
|
model?: {
|
|
1241
1242
|
path?: string | undefined;
|
|
1242
|
-
source?: "local" | "huggingface" | undefined;
|
|
1243
1243
|
id?: string | undefined;
|
|
1244
|
+
source?: "local" | "huggingface" | undefined;
|
|
1244
1245
|
} | undefined;
|
|
1245
|
-
enabled?: boolean | undefined;
|
|
1246
1246
|
address?: string | undefined;
|
|
1247
1247
|
heartbeatInterval?: number | undefined;
|
|
1248
1248
|
finetune?: {
|
|
1249
|
+
schedule?: "auto" | "daily" | "hourly" | "weekly" | undefined;
|
|
1249
1250
|
enabled?: boolean | undefined;
|
|
1250
1251
|
method?: "auto" | "lora" | "qlora" | "full" | undefined;
|
|
1251
|
-
schedule?: "auto" | "hourly" | "daily" | "weekly" | undefined;
|
|
1252
1252
|
} | undefined;
|
|
1253
1253
|
verification?: {
|
|
1254
1254
|
enabled?: boolean | undefined;
|
|
@@ -1292,16 +1292,16 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1292
1292
|
autoMode: z.ZodDefault<z.ZodBoolean>;
|
|
1293
1293
|
}, "strip", z.ZodTypeAny, {
|
|
1294
1294
|
enabled: boolean;
|
|
1295
|
+
autoMode: boolean;
|
|
1295
1296
|
denyList: string[];
|
|
1296
1297
|
timeout: number;
|
|
1297
1298
|
maxOutputSize: number;
|
|
1298
|
-
autoMode: boolean;
|
|
1299
1299
|
}, {
|
|
1300
1300
|
enabled?: boolean | undefined;
|
|
1301
|
+
autoMode?: boolean | undefined;
|
|
1301
1302
|
denyList?: string[] | undefined;
|
|
1302
1303
|
timeout?: number | undefined;
|
|
1303
1304
|
maxOutputSize?: number | undefined;
|
|
1304
|
-
autoMode?: boolean | undefined;
|
|
1305
1305
|
}>>;
|
|
1306
1306
|
fileOps: z.ZodDefault<z.ZodObject<{
|
|
1307
1307
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -1447,12 +1447,22 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1447
1447
|
} | undefined;
|
|
1448
1448
|
}>>;
|
|
1449
1449
|
}, "strip", z.ZodTypeAny, {
|
|
1450
|
+
browser: {
|
|
1451
|
+
enabled: boolean;
|
|
1452
|
+
extension: {
|
|
1453
|
+
relayPort: number;
|
|
1454
|
+
token?: string | undefined;
|
|
1455
|
+
};
|
|
1456
|
+
mode: "launch" | "connect" | "extension";
|
|
1457
|
+
cdpPort: number;
|
|
1458
|
+
headless: boolean;
|
|
1459
|
+
};
|
|
1450
1460
|
shell: {
|
|
1451
1461
|
enabled: boolean;
|
|
1462
|
+
autoMode: boolean;
|
|
1452
1463
|
denyList: string[];
|
|
1453
1464
|
timeout: number;
|
|
1454
1465
|
maxOutputSize: number;
|
|
1455
|
-
autoMode: boolean;
|
|
1456
1466
|
};
|
|
1457
1467
|
fileOps: {
|
|
1458
1468
|
enabled: boolean;
|
|
@@ -1467,16 +1477,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1467
1477
|
web: {
|
|
1468
1478
|
enabled: boolean;
|
|
1469
1479
|
};
|
|
1470
|
-
browser: {
|
|
1471
|
-
enabled: boolean;
|
|
1472
|
-
extension: {
|
|
1473
|
-
relayPort: number;
|
|
1474
|
-
token?: string | undefined;
|
|
1475
|
-
};
|
|
1476
|
-
mode: "launch" | "connect" | "extension";
|
|
1477
|
-
cdpPort: number;
|
|
1478
|
-
headless: boolean;
|
|
1479
|
-
};
|
|
1480
1480
|
runtime: {
|
|
1481
1481
|
engine: "legacy" | "enhanced";
|
|
1482
1482
|
maxResultChars: number;
|
|
@@ -1494,12 +1494,22 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1494
1494
|
};
|
|
1495
1495
|
};
|
|
1496
1496
|
}, {
|
|
1497
|
+
browser?: {
|
|
1498
|
+
enabled?: boolean | undefined;
|
|
1499
|
+
extension?: {
|
|
1500
|
+
relayPort?: number | undefined;
|
|
1501
|
+
token?: string | undefined;
|
|
1502
|
+
} | undefined;
|
|
1503
|
+
mode?: "launch" | "connect" | "extension" | undefined;
|
|
1504
|
+
cdpPort?: number | undefined;
|
|
1505
|
+
headless?: boolean | undefined;
|
|
1506
|
+
} | undefined;
|
|
1497
1507
|
shell?: {
|
|
1498
1508
|
enabled?: boolean | undefined;
|
|
1509
|
+
autoMode?: boolean | undefined;
|
|
1499
1510
|
denyList?: string[] | undefined;
|
|
1500
1511
|
timeout?: number | undefined;
|
|
1501
1512
|
maxOutputSize?: number | undefined;
|
|
1502
|
-
autoMode?: boolean | undefined;
|
|
1503
1513
|
} | undefined;
|
|
1504
1514
|
fileOps?: {
|
|
1505
1515
|
enabled?: boolean | undefined;
|
|
@@ -1514,16 +1524,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1514
1524
|
web?: {
|
|
1515
1525
|
enabled?: boolean | undefined;
|
|
1516
1526
|
} | undefined;
|
|
1517
|
-
browser?: {
|
|
1518
|
-
enabled?: boolean | undefined;
|
|
1519
|
-
extension?: {
|
|
1520
|
-
relayPort?: number | undefined;
|
|
1521
|
-
token?: string | undefined;
|
|
1522
|
-
} | undefined;
|
|
1523
|
-
mode?: "launch" | "connect" | "extension" | undefined;
|
|
1524
|
-
cdpPort?: number | undefined;
|
|
1525
|
-
headless?: boolean | undefined;
|
|
1526
|
-
} | undefined;
|
|
1527
1527
|
runtime?: {
|
|
1528
1528
|
engine?: "legacy" | "enhanced" | undefined;
|
|
1529
1529
|
maxResultChars?: number | undefined;
|
|
@@ -1951,8 +1951,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1951
1951
|
reportTarget: z.ZodDefault<z.ZodEnum<["origin", "none"]>>;
|
|
1952
1952
|
executionSurface: z.ZodDefault<z.ZodEnum<["browser", "api", "either", "none"]>>;
|
|
1953
1953
|
}, "strip", z.ZodTypeAny, {
|
|
1954
|
-
enabled: boolean;
|
|
1955
1954
|
id: string;
|
|
1955
|
+
goal: string;
|
|
1956
|
+
kind: "one_shot" | "recurring";
|
|
1956
1957
|
schedule: string | {
|
|
1957
1958
|
every: number;
|
|
1958
1959
|
type: "interval";
|
|
@@ -1968,16 +1969,15 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1968
1969
|
dueAt: string;
|
|
1969
1970
|
timezone?: string | undefined;
|
|
1970
1971
|
};
|
|
1972
|
+
enabled: boolean;
|
|
1971
1973
|
autoMode: boolean;
|
|
1972
|
-
goal: string;
|
|
1973
|
-
kind: "recurring" | "one_shot";
|
|
1974
1974
|
timeoutMinutes: number;
|
|
1975
1975
|
reportTarget: "none" | "origin";
|
|
1976
|
-
executionSurface: "
|
|
1976
|
+
executionSurface: "none" | "browser" | "api" | "either";
|
|
1977
1977
|
}, {
|
|
1978
1978
|
id: string;
|
|
1979
1979
|
goal: string;
|
|
1980
|
-
|
|
1980
|
+
kind?: "one_shot" | "recurring" | undefined;
|
|
1981
1981
|
schedule?: string | {
|
|
1982
1982
|
every: number;
|
|
1983
1983
|
type: "interval";
|
|
@@ -1993,11 +1993,11 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1993
1993
|
timezone?: string | undefined;
|
|
1994
1994
|
catchUpPolicy?: "none" | "once" | undefined;
|
|
1995
1995
|
} | undefined;
|
|
1996
|
+
enabled?: boolean | undefined;
|
|
1996
1997
|
autoMode?: boolean | undefined;
|
|
1997
|
-
kind?: "recurring" | "one_shot" | undefined;
|
|
1998
1998
|
timeoutMinutes?: number | undefined;
|
|
1999
1999
|
reportTarget?: "none" | "origin" | undefined;
|
|
2000
|
-
executionSurface?: "
|
|
2000
|
+
executionSurface?: "none" | "browser" | "api" | "either" | undefined;
|
|
2001
2001
|
}>, "many">>;
|
|
2002
2002
|
proactive: z.ZodDefault<z.ZodObject<{
|
|
2003
2003
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -2009,13 +2009,13 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2009
2009
|
enabled: boolean;
|
|
2010
2010
|
resumeOnBoot: "auto" | "notify";
|
|
2011
2011
|
statusReports: boolean;
|
|
2012
|
-
statusReportSchedule: "
|
|
2012
|
+
statusReportSchedule: "daily" | "hourly" | "weekly";
|
|
2013
2013
|
maxConcurrentProactive: number;
|
|
2014
2014
|
}, {
|
|
2015
2015
|
enabled?: boolean | undefined;
|
|
2016
2016
|
resumeOnBoot?: "auto" | "notify" | undefined;
|
|
2017
2017
|
statusReports?: boolean | undefined;
|
|
2018
|
-
statusReportSchedule?: "
|
|
2018
|
+
statusReportSchedule?: "daily" | "hourly" | "weekly" | undefined;
|
|
2019
2019
|
maxConcurrentProactive?: number | undefined;
|
|
2020
2020
|
}>>;
|
|
2021
2021
|
gateway: z.ZodDefault<z.ZodObject<{
|
|
@@ -2050,10 +2050,17 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2050
2050
|
capabilities?: string[] | undefined;
|
|
2051
2051
|
}>>;
|
|
2052
2052
|
}, "strip", z.ZodTypeAny, {
|
|
2053
|
+
profile: {
|
|
2054
|
+
name: string;
|
|
2055
|
+
role: string;
|
|
2056
|
+
traits: string[];
|
|
2057
|
+
};
|
|
2053
2058
|
cerebrum: {
|
|
2059
|
+
defaultProvider: string;
|
|
2060
|
+
defaultModel: string;
|
|
2054
2061
|
providers: {
|
|
2055
|
-
|
|
2056
|
-
auth: "
|
|
2062
|
+
anthropic?: {
|
|
2063
|
+
auth: "apikey" | "oauth";
|
|
2057
2064
|
oauth?: {
|
|
2058
2065
|
callbackPort: number;
|
|
2059
2066
|
clientId?: string | undefined;
|
|
@@ -2063,8 +2070,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2063
2070
|
baseUrl?: string | undefined;
|
|
2064
2071
|
models?: string[] | undefined;
|
|
2065
2072
|
} | undefined;
|
|
2066
|
-
openai?: {
|
|
2067
|
-
auth: "
|
|
2073
|
+
'openai-codex'?: {
|
|
2074
|
+
auth: "apikey" | "oauth";
|
|
2068
2075
|
oauth?: {
|
|
2069
2076
|
callbackPort: number;
|
|
2070
2077
|
clientId?: string | undefined;
|
|
@@ -2074,8 +2081,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2074
2081
|
baseUrl?: string | undefined;
|
|
2075
2082
|
models?: string[] | undefined;
|
|
2076
2083
|
} | undefined;
|
|
2077
|
-
|
|
2078
|
-
auth: "
|
|
2084
|
+
google?: {
|
|
2085
|
+
auth: "apikey" | "oauth";
|
|
2079
2086
|
oauth?: {
|
|
2080
2087
|
callbackPort: number;
|
|
2081
2088
|
clientId?: string | undefined;
|
|
@@ -2085,8 +2092,20 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2085
2092
|
baseUrl?: string | undefined;
|
|
2086
2093
|
models?: string[] | undefined;
|
|
2087
2094
|
} | undefined;
|
|
2088
|
-
|
|
2089
|
-
|
|
2095
|
+
local?: {
|
|
2096
|
+
baseUrl: string;
|
|
2097
|
+
auth: "apikey" | "oauth";
|
|
2098
|
+
model: string;
|
|
2099
|
+
oauth?: {
|
|
2100
|
+
callbackPort: number;
|
|
2101
|
+
clientId?: string | undefined;
|
|
2102
|
+
clientSecret?: string | undefined;
|
|
2103
|
+
} | undefined;
|
|
2104
|
+
apiKey?: string | undefined;
|
|
2105
|
+
models?: string[] | undefined;
|
|
2106
|
+
} | undefined;
|
|
2107
|
+
openai?: {
|
|
2108
|
+
auth: "apikey" | "oauth";
|
|
2090
2109
|
oauth?: {
|
|
2091
2110
|
callbackPort: number;
|
|
2092
2111
|
clientId?: string | undefined;
|
|
@@ -2097,7 +2116,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2097
2116
|
models?: string[] | undefined;
|
|
2098
2117
|
} | undefined;
|
|
2099
2118
|
openrouter?: {
|
|
2100
|
-
auth: "
|
|
2119
|
+
auth: "apikey" | "oauth";
|
|
2101
2120
|
oauth?: {
|
|
2102
2121
|
callbackPort: number;
|
|
2103
2122
|
clientId?: string | undefined;
|
|
@@ -2108,7 +2127,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2108
2127
|
models?: string[] | undefined;
|
|
2109
2128
|
} | undefined;
|
|
2110
2129
|
deepseek?: {
|
|
2111
|
-
auth: "
|
|
2130
|
+
auth: "apikey" | "oauth";
|
|
2112
2131
|
oauth?: {
|
|
2113
2132
|
callbackPort: number;
|
|
2114
2133
|
clientId?: string | undefined;
|
|
@@ -2119,7 +2138,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2119
2138
|
models?: string[] | undefined;
|
|
2120
2139
|
} | undefined;
|
|
2121
2140
|
xai?: {
|
|
2122
|
-
auth: "
|
|
2141
|
+
auth: "apikey" | "oauth";
|
|
2123
2142
|
oauth?: {
|
|
2124
2143
|
callbackPort: number;
|
|
2125
2144
|
clientId?: string | undefined;
|
|
@@ -2130,7 +2149,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2130
2149
|
models?: string[] | undefined;
|
|
2131
2150
|
} | undefined;
|
|
2132
2151
|
mistral?: {
|
|
2133
|
-
auth: "
|
|
2152
|
+
auth: "apikey" | "oauth";
|
|
2134
2153
|
oauth?: {
|
|
2135
2154
|
callbackPort: number;
|
|
2136
2155
|
clientId?: string | undefined;
|
|
@@ -2141,7 +2160,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2141
2160
|
models?: string[] | undefined;
|
|
2142
2161
|
} | undefined;
|
|
2143
2162
|
together?: {
|
|
2144
|
-
auth: "
|
|
2163
|
+
auth: "apikey" | "oauth";
|
|
2145
2164
|
oauth?: {
|
|
2146
2165
|
callbackPort: number;
|
|
2147
2166
|
clientId?: string | undefined;
|
|
@@ -2152,7 +2171,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2152
2171
|
models?: string[] | undefined;
|
|
2153
2172
|
} | undefined;
|
|
2154
2173
|
moonshot?: {
|
|
2155
|
-
auth: "
|
|
2174
|
+
auth: "apikey" | "oauth";
|
|
2156
2175
|
oauth?: {
|
|
2157
2176
|
callbackPort: number;
|
|
2158
2177
|
clientId?: string | undefined;
|
|
@@ -2163,7 +2182,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2163
2182
|
models?: string[] | undefined;
|
|
2164
2183
|
} | undefined;
|
|
2165
2184
|
minimax?: {
|
|
2166
|
-
auth: "
|
|
2185
|
+
auth: "apikey" | "oauth";
|
|
2167
2186
|
oauth?: {
|
|
2168
2187
|
callbackPort: number;
|
|
2169
2188
|
clientId?: string | undefined;
|
|
@@ -2174,7 +2193,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2174
2193
|
models?: string[] | undefined;
|
|
2175
2194
|
} | undefined;
|
|
2176
2195
|
'minimax-portal'?: {
|
|
2177
|
-
auth: "
|
|
2196
|
+
auth: "apikey" | "oauth";
|
|
2178
2197
|
oauth?: {
|
|
2179
2198
|
callbackPort: number;
|
|
2180
2199
|
clientId?: string | undefined;
|
|
@@ -2184,21 +2203,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2184
2203
|
baseUrl?: string | undefined;
|
|
2185
2204
|
models?: string[] | undefined;
|
|
2186
2205
|
} | undefined;
|
|
2187
|
-
local?: {
|
|
2188
|
-
auth: "oauth" | "apikey";
|
|
2189
|
-
baseUrl: string;
|
|
2190
|
-
model: string;
|
|
2191
|
-
oauth?: {
|
|
2192
|
-
callbackPort: number;
|
|
2193
|
-
clientId?: string | undefined;
|
|
2194
|
-
clientSecret?: string | undefined;
|
|
2195
|
-
} | undefined;
|
|
2196
|
-
apiKey?: string | undefined;
|
|
2197
|
-
models?: string[] | undefined;
|
|
2198
|
-
} | undefined;
|
|
2199
2206
|
};
|
|
2200
|
-
defaultProvider: string;
|
|
2201
|
-
defaultModel: string;
|
|
2202
2207
|
maxSteps: number;
|
|
2203
2208
|
temperature: number;
|
|
2204
2209
|
contextWindow: number;
|
|
@@ -2210,24 +2215,19 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2210
2215
|
streamStallThreshold: number;
|
|
2211
2216
|
maxNudgeRetries: number;
|
|
2212
2217
|
};
|
|
2213
|
-
profile: {
|
|
2214
|
-
name: string;
|
|
2215
|
-
role: string;
|
|
2216
|
-
traits: string[];
|
|
2217
|
-
};
|
|
2218
2218
|
cerebellum: {
|
|
2219
|
+
enabled: boolean;
|
|
2219
2220
|
model: {
|
|
2220
|
-
source: "local" | "huggingface";
|
|
2221
2221
|
id: string;
|
|
2222
|
+
source: "local" | "huggingface";
|
|
2222
2223
|
path?: string | undefined;
|
|
2223
2224
|
};
|
|
2224
|
-
enabled: boolean;
|
|
2225
2225
|
address: string;
|
|
2226
2226
|
heartbeatInterval: number;
|
|
2227
2227
|
finetune: {
|
|
2228
|
+
schedule: "auto" | "daily" | "hourly" | "weekly";
|
|
2228
2229
|
enabled: boolean;
|
|
2229
2230
|
method: "auto" | "lora" | "qlora" | "full";
|
|
2230
|
-
schedule: "auto" | "hourly" | "daily" | "weekly";
|
|
2231
2231
|
};
|
|
2232
2232
|
verification: {
|
|
2233
2233
|
enabled: boolean;
|
|
@@ -2247,12 +2247,22 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2247
2247
|
};
|
|
2248
2248
|
};
|
|
2249
2249
|
tools: {
|
|
2250
|
+
browser: {
|
|
2251
|
+
enabled: boolean;
|
|
2252
|
+
extension: {
|
|
2253
|
+
relayPort: number;
|
|
2254
|
+
token?: string | undefined;
|
|
2255
|
+
};
|
|
2256
|
+
mode: "launch" | "connect" | "extension";
|
|
2257
|
+
cdpPort: number;
|
|
2258
|
+
headless: boolean;
|
|
2259
|
+
};
|
|
2250
2260
|
shell: {
|
|
2251
2261
|
enabled: boolean;
|
|
2262
|
+
autoMode: boolean;
|
|
2252
2263
|
denyList: string[];
|
|
2253
2264
|
timeout: number;
|
|
2254
2265
|
maxOutputSize: number;
|
|
2255
|
-
autoMode: boolean;
|
|
2256
2266
|
};
|
|
2257
2267
|
fileOps: {
|
|
2258
2268
|
enabled: boolean;
|
|
@@ -2267,16 +2277,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2267
2277
|
web: {
|
|
2268
2278
|
enabled: boolean;
|
|
2269
2279
|
};
|
|
2270
|
-
browser: {
|
|
2271
|
-
enabled: boolean;
|
|
2272
|
-
extension: {
|
|
2273
|
-
relayPort: number;
|
|
2274
|
-
token?: string | undefined;
|
|
2275
|
-
};
|
|
2276
|
-
mode: "launch" | "connect" | "extension";
|
|
2277
|
-
cdpPort: number;
|
|
2278
|
-
headless: boolean;
|
|
2279
|
-
};
|
|
2280
2280
|
runtime: {
|
|
2281
2281
|
engine: "legacy" | "enhanced";
|
|
2282
2282
|
maxResultChars: number;
|
|
@@ -2384,8 +2384,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2384
2384
|
directories: string[];
|
|
2385
2385
|
};
|
|
2386
2386
|
tasks: {
|
|
2387
|
-
enabled: boolean;
|
|
2388
2387
|
id: string;
|
|
2388
|
+
goal: string;
|
|
2389
|
+
kind: "one_shot" | "recurring";
|
|
2389
2390
|
schedule: string | {
|
|
2390
2391
|
every: number;
|
|
2391
2392
|
type: "interval";
|
|
@@ -2401,18 +2402,17 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2401
2402
|
dueAt: string;
|
|
2402
2403
|
timezone?: string | undefined;
|
|
2403
2404
|
};
|
|
2405
|
+
enabled: boolean;
|
|
2404
2406
|
autoMode: boolean;
|
|
2405
|
-
goal: string;
|
|
2406
|
-
kind: "recurring" | "one_shot";
|
|
2407
2407
|
timeoutMinutes: number;
|
|
2408
2408
|
reportTarget: "none" | "origin";
|
|
2409
|
-
executionSurface: "
|
|
2409
|
+
executionSurface: "none" | "browser" | "api" | "either";
|
|
2410
2410
|
}[];
|
|
2411
2411
|
proactive: {
|
|
2412
2412
|
enabled: boolean;
|
|
2413
2413
|
resumeOnBoot: "auto" | "notify";
|
|
2414
2414
|
statusReports: boolean;
|
|
2415
|
-
statusReportSchedule: "
|
|
2415
|
+
statusReportSchedule: "daily" | "hourly" | "weekly";
|
|
2416
2416
|
maxConcurrentProactive: number;
|
|
2417
2417
|
};
|
|
2418
2418
|
gateway: {
|
|
@@ -2427,10 +2427,16 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2427
2427
|
nodeId?: string | undefined;
|
|
2428
2428
|
};
|
|
2429
2429
|
}, {
|
|
2430
|
+
profile?: {
|
|
2431
|
+
name?: string | undefined;
|
|
2432
|
+
role?: string | undefined;
|
|
2433
|
+
traits?: string[] | undefined;
|
|
2434
|
+
} | undefined;
|
|
2430
2435
|
cerebrum?: {
|
|
2436
|
+
defaultProvider?: string | undefined;
|
|
2437
|
+
defaultModel?: string | undefined;
|
|
2431
2438
|
providers?: {
|
|
2432
|
-
|
|
2433
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
2439
|
+
anthropic?: {
|
|
2434
2440
|
oauth?: {
|
|
2435
2441
|
clientId?: string | undefined;
|
|
2436
2442
|
clientSecret?: string | undefined;
|
|
@@ -2439,9 +2445,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2439
2445
|
apiKey?: string | undefined;
|
|
2440
2446
|
baseUrl?: string | undefined;
|
|
2441
2447
|
models?: string[] | undefined;
|
|
2448
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
2442
2449
|
} | undefined;
|
|
2443
|
-
openai?: {
|
|
2444
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
2450
|
+
'openai-codex'?: {
|
|
2445
2451
|
oauth?: {
|
|
2446
2452
|
clientId?: string | undefined;
|
|
2447
2453
|
clientSecret?: string | undefined;
|
|
@@ -2450,9 +2456,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2450
2456
|
apiKey?: string | undefined;
|
|
2451
2457
|
baseUrl?: string | undefined;
|
|
2452
2458
|
models?: string[] | undefined;
|
|
2459
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
2453
2460
|
} | undefined;
|
|
2454
|
-
|
|
2455
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
2461
|
+
google?: {
|
|
2456
2462
|
oauth?: {
|
|
2457
2463
|
clientId?: string | undefined;
|
|
2458
2464
|
clientSecret?: string | undefined;
|
|
@@ -2461,9 +2467,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2461
2467
|
apiKey?: string | undefined;
|
|
2462
2468
|
baseUrl?: string | undefined;
|
|
2463
2469
|
models?: string[] | undefined;
|
|
2470
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
2464
2471
|
} | undefined;
|
|
2465
|
-
|
|
2466
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
2472
|
+
local?: {
|
|
2467
2473
|
oauth?: {
|
|
2468
2474
|
clientId?: string | undefined;
|
|
2469
2475
|
clientSecret?: string | undefined;
|
|
@@ -2472,9 +2478,10 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2472
2478
|
apiKey?: string | undefined;
|
|
2473
2479
|
baseUrl?: string | undefined;
|
|
2474
2480
|
models?: string[] | undefined;
|
|
2481
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
2482
|
+
model?: string | undefined;
|
|
2475
2483
|
} | undefined;
|
|
2476
|
-
|
|
2477
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
2484
|
+
openai?: {
|
|
2478
2485
|
oauth?: {
|
|
2479
2486
|
clientId?: string | undefined;
|
|
2480
2487
|
clientSecret?: string | undefined;
|
|
@@ -2483,9 +2490,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2483
2490
|
apiKey?: string | undefined;
|
|
2484
2491
|
baseUrl?: string | undefined;
|
|
2485
2492
|
models?: string[] | undefined;
|
|
2493
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
2486
2494
|
} | undefined;
|
|
2487
|
-
|
|
2488
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
2495
|
+
openrouter?: {
|
|
2489
2496
|
oauth?: {
|
|
2490
2497
|
clientId?: string | undefined;
|
|
2491
2498
|
clientSecret?: string | undefined;
|
|
@@ -2494,9 +2501,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2494
2501
|
apiKey?: string | undefined;
|
|
2495
2502
|
baseUrl?: string | undefined;
|
|
2496
2503
|
models?: string[] | undefined;
|
|
2504
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
2497
2505
|
} | undefined;
|
|
2498
|
-
|
|
2499
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
2506
|
+
deepseek?: {
|
|
2500
2507
|
oauth?: {
|
|
2501
2508
|
clientId?: string | undefined;
|
|
2502
2509
|
clientSecret?: string | undefined;
|
|
@@ -2505,9 +2512,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2505
2512
|
apiKey?: string | undefined;
|
|
2506
2513
|
baseUrl?: string | undefined;
|
|
2507
2514
|
models?: string[] | undefined;
|
|
2515
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
2508
2516
|
} | undefined;
|
|
2509
|
-
|
|
2510
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
2517
|
+
xai?: {
|
|
2511
2518
|
oauth?: {
|
|
2512
2519
|
clientId?: string | undefined;
|
|
2513
2520
|
clientSecret?: string | undefined;
|
|
@@ -2516,9 +2523,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2516
2523
|
apiKey?: string | undefined;
|
|
2517
2524
|
baseUrl?: string | undefined;
|
|
2518
2525
|
models?: string[] | undefined;
|
|
2526
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
2519
2527
|
} | undefined;
|
|
2520
|
-
|
|
2521
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
2528
|
+
mistral?: {
|
|
2522
2529
|
oauth?: {
|
|
2523
2530
|
clientId?: string | undefined;
|
|
2524
2531
|
clientSecret?: string | undefined;
|
|
@@ -2527,9 +2534,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2527
2534
|
apiKey?: string | undefined;
|
|
2528
2535
|
baseUrl?: string | undefined;
|
|
2529
2536
|
models?: string[] | undefined;
|
|
2537
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
2530
2538
|
} | undefined;
|
|
2531
|
-
|
|
2532
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
2539
|
+
together?: {
|
|
2533
2540
|
oauth?: {
|
|
2534
2541
|
clientId?: string | undefined;
|
|
2535
2542
|
clientSecret?: string | undefined;
|
|
@@ -2538,9 +2545,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2538
2545
|
apiKey?: string | undefined;
|
|
2539
2546
|
baseUrl?: string | undefined;
|
|
2540
2547
|
models?: string[] | undefined;
|
|
2548
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
2541
2549
|
} | undefined;
|
|
2542
|
-
|
|
2543
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
2550
|
+
moonshot?: {
|
|
2544
2551
|
oauth?: {
|
|
2545
2552
|
clientId?: string | undefined;
|
|
2546
2553
|
clientSecret?: string | undefined;
|
|
@@ -2549,9 +2556,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2549
2556
|
apiKey?: string | undefined;
|
|
2550
2557
|
baseUrl?: string | undefined;
|
|
2551
2558
|
models?: string[] | undefined;
|
|
2559
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
2552
2560
|
} | undefined;
|
|
2553
|
-
|
|
2554
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
2561
|
+
minimax?: {
|
|
2555
2562
|
oauth?: {
|
|
2556
2563
|
clientId?: string | undefined;
|
|
2557
2564
|
clientSecret?: string | undefined;
|
|
@@ -2560,9 +2567,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2560
2567
|
apiKey?: string | undefined;
|
|
2561
2568
|
baseUrl?: string | undefined;
|
|
2562
2569
|
models?: string[] | undefined;
|
|
2570
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
2563
2571
|
} | undefined;
|
|
2564
|
-
|
|
2565
|
-
auth?: "oauth" | "apikey" | undefined;
|
|
2572
|
+
'minimax-portal'?: {
|
|
2566
2573
|
oauth?: {
|
|
2567
2574
|
clientId?: string | undefined;
|
|
2568
2575
|
clientSecret?: string | undefined;
|
|
@@ -2571,11 +2578,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2571
2578
|
apiKey?: string | undefined;
|
|
2572
2579
|
baseUrl?: string | undefined;
|
|
2573
2580
|
models?: string[] | undefined;
|
|
2574
|
-
|
|
2581
|
+
auth?: "apikey" | "oauth" | undefined;
|
|
2575
2582
|
} | undefined;
|
|
2576
2583
|
} | undefined;
|
|
2577
|
-
defaultProvider?: string | undefined;
|
|
2578
|
-
defaultModel?: string | undefined;
|
|
2579
2584
|
maxSteps?: number | undefined;
|
|
2580
2585
|
temperature?: number | undefined;
|
|
2581
2586
|
contextWindow?: number | undefined;
|
|
@@ -2587,24 +2592,19 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2587
2592
|
streamStallThreshold?: number | undefined;
|
|
2588
2593
|
maxNudgeRetries?: number | undefined;
|
|
2589
2594
|
} | undefined;
|
|
2590
|
-
profile?: {
|
|
2591
|
-
name?: string | undefined;
|
|
2592
|
-
role?: string | undefined;
|
|
2593
|
-
traits?: string[] | undefined;
|
|
2594
|
-
} | undefined;
|
|
2595
2595
|
cerebellum?: {
|
|
2596
|
+
enabled?: boolean | undefined;
|
|
2596
2597
|
model?: {
|
|
2597
2598
|
path?: string | undefined;
|
|
2598
|
-
source?: "local" | "huggingface" | undefined;
|
|
2599
2599
|
id?: string | undefined;
|
|
2600
|
+
source?: "local" | "huggingface" | undefined;
|
|
2600
2601
|
} | undefined;
|
|
2601
|
-
enabled?: boolean | undefined;
|
|
2602
2602
|
address?: string | undefined;
|
|
2603
2603
|
heartbeatInterval?: number | undefined;
|
|
2604
2604
|
finetune?: {
|
|
2605
|
+
schedule?: "auto" | "daily" | "hourly" | "weekly" | undefined;
|
|
2605
2606
|
enabled?: boolean | undefined;
|
|
2606
2607
|
method?: "auto" | "lora" | "qlora" | "full" | undefined;
|
|
2607
|
-
schedule?: "auto" | "hourly" | "daily" | "weekly" | undefined;
|
|
2608
2608
|
} | undefined;
|
|
2609
2609
|
verification?: {
|
|
2610
2610
|
enabled?: boolean | undefined;
|
|
@@ -2624,12 +2624,22 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2624
2624
|
} | undefined;
|
|
2625
2625
|
} | undefined;
|
|
2626
2626
|
tools?: {
|
|
2627
|
+
browser?: {
|
|
2628
|
+
enabled?: boolean | undefined;
|
|
2629
|
+
extension?: {
|
|
2630
|
+
relayPort?: number | undefined;
|
|
2631
|
+
token?: string | undefined;
|
|
2632
|
+
} | undefined;
|
|
2633
|
+
mode?: "launch" | "connect" | "extension" | undefined;
|
|
2634
|
+
cdpPort?: number | undefined;
|
|
2635
|
+
headless?: boolean | undefined;
|
|
2636
|
+
} | undefined;
|
|
2627
2637
|
shell?: {
|
|
2628
2638
|
enabled?: boolean | undefined;
|
|
2639
|
+
autoMode?: boolean | undefined;
|
|
2629
2640
|
denyList?: string[] | undefined;
|
|
2630
2641
|
timeout?: number | undefined;
|
|
2631
2642
|
maxOutputSize?: number | undefined;
|
|
2632
|
-
autoMode?: boolean | undefined;
|
|
2633
2643
|
} | undefined;
|
|
2634
2644
|
fileOps?: {
|
|
2635
2645
|
enabled?: boolean | undefined;
|
|
@@ -2644,16 +2654,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2644
2654
|
web?: {
|
|
2645
2655
|
enabled?: boolean | undefined;
|
|
2646
2656
|
} | undefined;
|
|
2647
|
-
browser?: {
|
|
2648
|
-
enabled?: boolean | undefined;
|
|
2649
|
-
extension?: {
|
|
2650
|
-
relayPort?: number | undefined;
|
|
2651
|
-
token?: string | undefined;
|
|
2652
|
-
} | undefined;
|
|
2653
|
-
mode?: "launch" | "connect" | "extension" | undefined;
|
|
2654
|
-
cdpPort?: number | undefined;
|
|
2655
|
-
headless?: boolean | undefined;
|
|
2656
|
-
} | undefined;
|
|
2657
2657
|
runtime?: {
|
|
2658
2658
|
engine?: "legacy" | "enhanced" | undefined;
|
|
2659
2659
|
maxResultChars?: number | undefined;
|
|
@@ -2763,7 +2763,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2763
2763
|
tasks?: {
|
|
2764
2764
|
id: string;
|
|
2765
2765
|
goal: string;
|
|
2766
|
-
|
|
2766
|
+
kind?: "one_shot" | "recurring" | undefined;
|
|
2767
2767
|
schedule?: string | {
|
|
2768
2768
|
every: number;
|
|
2769
2769
|
type: "interval";
|
|
@@ -2779,17 +2779,17 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2779
2779
|
timezone?: string | undefined;
|
|
2780
2780
|
catchUpPolicy?: "none" | "once" | undefined;
|
|
2781
2781
|
} | undefined;
|
|
2782
|
+
enabled?: boolean | undefined;
|
|
2782
2783
|
autoMode?: boolean | undefined;
|
|
2783
|
-
kind?: "recurring" | "one_shot" | undefined;
|
|
2784
2784
|
timeoutMinutes?: number | undefined;
|
|
2785
2785
|
reportTarget?: "none" | "origin" | undefined;
|
|
2786
|
-
executionSurface?: "
|
|
2786
|
+
executionSurface?: "none" | "browser" | "api" | "either" | undefined;
|
|
2787
2787
|
}[] | undefined;
|
|
2788
2788
|
proactive?: {
|
|
2789
2789
|
enabled?: boolean | undefined;
|
|
2790
2790
|
resumeOnBoot?: "auto" | "notify" | undefined;
|
|
2791
2791
|
statusReports?: boolean | undefined;
|
|
2792
|
-
statusReportSchedule?: "
|
|
2792
|
+
statusReportSchedule?: "daily" | "hourly" | "weekly" | undefined;
|
|
2793
2793
|
maxConcurrentProactive?: number | undefined;
|
|
2794
2794
|
} | undefined;
|
|
2795
2795
|
gateway?: {
|