@treeseed/sdk 0.13.0-rc.20 → 0.13.0-rc.22
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/agent-capacity/validation/agent-definition-schema.d.ts +108 -108
- package/dist/content/validation/content-model-schemas.d.ts +198 -198
- package/dist/content/validation/portable-content-data.d.ts +18 -18
- package/dist/operator-contracts/control-plane-operations.d.ts +4 -0
- package/dist/operator-contracts/control-plane-operations.js +1 -0
- package/dist/operator-contracts/operation-builder.js +3 -2
- package/dist/operator-contracts/seed/seed-bundle.d.ts +2 -2
- package/dist/operator-contracts/seed/seed-bundle.js +5 -1
- package/dist/treedx/client.d.ts +8 -0
- package/dist/treedx/contract.d.ts +5 -5
- package/package.json +2 -2
|
@@ -236,14 +236,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
236
236
|
operations: string[];
|
|
237
237
|
filters?: Record<string, unknown> | undefined;
|
|
238
238
|
}> | undefined;
|
|
239
|
-
commit?: {
|
|
240
|
-
allowed: boolean;
|
|
241
|
-
} | undefined;
|
|
242
239
|
repository?: {
|
|
243
240
|
allowCodeMutation?: boolean | undefined;
|
|
244
241
|
readPaths?: string[] | undefined;
|
|
245
242
|
writePaths?: string[] | undefined;
|
|
246
243
|
} | undefined;
|
|
244
|
+
commit?: {
|
|
245
|
+
allowed: boolean;
|
|
246
|
+
} | undefined;
|
|
247
247
|
network?: {
|
|
248
248
|
allowWeb?: boolean | undefined;
|
|
249
249
|
allowedDomains?: string[] | undefined;
|
|
@@ -258,14 +258,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
258
258
|
operations: string[];
|
|
259
259
|
filters?: Record<string, unknown> | undefined;
|
|
260
260
|
}> | undefined;
|
|
261
|
-
commit?: {
|
|
262
|
-
allowed: boolean;
|
|
263
|
-
} | undefined;
|
|
264
261
|
repository?: {
|
|
265
262
|
allowCodeMutation?: boolean | undefined;
|
|
266
263
|
readPaths?: string[] | undefined;
|
|
267
264
|
writePaths?: string[] | undefined;
|
|
268
265
|
} | undefined;
|
|
266
|
+
commit?: {
|
|
267
|
+
allowed: boolean;
|
|
268
|
+
} | undefined;
|
|
269
269
|
network?: {
|
|
270
270
|
allowWeb?: boolean | undefined;
|
|
271
271
|
allowedDomains?: string[] | undefined;
|
|
@@ -895,14 +895,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
895
895
|
operations: string[];
|
|
896
896
|
filters?: Record<string, unknown> | undefined;
|
|
897
897
|
}> | undefined;
|
|
898
|
-
commit?: {
|
|
899
|
-
allowed: boolean;
|
|
900
|
-
} | undefined;
|
|
901
898
|
repository?: {
|
|
902
899
|
allowCodeMutation?: boolean | undefined;
|
|
903
900
|
readPaths?: string[] | undefined;
|
|
904
901
|
writePaths?: string[] | undefined;
|
|
905
902
|
} | undefined;
|
|
903
|
+
commit?: {
|
|
904
|
+
allowed: boolean;
|
|
905
|
+
} | undefined;
|
|
906
906
|
network?: {
|
|
907
907
|
allowWeb?: boolean | undefined;
|
|
908
908
|
allowedDomains?: string[] | undefined;
|
|
@@ -1068,14 +1068,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1068
1068
|
operations: string[];
|
|
1069
1069
|
filters?: Record<string, unknown> | undefined;
|
|
1070
1070
|
}> | undefined;
|
|
1071
|
-
commit?: {
|
|
1072
|
-
allowed: boolean;
|
|
1073
|
-
} | undefined;
|
|
1074
1071
|
repository?: {
|
|
1075
1072
|
allowCodeMutation?: boolean | undefined;
|
|
1076
1073
|
readPaths?: string[] | undefined;
|
|
1077
1074
|
writePaths?: string[] | undefined;
|
|
1078
1075
|
} | undefined;
|
|
1076
|
+
commit?: {
|
|
1077
|
+
allowed: boolean;
|
|
1078
|
+
} | undefined;
|
|
1079
1079
|
network?: {
|
|
1080
1080
|
allowWeb?: boolean | undefined;
|
|
1081
1081
|
allowedDomains?: string[] | undefined;
|
|
@@ -1241,14 +1241,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1241
1241
|
operations: string[];
|
|
1242
1242
|
filters?: Record<string, unknown> | undefined;
|
|
1243
1243
|
}> | undefined;
|
|
1244
|
-
commit?: {
|
|
1245
|
-
allowed: boolean;
|
|
1246
|
-
} | undefined;
|
|
1247
1244
|
repository?: {
|
|
1248
1245
|
allowCodeMutation?: boolean | undefined;
|
|
1249
1246
|
readPaths?: string[] | undefined;
|
|
1250
1247
|
writePaths?: string[] | undefined;
|
|
1251
1248
|
} | undefined;
|
|
1249
|
+
commit?: {
|
|
1250
|
+
allowed: boolean;
|
|
1251
|
+
} | undefined;
|
|
1252
1252
|
network?: {
|
|
1253
1253
|
allowWeb?: boolean | undefined;
|
|
1254
1254
|
allowedDomains?: string[] | undefined;
|
|
@@ -1414,14 +1414,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1414
1414
|
operations: string[];
|
|
1415
1415
|
filters?: Record<string, unknown> | undefined;
|
|
1416
1416
|
}> | undefined;
|
|
1417
|
-
commit?: {
|
|
1418
|
-
allowed: boolean;
|
|
1419
|
-
} | undefined;
|
|
1420
1417
|
repository?: {
|
|
1421
1418
|
allowCodeMutation?: boolean | undefined;
|
|
1422
1419
|
readPaths?: string[] | undefined;
|
|
1423
1420
|
writePaths?: string[] | undefined;
|
|
1424
1421
|
} | undefined;
|
|
1422
|
+
commit?: {
|
|
1423
|
+
allowed: boolean;
|
|
1424
|
+
} | undefined;
|
|
1425
1425
|
network?: {
|
|
1426
1426
|
allowWeb?: boolean | undefined;
|
|
1427
1427
|
allowedDomains?: string[] | undefined;
|
|
@@ -1758,14 +1758,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1758
1758
|
operations: string[];
|
|
1759
1759
|
filters?: Record<string, unknown> | undefined;
|
|
1760
1760
|
}> | undefined;
|
|
1761
|
-
commit?: {
|
|
1762
|
-
allowed: boolean;
|
|
1763
|
-
} | undefined;
|
|
1764
1761
|
repository?: {
|
|
1765
1762
|
allowCodeMutation?: boolean | undefined;
|
|
1766
1763
|
readPaths?: string[] | undefined;
|
|
1767
1764
|
writePaths?: string[] | undefined;
|
|
1768
1765
|
} | undefined;
|
|
1766
|
+
commit?: {
|
|
1767
|
+
allowed: boolean;
|
|
1768
|
+
} | undefined;
|
|
1769
1769
|
network?: {
|
|
1770
1770
|
allowWeb?: boolean | undefined;
|
|
1771
1771
|
allowedDomains?: string[] | undefined;
|
|
@@ -1780,14 +1780,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1780
1780
|
operations: string[];
|
|
1781
1781
|
filters?: Record<string, unknown> | undefined;
|
|
1782
1782
|
}> | undefined;
|
|
1783
|
-
commit?: {
|
|
1784
|
-
allowed: boolean;
|
|
1785
|
-
} | undefined;
|
|
1786
1783
|
repository?: {
|
|
1787
1784
|
allowCodeMutation?: boolean | undefined;
|
|
1788
1785
|
readPaths?: string[] | undefined;
|
|
1789
1786
|
writePaths?: string[] | undefined;
|
|
1790
1787
|
} | undefined;
|
|
1788
|
+
commit?: {
|
|
1789
|
+
allowed: boolean;
|
|
1790
|
+
} | undefined;
|
|
1791
1791
|
network?: {
|
|
1792
1792
|
allowWeb?: boolean | undefined;
|
|
1793
1793
|
allowedDomains?: string[] | undefined;
|
|
@@ -2417,14 +2417,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2417
2417
|
operations: string[];
|
|
2418
2418
|
filters?: Record<string, unknown> | undefined;
|
|
2419
2419
|
}> | undefined;
|
|
2420
|
-
commit?: {
|
|
2421
|
-
allowed: boolean;
|
|
2422
|
-
} | undefined;
|
|
2423
2420
|
repository?: {
|
|
2424
2421
|
allowCodeMutation?: boolean | undefined;
|
|
2425
2422
|
readPaths?: string[] | undefined;
|
|
2426
2423
|
writePaths?: string[] | undefined;
|
|
2427
2424
|
} | undefined;
|
|
2425
|
+
commit?: {
|
|
2426
|
+
allowed: boolean;
|
|
2427
|
+
} | undefined;
|
|
2428
2428
|
network?: {
|
|
2429
2429
|
allowWeb?: boolean | undefined;
|
|
2430
2430
|
allowedDomains?: string[] | undefined;
|
|
@@ -2590,14 +2590,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2590
2590
|
operations: string[];
|
|
2591
2591
|
filters?: Record<string, unknown> | undefined;
|
|
2592
2592
|
}> | undefined;
|
|
2593
|
-
commit?: {
|
|
2594
|
-
allowed: boolean;
|
|
2595
|
-
} | undefined;
|
|
2596
2593
|
repository?: {
|
|
2597
2594
|
allowCodeMutation?: boolean | undefined;
|
|
2598
2595
|
readPaths?: string[] | undefined;
|
|
2599
2596
|
writePaths?: string[] | undefined;
|
|
2600
2597
|
} | undefined;
|
|
2598
|
+
commit?: {
|
|
2599
|
+
allowed: boolean;
|
|
2600
|
+
} | undefined;
|
|
2601
2601
|
network?: {
|
|
2602
2602
|
allowWeb?: boolean | undefined;
|
|
2603
2603
|
allowedDomains?: string[] | undefined;
|
|
@@ -2763,14 +2763,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2763
2763
|
operations: string[];
|
|
2764
2764
|
filters?: Record<string, unknown> | undefined;
|
|
2765
2765
|
}> | undefined;
|
|
2766
|
-
commit?: {
|
|
2767
|
-
allowed: boolean;
|
|
2768
|
-
} | undefined;
|
|
2769
2766
|
repository?: {
|
|
2770
2767
|
allowCodeMutation?: boolean | undefined;
|
|
2771
2768
|
readPaths?: string[] | undefined;
|
|
2772
2769
|
writePaths?: string[] | undefined;
|
|
2773
2770
|
} | undefined;
|
|
2771
|
+
commit?: {
|
|
2772
|
+
allowed: boolean;
|
|
2773
|
+
} | undefined;
|
|
2774
2774
|
network?: {
|
|
2775
2775
|
allowWeb?: boolean | undefined;
|
|
2776
2776
|
allowedDomains?: string[] | undefined;
|
|
@@ -2936,14 +2936,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2936
2936
|
operations: string[];
|
|
2937
2937
|
filters?: Record<string, unknown> | undefined;
|
|
2938
2938
|
}> | undefined;
|
|
2939
|
-
commit?: {
|
|
2940
|
-
allowed: boolean;
|
|
2941
|
-
} | undefined;
|
|
2942
2939
|
repository?: {
|
|
2943
2940
|
allowCodeMutation?: boolean | undefined;
|
|
2944
2941
|
readPaths?: string[] | undefined;
|
|
2945
2942
|
writePaths?: string[] | undefined;
|
|
2946
2943
|
} | undefined;
|
|
2944
|
+
commit?: {
|
|
2945
|
+
allowed: boolean;
|
|
2946
|
+
} | undefined;
|
|
2947
2947
|
network?: {
|
|
2948
2948
|
allowWeb?: boolean | undefined;
|
|
2949
2949
|
allowedDomains?: string[] | undefined;
|
|
@@ -3280,14 +3280,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3280
3280
|
operations: string[];
|
|
3281
3281
|
filters?: Record<string, unknown> | undefined;
|
|
3282
3282
|
}> | undefined;
|
|
3283
|
-
commit?: {
|
|
3284
|
-
allowed: boolean;
|
|
3285
|
-
} | undefined;
|
|
3286
3283
|
repository?: {
|
|
3287
3284
|
allowCodeMutation?: boolean | undefined;
|
|
3288
3285
|
readPaths?: string[] | undefined;
|
|
3289
3286
|
writePaths?: string[] | undefined;
|
|
3290
3287
|
} | undefined;
|
|
3288
|
+
commit?: {
|
|
3289
|
+
allowed: boolean;
|
|
3290
|
+
} | undefined;
|
|
3291
3291
|
network?: {
|
|
3292
3292
|
allowWeb?: boolean | undefined;
|
|
3293
3293
|
allowedDomains?: string[] | undefined;
|
|
@@ -3302,14 +3302,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3302
3302
|
operations: string[];
|
|
3303
3303
|
filters?: Record<string, unknown> | undefined;
|
|
3304
3304
|
}> | undefined;
|
|
3305
|
-
commit?: {
|
|
3306
|
-
allowed: boolean;
|
|
3307
|
-
} | undefined;
|
|
3308
3305
|
repository?: {
|
|
3309
3306
|
allowCodeMutation?: boolean | undefined;
|
|
3310
3307
|
readPaths?: string[] | undefined;
|
|
3311
3308
|
writePaths?: string[] | undefined;
|
|
3312
3309
|
} | undefined;
|
|
3310
|
+
commit?: {
|
|
3311
|
+
allowed: boolean;
|
|
3312
|
+
} | undefined;
|
|
3313
3313
|
network?: {
|
|
3314
3314
|
allowWeb?: boolean | undefined;
|
|
3315
3315
|
allowedDomains?: string[] | undefined;
|
|
@@ -3939,14 +3939,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3939
3939
|
operations: string[];
|
|
3940
3940
|
filters?: Record<string, unknown> | undefined;
|
|
3941
3941
|
}> | undefined;
|
|
3942
|
-
commit?: {
|
|
3943
|
-
allowed: boolean;
|
|
3944
|
-
} | undefined;
|
|
3945
3942
|
repository?: {
|
|
3946
3943
|
allowCodeMutation?: boolean | undefined;
|
|
3947
3944
|
readPaths?: string[] | undefined;
|
|
3948
3945
|
writePaths?: string[] | undefined;
|
|
3949
3946
|
} | undefined;
|
|
3947
|
+
commit?: {
|
|
3948
|
+
allowed: boolean;
|
|
3949
|
+
} | undefined;
|
|
3950
3950
|
network?: {
|
|
3951
3951
|
allowWeb?: boolean | undefined;
|
|
3952
3952
|
allowedDomains?: string[] | undefined;
|
|
@@ -4112,14 +4112,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4112
4112
|
operations: string[];
|
|
4113
4113
|
filters?: Record<string, unknown> | undefined;
|
|
4114
4114
|
}> | undefined;
|
|
4115
|
-
commit?: {
|
|
4116
|
-
allowed: boolean;
|
|
4117
|
-
} | undefined;
|
|
4118
4115
|
repository?: {
|
|
4119
4116
|
allowCodeMutation?: boolean | undefined;
|
|
4120
4117
|
readPaths?: string[] | undefined;
|
|
4121
4118
|
writePaths?: string[] | undefined;
|
|
4122
4119
|
} | undefined;
|
|
4120
|
+
commit?: {
|
|
4121
|
+
allowed: boolean;
|
|
4122
|
+
} | undefined;
|
|
4123
4123
|
network?: {
|
|
4124
4124
|
allowWeb?: boolean | undefined;
|
|
4125
4125
|
allowedDomains?: string[] | undefined;
|
|
@@ -4285,14 +4285,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4285
4285
|
operations: string[];
|
|
4286
4286
|
filters?: Record<string, unknown> | undefined;
|
|
4287
4287
|
}> | undefined;
|
|
4288
|
-
commit?: {
|
|
4289
|
-
allowed: boolean;
|
|
4290
|
-
} | undefined;
|
|
4291
4288
|
repository?: {
|
|
4292
4289
|
allowCodeMutation?: boolean | undefined;
|
|
4293
4290
|
readPaths?: string[] | undefined;
|
|
4294
4291
|
writePaths?: string[] | undefined;
|
|
4295
4292
|
} | undefined;
|
|
4293
|
+
commit?: {
|
|
4294
|
+
allowed: boolean;
|
|
4295
|
+
} | undefined;
|
|
4296
4296
|
network?: {
|
|
4297
4297
|
allowWeb?: boolean | undefined;
|
|
4298
4298
|
allowedDomains?: string[] | undefined;
|
|
@@ -4458,14 +4458,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4458
4458
|
operations: string[];
|
|
4459
4459
|
filters?: Record<string, unknown> | undefined;
|
|
4460
4460
|
}> | undefined;
|
|
4461
|
-
commit?: {
|
|
4462
|
-
allowed: boolean;
|
|
4463
|
-
} | undefined;
|
|
4464
4461
|
repository?: {
|
|
4465
4462
|
allowCodeMutation?: boolean | undefined;
|
|
4466
4463
|
readPaths?: string[] | undefined;
|
|
4467
4464
|
writePaths?: string[] | undefined;
|
|
4468
4465
|
} | undefined;
|
|
4466
|
+
commit?: {
|
|
4467
|
+
allowed: boolean;
|
|
4468
|
+
} | undefined;
|
|
4469
4469
|
network?: {
|
|
4470
4470
|
allowWeb?: boolean | undefined;
|
|
4471
4471
|
allowedDomains?: string[] | undefined;
|
|
@@ -4802,14 +4802,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4802
4802
|
operations: string[];
|
|
4803
4803
|
filters?: Record<string, unknown> | undefined;
|
|
4804
4804
|
}> | undefined;
|
|
4805
|
-
commit?: {
|
|
4806
|
-
allowed: boolean;
|
|
4807
|
-
} | undefined;
|
|
4808
4805
|
repository?: {
|
|
4809
4806
|
allowCodeMutation?: boolean | undefined;
|
|
4810
4807
|
readPaths?: string[] | undefined;
|
|
4811
4808
|
writePaths?: string[] | undefined;
|
|
4812
4809
|
} | undefined;
|
|
4810
|
+
commit?: {
|
|
4811
|
+
allowed: boolean;
|
|
4812
|
+
} | undefined;
|
|
4813
4813
|
network?: {
|
|
4814
4814
|
allowWeb?: boolean | undefined;
|
|
4815
4815
|
allowedDomains?: string[] | undefined;
|
|
@@ -4824,14 +4824,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4824
4824
|
operations: string[];
|
|
4825
4825
|
filters?: Record<string, unknown> | undefined;
|
|
4826
4826
|
}> | undefined;
|
|
4827
|
-
commit?: {
|
|
4828
|
-
allowed: boolean;
|
|
4829
|
-
} | undefined;
|
|
4830
4827
|
repository?: {
|
|
4831
4828
|
allowCodeMutation?: boolean | undefined;
|
|
4832
4829
|
readPaths?: string[] | undefined;
|
|
4833
4830
|
writePaths?: string[] | undefined;
|
|
4834
4831
|
} | undefined;
|
|
4832
|
+
commit?: {
|
|
4833
|
+
allowed: boolean;
|
|
4834
|
+
} | undefined;
|
|
4835
4835
|
network?: {
|
|
4836
4836
|
allowWeb?: boolean | undefined;
|
|
4837
4837
|
allowedDomains?: string[] | undefined;
|
|
@@ -5461,14 +5461,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5461
5461
|
operations: string[];
|
|
5462
5462
|
filters?: Record<string, unknown> | undefined;
|
|
5463
5463
|
}> | undefined;
|
|
5464
|
-
commit?: {
|
|
5465
|
-
allowed: boolean;
|
|
5466
|
-
} | undefined;
|
|
5467
5464
|
repository?: {
|
|
5468
5465
|
allowCodeMutation?: boolean | undefined;
|
|
5469
5466
|
readPaths?: string[] | undefined;
|
|
5470
5467
|
writePaths?: string[] | undefined;
|
|
5471
5468
|
} | undefined;
|
|
5469
|
+
commit?: {
|
|
5470
|
+
allowed: boolean;
|
|
5471
|
+
} | undefined;
|
|
5472
5472
|
network?: {
|
|
5473
5473
|
allowWeb?: boolean | undefined;
|
|
5474
5474
|
allowedDomains?: string[] | undefined;
|
|
@@ -5634,14 +5634,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5634
5634
|
operations: string[];
|
|
5635
5635
|
filters?: Record<string, unknown> | undefined;
|
|
5636
5636
|
}> | undefined;
|
|
5637
|
-
commit?: {
|
|
5638
|
-
allowed: boolean;
|
|
5639
|
-
} | undefined;
|
|
5640
5637
|
repository?: {
|
|
5641
5638
|
allowCodeMutation?: boolean | undefined;
|
|
5642
5639
|
readPaths?: string[] | undefined;
|
|
5643
5640
|
writePaths?: string[] | undefined;
|
|
5644
5641
|
} | undefined;
|
|
5642
|
+
commit?: {
|
|
5643
|
+
allowed: boolean;
|
|
5644
|
+
} | undefined;
|
|
5645
5645
|
network?: {
|
|
5646
5646
|
allowWeb?: boolean | undefined;
|
|
5647
5647
|
allowedDomains?: string[] | undefined;
|
|
@@ -5807,14 +5807,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5807
5807
|
operations: string[];
|
|
5808
5808
|
filters?: Record<string, unknown> | undefined;
|
|
5809
5809
|
}> | undefined;
|
|
5810
|
-
commit?: {
|
|
5811
|
-
allowed: boolean;
|
|
5812
|
-
} | undefined;
|
|
5813
5810
|
repository?: {
|
|
5814
5811
|
allowCodeMutation?: boolean | undefined;
|
|
5815
5812
|
readPaths?: string[] | undefined;
|
|
5816
5813
|
writePaths?: string[] | undefined;
|
|
5817
5814
|
} | undefined;
|
|
5815
|
+
commit?: {
|
|
5816
|
+
allowed: boolean;
|
|
5817
|
+
} | undefined;
|
|
5818
5818
|
network?: {
|
|
5819
5819
|
allowWeb?: boolean | undefined;
|
|
5820
5820
|
allowedDomains?: string[] | undefined;
|
|
@@ -5980,14 +5980,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5980
5980
|
operations: string[];
|
|
5981
5981
|
filters?: Record<string, unknown> | undefined;
|
|
5982
5982
|
}> | undefined;
|
|
5983
|
-
commit?: {
|
|
5984
|
-
allowed: boolean;
|
|
5985
|
-
} | undefined;
|
|
5986
5983
|
repository?: {
|
|
5987
5984
|
allowCodeMutation?: boolean | undefined;
|
|
5988
5985
|
readPaths?: string[] | undefined;
|
|
5989
5986
|
writePaths?: string[] | undefined;
|
|
5990
5987
|
} | undefined;
|
|
5988
|
+
commit?: {
|
|
5989
|
+
allowed: boolean;
|
|
5990
|
+
} | undefined;
|
|
5991
5991
|
network?: {
|
|
5992
5992
|
allowWeb?: boolean | undefined;
|
|
5993
5993
|
allowedDomains?: string[] | undefined;
|
|
@@ -6324,14 +6324,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6324
6324
|
operations: string[];
|
|
6325
6325
|
filters?: Record<string, unknown> | undefined;
|
|
6326
6326
|
}> | undefined;
|
|
6327
|
-
commit?: {
|
|
6328
|
-
allowed: boolean;
|
|
6329
|
-
} | undefined;
|
|
6330
6327
|
repository?: {
|
|
6331
6328
|
allowCodeMutation?: boolean | undefined;
|
|
6332
6329
|
readPaths?: string[] | undefined;
|
|
6333
6330
|
writePaths?: string[] | undefined;
|
|
6334
6331
|
} | undefined;
|
|
6332
|
+
commit?: {
|
|
6333
|
+
allowed: boolean;
|
|
6334
|
+
} | undefined;
|
|
6335
6335
|
network?: {
|
|
6336
6336
|
allowWeb?: boolean | undefined;
|
|
6337
6337
|
allowedDomains?: string[] | undefined;
|
|
@@ -6346,14 +6346,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6346
6346
|
operations: string[];
|
|
6347
6347
|
filters?: Record<string, unknown> | undefined;
|
|
6348
6348
|
}> | undefined;
|
|
6349
|
-
commit?: {
|
|
6350
|
-
allowed: boolean;
|
|
6351
|
-
} | undefined;
|
|
6352
6349
|
repository?: {
|
|
6353
6350
|
allowCodeMutation?: boolean | undefined;
|
|
6354
6351
|
readPaths?: string[] | undefined;
|
|
6355
6352
|
writePaths?: string[] | undefined;
|
|
6356
6353
|
} | undefined;
|
|
6354
|
+
commit?: {
|
|
6355
|
+
allowed: boolean;
|
|
6356
|
+
} | undefined;
|
|
6357
6357
|
network?: {
|
|
6358
6358
|
allowWeb?: boolean | undefined;
|
|
6359
6359
|
allowedDomains?: string[] | undefined;
|
|
@@ -6983,14 +6983,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6983
6983
|
operations: string[];
|
|
6984
6984
|
filters?: Record<string, unknown> | undefined;
|
|
6985
6985
|
}> | undefined;
|
|
6986
|
-
commit?: {
|
|
6987
|
-
allowed: boolean;
|
|
6988
|
-
} | undefined;
|
|
6989
6986
|
repository?: {
|
|
6990
6987
|
allowCodeMutation?: boolean | undefined;
|
|
6991
6988
|
readPaths?: string[] | undefined;
|
|
6992
6989
|
writePaths?: string[] | undefined;
|
|
6993
6990
|
} | undefined;
|
|
6991
|
+
commit?: {
|
|
6992
|
+
allowed: boolean;
|
|
6993
|
+
} | undefined;
|
|
6994
6994
|
network?: {
|
|
6995
6995
|
allowWeb?: boolean | undefined;
|
|
6996
6996
|
allowedDomains?: string[] | undefined;
|
|
@@ -7156,14 +7156,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7156
7156
|
operations: string[];
|
|
7157
7157
|
filters?: Record<string, unknown> | undefined;
|
|
7158
7158
|
}> | undefined;
|
|
7159
|
-
commit?: {
|
|
7160
|
-
allowed: boolean;
|
|
7161
|
-
} | undefined;
|
|
7162
7159
|
repository?: {
|
|
7163
7160
|
allowCodeMutation?: boolean | undefined;
|
|
7164
7161
|
readPaths?: string[] | undefined;
|
|
7165
7162
|
writePaths?: string[] | undefined;
|
|
7166
7163
|
} | undefined;
|
|
7164
|
+
commit?: {
|
|
7165
|
+
allowed: boolean;
|
|
7166
|
+
} | undefined;
|
|
7167
7167
|
network?: {
|
|
7168
7168
|
allowWeb?: boolean | undefined;
|
|
7169
7169
|
allowedDomains?: string[] | undefined;
|
|
@@ -7329,14 +7329,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7329
7329
|
operations: string[];
|
|
7330
7330
|
filters?: Record<string, unknown> | undefined;
|
|
7331
7331
|
}> | undefined;
|
|
7332
|
-
commit?: {
|
|
7333
|
-
allowed: boolean;
|
|
7334
|
-
} | undefined;
|
|
7335
7332
|
repository?: {
|
|
7336
7333
|
allowCodeMutation?: boolean | undefined;
|
|
7337
7334
|
readPaths?: string[] | undefined;
|
|
7338
7335
|
writePaths?: string[] | undefined;
|
|
7339
7336
|
} | undefined;
|
|
7337
|
+
commit?: {
|
|
7338
|
+
allowed: boolean;
|
|
7339
|
+
} | undefined;
|
|
7340
7340
|
network?: {
|
|
7341
7341
|
allowWeb?: boolean | undefined;
|
|
7342
7342
|
allowedDomains?: string[] | undefined;
|
|
@@ -7502,14 +7502,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7502
7502
|
operations: string[];
|
|
7503
7503
|
filters?: Record<string, unknown> | undefined;
|
|
7504
7504
|
}> | undefined;
|
|
7505
|
-
commit?: {
|
|
7506
|
-
allowed: boolean;
|
|
7507
|
-
} | undefined;
|
|
7508
7505
|
repository?: {
|
|
7509
7506
|
allowCodeMutation?: boolean | undefined;
|
|
7510
7507
|
readPaths?: string[] | undefined;
|
|
7511
7508
|
writePaths?: string[] | undefined;
|
|
7512
7509
|
} | undefined;
|
|
7510
|
+
commit?: {
|
|
7511
|
+
allowed: boolean;
|
|
7512
|
+
} | undefined;
|
|
7513
7513
|
network?: {
|
|
7514
7514
|
allowWeb?: boolean | undefined;
|
|
7515
7515
|
allowedDomains?: string[] | undefined;
|
|
@@ -7850,14 +7850,14 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
7850
7850
|
operations: string[];
|
|
7851
7851
|
filters?: Record<string, unknown> | undefined;
|
|
7852
7852
|
}> | undefined;
|
|
7853
|
-
commit?: {
|
|
7854
|
-
allowed: boolean;
|
|
7855
|
-
} | undefined;
|
|
7856
7853
|
repository?: {
|
|
7857
7854
|
allowCodeMutation?: boolean | undefined;
|
|
7858
7855
|
readPaths?: string[] | undefined;
|
|
7859
7856
|
writePaths?: string[] | undefined;
|
|
7860
7857
|
} | undefined;
|
|
7858
|
+
commit?: {
|
|
7859
|
+
allowed: boolean;
|
|
7860
|
+
} | undefined;
|
|
7861
7861
|
network?: {
|
|
7862
7862
|
allowWeb?: boolean | undefined;
|
|
7863
7863
|
allowedDomains?: string[] | undefined;
|
|
@@ -7872,14 +7872,14 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
7872
7872
|
operations: string[];
|
|
7873
7873
|
filters?: Record<string, unknown> | undefined;
|
|
7874
7874
|
}> | undefined;
|
|
7875
|
-
commit?: {
|
|
7876
|
-
allowed: boolean;
|
|
7877
|
-
} | undefined;
|
|
7878
7875
|
repository?: {
|
|
7879
7876
|
allowCodeMutation?: boolean | undefined;
|
|
7880
7877
|
readPaths?: string[] | undefined;
|
|
7881
7878
|
writePaths?: string[] | undefined;
|
|
7882
7879
|
} | undefined;
|
|
7880
|
+
commit?: {
|
|
7881
|
+
allowed: boolean;
|
|
7882
|
+
} | undefined;
|
|
7883
7883
|
network?: {
|
|
7884
7884
|
allowWeb?: boolean | undefined;
|
|
7885
7885
|
allowedDomains?: string[] | undefined;
|
|
@@ -8509,14 +8509,14 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8509
8509
|
operations: string[];
|
|
8510
8510
|
filters?: Record<string, unknown> | undefined;
|
|
8511
8511
|
}> | undefined;
|
|
8512
|
-
commit?: {
|
|
8513
|
-
allowed: boolean;
|
|
8514
|
-
} | undefined;
|
|
8515
8512
|
repository?: {
|
|
8516
8513
|
allowCodeMutation?: boolean | undefined;
|
|
8517
8514
|
readPaths?: string[] | undefined;
|
|
8518
8515
|
writePaths?: string[] | undefined;
|
|
8519
8516
|
} | undefined;
|
|
8517
|
+
commit?: {
|
|
8518
|
+
allowed: boolean;
|
|
8519
|
+
} | undefined;
|
|
8520
8520
|
network?: {
|
|
8521
8521
|
allowWeb?: boolean | undefined;
|
|
8522
8522
|
allowedDomains?: string[] | undefined;
|
|
@@ -8682,14 +8682,14 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8682
8682
|
operations: string[];
|
|
8683
8683
|
filters?: Record<string, unknown> | undefined;
|
|
8684
8684
|
}> | undefined;
|
|
8685
|
-
commit?: {
|
|
8686
|
-
allowed: boolean;
|
|
8687
|
-
} | undefined;
|
|
8688
8685
|
repository?: {
|
|
8689
8686
|
allowCodeMutation?: boolean | undefined;
|
|
8690
8687
|
readPaths?: string[] | undefined;
|
|
8691
8688
|
writePaths?: string[] | undefined;
|
|
8692
8689
|
} | undefined;
|
|
8690
|
+
commit?: {
|
|
8691
|
+
allowed: boolean;
|
|
8692
|
+
} | undefined;
|
|
8693
8693
|
network?: {
|
|
8694
8694
|
allowWeb?: boolean | undefined;
|
|
8695
8695
|
allowedDomains?: string[] | undefined;
|
|
@@ -8855,14 +8855,14 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8855
8855
|
operations: string[];
|
|
8856
8856
|
filters?: Record<string, unknown> | undefined;
|
|
8857
8857
|
}> | undefined;
|
|
8858
|
-
commit?: {
|
|
8859
|
-
allowed: boolean;
|
|
8860
|
-
} | undefined;
|
|
8861
8858
|
repository?: {
|
|
8862
8859
|
allowCodeMutation?: boolean | undefined;
|
|
8863
8860
|
readPaths?: string[] | undefined;
|
|
8864
8861
|
writePaths?: string[] | undefined;
|
|
8865
8862
|
} | undefined;
|
|
8863
|
+
commit?: {
|
|
8864
|
+
allowed: boolean;
|
|
8865
|
+
} | undefined;
|
|
8866
8866
|
network?: {
|
|
8867
8867
|
allowWeb?: boolean | undefined;
|
|
8868
8868
|
allowedDomains?: string[] | undefined;
|
|
@@ -9028,14 +9028,14 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
9028
9028
|
operations: string[];
|
|
9029
9029
|
filters?: Record<string, unknown> | undefined;
|
|
9030
9030
|
}> | undefined;
|
|
9031
|
-
commit?: {
|
|
9032
|
-
allowed: boolean;
|
|
9033
|
-
} | undefined;
|
|
9034
9031
|
repository?: {
|
|
9035
9032
|
allowCodeMutation?: boolean | undefined;
|
|
9036
9033
|
readPaths?: string[] | undefined;
|
|
9037
9034
|
writePaths?: string[] | undefined;
|
|
9038
9035
|
} | undefined;
|
|
9036
|
+
commit?: {
|
|
9037
|
+
allowed: boolean;
|
|
9038
|
+
} | undefined;
|
|
9039
9039
|
network?: {
|
|
9040
9040
|
allowWeb?: boolean | undefined;
|
|
9041
9041
|
allowedDomains?: string[] | undefined;
|