@treeseed/sdk 0.13.0-rc.56 → 0.13.0-rc.58
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 +24 -24
- package/dist/capacity-provider/capability-ontology.d.ts +20 -20
- package/dist/capacity-provider/core-capability-catalog.d.ts +2 -2
- package/dist/content/validation/agent-operational-content-schemas.d.ts +16 -16
- package/dist/content/validation/auxiliary-content-schemas.d.ts +2 -2
- package/dist/content/validation/content-model-schemas.d.ts +92 -92
- package/dist/content/validation/portable-content-data.d.ts +14 -14
- package/dist/deployment/schemas.d.ts +152 -8
- package/dist/deployment/schemas.js +26 -0
- package/dist/operator-contracts/canonical-command-tree.js +16 -1
- package/dist/operator-contracts/catalog/capability-ontology-operations.d.ts +6 -6
- package/dist/operator-contracts/catalog/inbox-operations.d.ts +3 -3
- package/dist/operator-contracts/control-plane-operations.d.ts +9 -9
- package/dist/operator-contracts/inbox/contracts.d.ts +16 -16
- package/package.json +1 -1
|
@@ -825,12 +825,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
825
825
|
messageTypes: string[];
|
|
826
826
|
modelMutations: string[];
|
|
827
827
|
};
|
|
828
|
-
enabled: boolean;
|
|
829
828
|
prompt: {
|
|
830
829
|
system: string;
|
|
831
830
|
templates?: Record<string, string> | undefined;
|
|
832
831
|
task?: string | undefined;
|
|
833
832
|
};
|
|
833
|
+
enabled: boolean;
|
|
834
834
|
branchPolicy: {
|
|
835
835
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
836
836
|
base: "staging" | "main";
|
|
@@ -997,12 +997,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
997
997
|
messageTypes: string[];
|
|
998
998
|
modelMutations: string[];
|
|
999
999
|
};
|
|
1000
|
-
enabled: boolean;
|
|
1001
1000
|
prompt: {
|
|
1002
1001
|
system: string;
|
|
1003
1002
|
templates?: Record<string, string> | undefined;
|
|
1004
1003
|
task?: string | undefined;
|
|
1005
1004
|
};
|
|
1005
|
+
enabled: boolean;
|
|
1006
1006
|
branchPolicy: {
|
|
1007
1007
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
1008
1008
|
base: "staging" | "main";
|
|
@@ -1169,12 +1169,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1169
1169
|
messageTypes: string[];
|
|
1170
1170
|
modelMutations: string[];
|
|
1171
1171
|
};
|
|
1172
|
-
enabled: boolean;
|
|
1173
1172
|
prompt: {
|
|
1174
1173
|
system: string;
|
|
1175
1174
|
templates?: Record<string, string> | undefined;
|
|
1176
1175
|
task?: string | undefined;
|
|
1177
1176
|
};
|
|
1177
|
+
enabled: boolean;
|
|
1178
1178
|
branchPolicy: {
|
|
1179
1179
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
1180
1180
|
base: "staging" | "main";
|
|
@@ -1341,12 +1341,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1341
1341
|
messageTypes: string[];
|
|
1342
1342
|
modelMutations: string[];
|
|
1343
1343
|
};
|
|
1344
|
-
enabled: boolean;
|
|
1345
1344
|
prompt: {
|
|
1346
1345
|
system: string;
|
|
1347
1346
|
templates?: Record<string, string> | undefined;
|
|
1348
1347
|
task?: string | undefined;
|
|
1349
1348
|
};
|
|
1349
|
+
enabled: boolean;
|
|
1350
1350
|
branchPolicy: {
|
|
1351
1351
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
1352
1352
|
base: "staging" | "main";
|
|
@@ -2334,12 +2334,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2334
2334
|
messageTypes: string[];
|
|
2335
2335
|
modelMutations: string[];
|
|
2336
2336
|
};
|
|
2337
|
-
enabled: boolean;
|
|
2338
2337
|
prompt: {
|
|
2339
2338
|
system: string;
|
|
2340
2339
|
templates?: Record<string, string> | undefined;
|
|
2341
2340
|
task?: string | undefined;
|
|
2342
2341
|
};
|
|
2342
|
+
enabled: boolean;
|
|
2343
2343
|
branchPolicy: {
|
|
2344
2344
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2345
2345
|
base: "staging" | "main";
|
|
@@ -2506,12 +2506,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2506
2506
|
messageTypes: string[];
|
|
2507
2507
|
modelMutations: string[];
|
|
2508
2508
|
};
|
|
2509
|
-
enabled: boolean;
|
|
2510
2509
|
prompt: {
|
|
2511
2510
|
system: string;
|
|
2512
2511
|
templates?: Record<string, string> | undefined;
|
|
2513
2512
|
task?: string | undefined;
|
|
2514
2513
|
};
|
|
2514
|
+
enabled: boolean;
|
|
2515
2515
|
branchPolicy: {
|
|
2516
2516
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2517
2517
|
base: "staging" | "main";
|
|
@@ -2678,12 +2678,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2678
2678
|
messageTypes: string[];
|
|
2679
2679
|
modelMutations: string[];
|
|
2680
2680
|
};
|
|
2681
|
-
enabled: boolean;
|
|
2682
2681
|
prompt: {
|
|
2683
2682
|
system: string;
|
|
2684
2683
|
templates?: Record<string, string> | undefined;
|
|
2685
2684
|
task?: string | undefined;
|
|
2686
2685
|
};
|
|
2686
|
+
enabled: boolean;
|
|
2687
2687
|
branchPolicy: {
|
|
2688
2688
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2689
2689
|
base: "staging" | "main";
|
|
@@ -2850,12 +2850,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2850
2850
|
messageTypes: string[];
|
|
2851
2851
|
modelMutations: string[];
|
|
2852
2852
|
};
|
|
2853
|
-
enabled: boolean;
|
|
2854
2853
|
prompt: {
|
|
2855
2854
|
system: string;
|
|
2856
2855
|
templates?: Record<string, string> | undefined;
|
|
2857
2856
|
task?: string | undefined;
|
|
2858
2857
|
};
|
|
2858
|
+
enabled: boolean;
|
|
2859
2859
|
branchPolicy: {
|
|
2860
2860
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2861
2861
|
base: "staging" | "main";
|
|
@@ -3843,12 +3843,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3843
3843
|
messageTypes: string[];
|
|
3844
3844
|
modelMutations: string[];
|
|
3845
3845
|
};
|
|
3846
|
-
enabled: boolean;
|
|
3847
3846
|
prompt: {
|
|
3848
3847
|
system: string;
|
|
3849
3848
|
templates?: Record<string, string> | undefined;
|
|
3850
3849
|
task?: string | undefined;
|
|
3851
3850
|
};
|
|
3851
|
+
enabled: boolean;
|
|
3852
3852
|
branchPolicy: {
|
|
3853
3853
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
3854
3854
|
base: "staging" | "main";
|
|
@@ -4015,12 +4015,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4015
4015
|
messageTypes: string[];
|
|
4016
4016
|
modelMutations: string[];
|
|
4017
4017
|
};
|
|
4018
|
-
enabled: boolean;
|
|
4019
4018
|
prompt: {
|
|
4020
4019
|
system: string;
|
|
4021
4020
|
templates?: Record<string, string> | undefined;
|
|
4022
4021
|
task?: string | undefined;
|
|
4023
4022
|
};
|
|
4023
|
+
enabled: boolean;
|
|
4024
4024
|
branchPolicy: {
|
|
4025
4025
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4026
4026
|
base: "staging" | "main";
|
|
@@ -4187,12 +4187,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4187
4187
|
messageTypes: string[];
|
|
4188
4188
|
modelMutations: string[];
|
|
4189
4189
|
};
|
|
4190
|
-
enabled: boolean;
|
|
4191
4190
|
prompt: {
|
|
4192
4191
|
system: string;
|
|
4193
4192
|
templates?: Record<string, string> | undefined;
|
|
4194
4193
|
task?: string | undefined;
|
|
4195
4194
|
};
|
|
4195
|
+
enabled: boolean;
|
|
4196
4196
|
branchPolicy: {
|
|
4197
4197
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4198
4198
|
base: "staging" | "main";
|
|
@@ -4359,12 +4359,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4359
4359
|
messageTypes: string[];
|
|
4360
4360
|
modelMutations: string[];
|
|
4361
4361
|
};
|
|
4362
|
-
enabled: boolean;
|
|
4363
4362
|
prompt: {
|
|
4364
4363
|
system: string;
|
|
4365
4364
|
templates?: Record<string, string> | undefined;
|
|
4366
4365
|
task?: string | undefined;
|
|
4367
4366
|
};
|
|
4367
|
+
enabled: boolean;
|
|
4368
4368
|
branchPolicy: {
|
|
4369
4369
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4370
4370
|
base: "staging" | "main";
|
|
@@ -5352,12 +5352,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5352
5352
|
messageTypes: string[];
|
|
5353
5353
|
modelMutations: string[];
|
|
5354
5354
|
};
|
|
5355
|
-
enabled: boolean;
|
|
5356
5355
|
prompt: {
|
|
5357
5356
|
system: string;
|
|
5358
5357
|
templates?: Record<string, string> | undefined;
|
|
5359
5358
|
task?: string | undefined;
|
|
5360
5359
|
};
|
|
5360
|
+
enabled: boolean;
|
|
5361
5361
|
branchPolicy: {
|
|
5362
5362
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5363
5363
|
base: "staging" | "main";
|
|
@@ -5524,12 +5524,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5524
5524
|
messageTypes: string[];
|
|
5525
5525
|
modelMutations: string[];
|
|
5526
5526
|
};
|
|
5527
|
-
enabled: boolean;
|
|
5528
5527
|
prompt: {
|
|
5529
5528
|
system: string;
|
|
5530
5529
|
templates?: Record<string, string> | undefined;
|
|
5531
5530
|
task?: string | undefined;
|
|
5532
5531
|
};
|
|
5532
|
+
enabled: boolean;
|
|
5533
5533
|
branchPolicy: {
|
|
5534
5534
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5535
5535
|
base: "staging" | "main";
|
|
@@ -5696,12 +5696,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5696
5696
|
messageTypes: string[];
|
|
5697
5697
|
modelMutations: string[];
|
|
5698
5698
|
};
|
|
5699
|
-
enabled: boolean;
|
|
5700
5699
|
prompt: {
|
|
5701
5700
|
system: string;
|
|
5702
5701
|
templates?: Record<string, string> | undefined;
|
|
5703
5702
|
task?: string | undefined;
|
|
5704
5703
|
};
|
|
5704
|
+
enabled: boolean;
|
|
5705
5705
|
branchPolicy: {
|
|
5706
5706
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5707
5707
|
base: "staging" | "main";
|
|
@@ -5868,12 +5868,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5868
5868
|
messageTypes: string[];
|
|
5869
5869
|
modelMutations: string[];
|
|
5870
5870
|
};
|
|
5871
|
-
enabled: boolean;
|
|
5872
5871
|
prompt: {
|
|
5873
5872
|
system: string;
|
|
5874
5873
|
templates?: Record<string, string> | undefined;
|
|
5875
5874
|
task?: string | undefined;
|
|
5876
5875
|
};
|
|
5876
|
+
enabled: boolean;
|
|
5877
5877
|
branchPolicy: {
|
|
5878
5878
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5879
5879
|
base: "staging" | "main";
|
|
@@ -6861,12 +6861,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6861
6861
|
messageTypes: string[];
|
|
6862
6862
|
modelMutations: string[];
|
|
6863
6863
|
};
|
|
6864
|
-
enabled: boolean;
|
|
6865
6864
|
prompt: {
|
|
6866
6865
|
system: string;
|
|
6867
6866
|
templates?: Record<string, string> | undefined;
|
|
6868
6867
|
task?: string | undefined;
|
|
6869
6868
|
};
|
|
6869
|
+
enabled: boolean;
|
|
6870
6870
|
branchPolicy: {
|
|
6871
6871
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
6872
6872
|
base: "staging" | "main";
|
|
@@ -7033,12 +7033,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7033
7033
|
messageTypes: string[];
|
|
7034
7034
|
modelMutations: string[];
|
|
7035
7035
|
};
|
|
7036
|
-
enabled: boolean;
|
|
7037
7036
|
prompt: {
|
|
7038
7037
|
system: string;
|
|
7039
7038
|
templates?: Record<string, string> | undefined;
|
|
7040
7039
|
task?: string | undefined;
|
|
7041
7040
|
};
|
|
7041
|
+
enabled: boolean;
|
|
7042
7042
|
branchPolicy: {
|
|
7043
7043
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7044
7044
|
base: "staging" | "main";
|
|
@@ -7205,12 +7205,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7205
7205
|
messageTypes: string[];
|
|
7206
7206
|
modelMutations: string[];
|
|
7207
7207
|
};
|
|
7208
|
-
enabled: boolean;
|
|
7209
7208
|
prompt: {
|
|
7210
7209
|
system: string;
|
|
7211
7210
|
templates?: Record<string, string> | undefined;
|
|
7212
7211
|
task?: string | undefined;
|
|
7213
7212
|
};
|
|
7213
|
+
enabled: boolean;
|
|
7214
7214
|
branchPolicy: {
|
|
7215
7215
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7216
7216
|
base: "staging" | "main";
|
|
@@ -7377,12 +7377,12 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7377
7377
|
messageTypes: string[];
|
|
7378
7378
|
modelMutations: string[];
|
|
7379
7379
|
};
|
|
7380
|
-
enabled: boolean;
|
|
7381
7380
|
prompt: {
|
|
7382
7381
|
system: string;
|
|
7383
7382
|
templates?: Record<string, string> | undefined;
|
|
7384
7383
|
task?: string | undefined;
|
|
7385
7384
|
};
|
|
7385
|
+
enabled: boolean;
|
|
7386
7386
|
branchPolicy: {
|
|
7387
7387
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7388
7388
|
base: "staging" | "main";
|
|
@@ -8374,12 +8374,12 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8374
8374
|
messageTypes: string[];
|
|
8375
8375
|
modelMutations: string[];
|
|
8376
8376
|
};
|
|
8377
|
-
enabled: boolean;
|
|
8378
8377
|
prompt: {
|
|
8379
8378
|
system: string;
|
|
8380
8379
|
templates?: Record<string, string> | undefined;
|
|
8381
8380
|
task?: string | undefined;
|
|
8382
8381
|
};
|
|
8382
|
+
enabled: boolean;
|
|
8383
8383
|
branchPolicy: {
|
|
8384
8384
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8385
8385
|
base: "staging" | "main";
|
|
@@ -8546,12 +8546,12 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8546
8546
|
messageTypes: string[];
|
|
8547
8547
|
modelMutations: string[];
|
|
8548
8548
|
};
|
|
8549
|
-
enabled: boolean;
|
|
8550
8549
|
prompt: {
|
|
8551
8550
|
system: string;
|
|
8552
8551
|
templates?: Record<string, string> | undefined;
|
|
8553
8552
|
task?: string | undefined;
|
|
8554
8553
|
};
|
|
8554
|
+
enabled: boolean;
|
|
8555
8555
|
branchPolicy: {
|
|
8556
8556
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8557
8557
|
base: "staging" | "main";
|
|
@@ -8718,12 +8718,12 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8718
8718
|
messageTypes: string[];
|
|
8719
8719
|
modelMutations: string[];
|
|
8720
8720
|
};
|
|
8721
|
-
enabled: boolean;
|
|
8722
8721
|
prompt: {
|
|
8723
8722
|
system: string;
|
|
8724
8723
|
templates?: Record<string, string> | undefined;
|
|
8725
8724
|
task?: string | undefined;
|
|
8726
8725
|
};
|
|
8726
|
+
enabled: boolean;
|
|
8727
8727
|
branchPolicy: {
|
|
8728
8728
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8729
8729
|
base: "staging" | "main";
|
|
@@ -8890,12 +8890,12 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8890
8890
|
messageTypes: string[];
|
|
8891
8891
|
modelMutations: string[];
|
|
8892
8892
|
};
|
|
8893
|
-
enabled: boolean;
|
|
8894
8893
|
prompt: {
|
|
8895
8894
|
system: string;
|
|
8896
8895
|
templates?: Record<string, string> | undefined;
|
|
8897
8896
|
task?: string | undefined;
|
|
8898
8897
|
};
|
|
8898
|
+
enabled: boolean;
|
|
8899
8899
|
branchPolicy: {
|
|
8900
8900
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8901
8901
|
base: "staging" | "main";
|
|
@@ -62,14 +62,14 @@ export declare const capabilityDefinitionSchema: z.ZodObject<{
|
|
|
62
62
|
securityCritical: z.ZodDefault<z.ZodBoolean>;
|
|
63
63
|
}, "strict", z.ZodTypeAny, {
|
|
64
64
|
key: string;
|
|
65
|
-
schema: Record<string, unknown>;
|
|
66
65
|
description: string;
|
|
66
|
+
schema: Record<string, unknown>;
|
|
67
67
|
requirementSupport: ("required" | "preferred")[];
|
|
68
68
|
securityCritical: boolean;
|
|
69
69
|
}, {
|
|
70
70
|
key: string;
|
|
71
|
-
schema: Record<string, unknown>;
|
|
72
71
|
description: string;
|
|
72
|
+
schema: Record<string, unknown>;
|
|
73
73
|
requirementSupport: ("required" | "preferred")[];
|
|
74
74
|
securityCritical?: boolean | undefined;
|
|
75
75
|
}>, "many">;
|
|
@@ -117,15 +117,15 @@ export declare const capabilityDefinitionSchema: z.ZodObject<{
|
|
|
117
117
|
}[];
|
|
118
118
|
digest: string;
|
|
119
119
|
version: string;
|
|
120
|
+
description: string;
|
|
120
121
|
configuration: {
|
|
121
122
|
key: string;
|
|
122
|
-
schema: Record<string, unknown>;
|
|
123
123
|
description: string;
|
|
124
|
+
schema: Record<string, unknown>;
|
|
124
125
|
requirementSupport: ("required" | "preferred")[];
|
|
125
126
|
securityCritical: boolean;
|
|
126
127
|
}[];
|
|
127
128
|
family: "research" | "coordination" | "data" | "engineering" | "publishing" | "external-work";
|
|
128
|
-
description: string;
|
|
129
129
|
title: string;
|
|
130
130
|
features: string[];
|
|
131
131
|
inputs: {
|
|
@@ -161,15 +161,15 @@ export declare const capabilityDefinitionSchema: z.ZodObject<{
|
|
|
161
161
|
}[];
|
|
162
162
|
digest: string;
|
|
163
163
|
version: string;
|
|
164
|
+
description: string;
|
|
164
165
|
configuration: {
|
|
165
166
|
key: string;
|
|
166
|
-
schema: Record<string, unknown>;
|
|
167
167
|
description: string;
|
|
168
|
+
schema: Record<string, unknown>;
|
|
168
169
|
requirementSupport: ("required" | "preferred")[];
|
|
169
170
|
securityCritical?: boolean | undefined;
|
|
170
171
|
}[];
|
|
171
172
|
family: "research" | "coordination" | "data" | "engineering" | "publishing" | "external-work";
|
|
172
|
-
description: string;
|
|
173
173
|
title: string;
|
|
174
174
|
features: string[];
|
|
175
175
|
inputs: {
|
|
@@ -247,14 +247,14 @@ export declare const capabilityOntologySchema: z.ZodEffects<z.ZodObject<{
|
|
|
247
247
|
securityCritical: z.ZodDefault<z.ZodBoolean>;
|
|
248
248
|
}, "strict", z.ZodTypeAny, {
|
|
249
249
|
key: string;
|
|
250
|
-
schema: Record<string, unknown>;
|
|
251
250
|
description: string;
|
|
251
|
+
schema: Record<string, unknown>;
|
|
252
252
|
requirementSupport: ("required" | "preferred")[];
|
|
253
253
|
securityCritical: boolean;
|
|
254
254
|
}, {
|
|
255
255
|
key: string;
|
|
256
|
-
schema: Record<string, unknown>;
|
|
257
256
|
description: string;
|
|
257
|
+
schema: Record<string, unknown>;
|
|
258
258
|
requirementSupport: ("required" | "preferred")[];
|
|
259
259
|
securityCritical?: boolean | undefined;
|
|
260
260
|
}>, "many">;
|
|
@@ -302,15 +302,15 @@ export declare const capabilityOntologySchema: z.ZodEffects<z.ZodObject<{
|
|
|
302
302
|
}[];
|
|
303
303
|
digest: string;
|
|
304
304
|
version: string;
|
|
305
|
+
description: string;
|
|
305
306
|
configuration: {
|
|
306
307
|
key: string;
|
|
307
|
-
schema: Record<string, unknown>;
|
|
308
308
|
description: string;
|
|
309
|
+
schema: Record<string, unknown>;
|
|
309
310
|
requirementSupport: ("required" | "preferred")[];
|
|
310
311
|
securityCritical: boolean;
|
|
311
312
|
}[];
|
|
312
313
|
family: "research" | "coordination" | "data" | "engineering" | "publishing" | "external-work";
|
|
313
|
-
description: string;
|
|
314
314
|
title: string;
|
|
315
315
|
features: string[];
|
|
316
316
|
inputs: {
|
|
@@ -346,15 +346,15 @@ export declare const capabilityOntologySchema: z.ZodEffects<z.ZodObject<{
|
|
|
346
346
|
}[];
|
|
347
347
|
digest: string;
|
|
348
348
|
version: string;
|
|
349
|
+
description: string;
|
|
349
350
|
configuration: {
|
|
350
351
|
key: string;
|
|
351
|
-
schema: Record<string, unknown>;
|
|
352
352
|
description: string;
|
|
353
|
+
schema: Record<string, unknown>;
|
|
353
354
|
requirementSupport: ("required" | "preferred")[];
|
|
354
355
|
securityCritical?: boolean | undefined;
|
|
355
356
|
}[];
|
|
356
357
|
family: "research" | "coordination" | "data" | "engineering" | "publishing" | "external-work";
|
|
357
|
-
description: string;
|
|
358
358
|
title: string;
|
|
359
359
|
features: string[];
|
|
360
360
|
inputs: {
|
|
@@ -412,15 +412,15 @@ export declare const capabilityOntologySchema: z.ZodEffects<z.ZodObject<{
|
|
|
412
412
|
}[];
|
|
413
413
|
digest: string;
|
|
414
414
|
version: string;
|
|
415
|
+
description: string;
|
|
415
416
|
configuration: {
|
|
416
417
|
key: string;
|
|
417
|
-
schema: Record<string, unknown>;
|
|
418
418
|
description: string;
|
|
419
|
+
schema: Record<string, unknown>;
|
|
419
420
|
requirementSupport: ("required" | "preferred")[];
|
|
420
421
|
securityCritical: boolean;
|
|
421
422
|
}[];
|
|
422
423
|
family: "research" | "coordination" | "data" | "engineering" | "publishing" | "external-work";
|
|
423
|
-
description: string;
|
|
424
424
|
title: string;
|
|
425
425
|
features: string[];
|
|
426
426
|
inputs: {
|
|
@@ -468,15 +468,15 @@ export declare const capabilityOntologySchema: z.ZodEffects<z.ZodObject<{
|
|
|
468
468
|
}[];
|
|
469
469
|
digest: string;
|
|
470
470
|
version: string;
|
|
471
|
+
description: string;
|
|
471
472
|
configuration: {
|
|
472
473
|
key: string;
|
|
473
|
-
schema: Record<string, unknown>;
|
|
474
474
|
description: string;
|
|
475
|
+
schema: Record<string, unknown>;
|
|
475
476
|
requirementSupport: ("required" | "preferred")[];
|
|
476
477
|
securityCritical?: boolean | undefined;
|
|
477
478
|
}[];
|
|
478
479
|
family: "research" | "coordination" | "data" | "engineering" | "publishing" | "external-work";
|
|
479
|
-
description: string;
|
|
480
480
|
title: string;
|
|
481
481
|
features: string[];
|
|
482
482
|
inputs: {
|
|
@@ -524,15 +524,15 @@ export declare const capabilityOntologySchema: z.ZodEffects<z.ZodObject<{
|
|
|
524
524
|
}[];
|
|
525
525
|
digest: string;
|
|
526
526
|
version: string;
|
|
527
|
+
description: string;
|
|
527
528
|
configuration: {
|
|
528
529
|
key: string;
|
|
529
|
-
schema: Record<string, unknown>;
|
|
530
530
|
description: string;
|
|
531
|
+
schema: Record<string, unknown>;
|
|
531
532
|
requirementSupport: ("required" | "preferred")[];
|
|
532
533
|
securityCritical: boolean;
|
|
533
534
|
}[];
|
|
534
535
|
family: "research" | "coordination" | "data" | "engineering" | "publishing" | "external-work";
|
|
535
|
-
description: string;
|
|
536
536
|
title: string;
|
|
537
537
|
features: string[];
|
|
538
538
|
inputs: {
|
|
@@ -580,15 +580,15 @@ export declare const capabilityOntologySchema: z.ZodEffects<z.ZodObject<{
|
|
|
580
580
|
}[];
|
|
581
581
|
digest: string;
|
|
582
582
|
version: string;
|
|
583
|
+
description: string;
|
|
583
584
|
configuration: {
|
|
584
585
|
key: string;
|
|
585
|
-
schema: Record<string, unknown>;
|
|
586
586
|
description: string;
|
|
587
|
+
schema: Record<string, unknown>;
|
|
587
588
|
requirementSupport: ("required" | "preferred")[];
|
|
588
589
|
securityCritical?: boolean | undefined;
|
|
589
590
|
}[];
|
|
590
591
|
family: "research" | "coordination" | "data" | "engineering" | "publishing" | "external-work";
|
|
591
|
-
description: string;
|
|
592
592
|
title: string;
|
|
593
593
|
features: string[];
|
|
594
594
|
inputs: {
|
|
@@ -11,15 +11,15 @@ export declare const CORE_CAPABILITY_DEFINITIONS: {
|
|
|
11
11
|
}[];
|
|
12
12
|
digest: string;
|
|
13
13
|
version: string;
|
|
14
|
+
description: string;
|
|
14
15
|
configuration: {
|
|
15
16
|
key: string;
|
|
16
|
-
schema: Record<string, unknown>;
|
|
17
17
|
description: string;
|
|
18
|
+
schema: Record<string, unknown>;
|
|
18
19
|
requirementSupport: ("required" | "preferred")[];
|
|
19
20
|
securityCritical: boolean;
|
|
20
21
|
}[];
|
|
21
22
|
family: "research" | "coordination" | "data" | "engineering" | "publishing" | "external-work";
|
|
22
|
-
description: string;
|
|
23
23
|
title: string;
|
|
24
24
|
features: string[];
|
|
25
25
|
inputs: {
|
|
@@ -47,10 +47,10 @@ export declare const agentContextQueryContentSchema: z.ZodObject<{
|
|
|
47
47
|
paths?: string[] | undefined;
|
|
48
48
|
models?: string[] | undefined;
|
|
49
49
|
};
|
|
50
|
+
description: string;
|
|
50
51
|
required: boolean;
|
|
51
52
|
revision: number;
|
|
52
|
-
format: "map" | "
|
|
53
|
-
description: string;
|
|
53
|
+
format: "map" | "sources" | "summary" | "list" | "full" | "brief";
|
|
54
54
|
query: string;
|
|
55
55
|
depth: number;
|
|
56
56
|
title: string;
|
|
@@ -73,8 +73,8 @@ export declare const agentContextQueryContentSchema: z.ZodObject<{
|
|
|
73
73
|
paths?: string[] | undefined;
|
|
74
74
|
models?: string[] | undefined;
|
|
75
75
|
};
|
|
76
|
-
revision: number;
|
|
77
76
|
description: string;
|
|
77
|
+
revision: number;
|
|
78
78
|
query: string;
|
|
79
79
|
title: string;
|
|
80
80
|
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
@@ -85,7 +85,7 @@ export declare const agentContextQueryContentSchema: z.ZodObject<{
|
|
|
85
85
|
};
|
|
86
86
|
tokenBudget: number;
|
|
87
87
|
required?: boolean | undefined;
|
|
88
|
-
format?: "map" | "
|
|
88
|
+
format?: "map" | "sources" | "summary" | "list" | "full" | "brief" | undefined;
|
|
89
89
|
depth?: number | undefined;
|
|
90
90
|
scope?: string | undefined;
|
|
91
91
|
filters?: Record<string, unknown> | undefined;
|
|
@@ -110,8 +110,8 @@ export declare const agentContextQuerySetContentSchema: z.ZodObject<{
|
|
|
110
110
|
mergePolicy: z.ZodDefault<z.ZodEnum<["append", "replace"]>>;
|
|
111
111
|
}, "strict", z.ZodTypeAny, {
|
|
112
112
|
id: string;
|
|
113
|
-
revision: number;
|
|
114
113
|
description: string;
|
|
114
|
+
revision: number;
|
|
115
115
|
title: string;
|
|
116
116
|
queryRefs: {
|
|
117
117
|
id: string;
|
|
@@ -120,8 +120,8 @@ export declare const agentContextQuerySetContentSchema: z.ZodObject<{
|
|
|
120
120
|
mergePolicy: "replace" | "append";
|
|
121
121
|
}, {
|
|
122
122
|
id: string;
|
|
123
|
-
revision: number;
|
|
124
123
|
description: string;
|
|
124
|
+
revision: number;
|
|
125
125
|
title: string;
|
|
126
126
|
queryRefs: {
|
|
127
127
|
id: string;
|
|
@@ -142,8 +142,8 @@ export declare const agentInstructionTemplateContentSchema: z.ZodObject<{
|
|
|
142
142
|
}, "strict", z.ZodTypeAny, {
|
|
143
143
|
kind: "message" | "status" | "summary" | "plan";
|
|
144
144
|
id: string;
|
|
145
|
-
revision: number;
|
|
146
145
|
description: string;
|
|
146
|
+
revision: number;
|
|
147
147
|
title: string;
|
|
148
148
|
instructions: string;
|
|
149
149
|
variables: string[];
|
|
@@ -152,8 +152,8 @@ export declare const agentInstructionTemplateContentSchema: z.ZodObject<{
|
|
|
152
152
|
}, {
|
|
153
153
|
kind: "message" | "status" | "summary" | "plan";
|
|
154
154
|
id: string;
|
|
155
|
-
revision: number;
|
|
156
155
|
description: string;
|
|
156
|
+
revision: number;
|
|
157
157
|
title: string;
|
|
158
158
|
instructions: string;
|
|
159
159
|
outputSkeleton?: string | undefined;
|
|
@@ -717,10 +717,10 @@ export declare const agentOperationalContentSchemas: {
|
|
|
717
717
|
paths?: string[] | undefined;
|
|
718
718
|
models?: string[] | undefined;
|
|
719
719
|
};
|
|
720
|
+
description: string;
|
|
720
721
|
required: boolean;
|
|
721
722
|
revision: number;
|
|
722
|
-
format: "map" | "
|
|
723
|
-
description: string;
|
|
723
|
+
format: "map" | "sources" | "summary" | "list" | "full" | "brief";
|
|
724
724
|
query: string;
|
|
725
725
|
depth: number;
|
|
726
726
|
title: string;
|
|
@@ -743,8 +743,8 @@ export declare const agentOperationalContentSchemas: {
|
|
|
743
743
|
paths?: string[] | undefined;
|
|
744
744
|
models?: string[] | undefined;
|
|
745
745
|
};
|
|
746
|
-
revision: number;
|
|
747
746
|
description: string;
|
|
747
|
+
revision: number;
|
|
748
748
|
query: string;
|
|
749
749
|
title: string;
|
|
750
750
|
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
@@ -755,7 +755,7 @@ export declare const agentOperationalContentSchemas: {
|
|
|
755
755
|
};
|
|
756
756
|
tokenBudget: number;
|
|
757
757
|
required?: boolean | undefined;
|
|
758
|
-
format?: "map" | "
|
|
758
|
+
format?: "map" | "sources" | "summary" | "list" | "full" | "brief" | undefined;
|
|
759
759
|
depth?: number | undefined;
|
|
760
760
|
scope?: string | undefined;
|
|
761
761
|
filters?: Record<string, unknown> | undefined;
|
|
@@ -780,8 +780,8 @@ export declare const agentOperationalContentSchemas: {
|
|
|
780
780
|
mergePolicy: z.ZodDefault<z.ZodEnum<["append", "replace"]>>;
|
|
781
781
|
}, "strict", z.ZodTypeAny, {
|
|
782
782
|
id: string;
|
|
783
|
-
revision: number;
|
|
784
783
|
description: string;
|
|
784
|
+
revision: number;
|
|
785
785
|
title: string;
|
|
786
786
|
queryRefs: {
|
|
787
787
|
id: string;
|
|
@@ -790,8 +790,8 @@ export declare const agentOperationalContentSchemas: {
|
|
|
790
790
|
mergePolicy: "replace" | "append";
|
|
791
791
|
}, {
|
|
792
792
|
id: string;
|
|
793
|
-
revision: number;
|
|
794
793
|
description: string;
|
|
794
|
+
revision: number;
|
|
795
795
|
title: string;
|
|
796
796
|
queryRefs: {
|
|
797
797
|
id: string;
|
|
@@ -812,8 +812,8 @@ export declare const agentOperationalContentSchemas: {
|
|
|
812
812
|
}, "strict", z.ZodTypeAny, {
|
|
813
813
|
kind: "message" | "status" | "summary" | "plan";
|
|
814
814
|
id: string;
|
|
815
|
-
revision: number;
|
|
816
815
|
description: string;
|
|
816
|
+
revision: number;
|
|
817
817
|
title: string;
|
|
818
818
|
instructions: string;
|
|
819
819
|
variables: string[];
|
|
@@ -822,8 +822,8 @@ export declare const agentOperationalContentSchemas: {
|
|
|
822
822
|
}, {
|
|
823
823
|
kind: "message" | "status" | "summary" | "plan";
|
|
824
824
|
id: string;
|
|
825
|
-
revision: number;
|
|
826
825
|
description: string;
|
|
826
|
+
revision: number;
|
|
827
827
|
title: string;
|
|
828
828
|
instructions: string;
|
|
829
829
|
outputSkeleton?: string | undefined;
|
|
@@ -405,8 +405,8 @@ export declare const templateProductContentSchema: z.ZodObject<{
|
|
|
405
405
|
relatedObjectives: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
406
406
|
}, "strip", z.ZodTypeAny, {
|
|
407
407
|
status: "live" | "archived" | "draft";
|
|
408
|
-
audience: string[];
|
|
409
408
|
description: string;
|
|
409
|
+
audience: string[];
|
|
410
410
|
summary: string;
|
|
411
411
|
slug: string;
|
|
412
412
|
title: string;
|
|
@@ -1613,8 +1613,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1613
1613
|
relatedObjectives: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1614
1614
|
}, "strip", z.ZodTypeAny, {
|
|
1615
1615
|
status: "live" | "archived" | "draft";
|
|
1616
|
-
audience: string[];
|
|
1617
1616
|
description: string;
|
|
1617
|
+
audience: string[];
|
|
1618
1618
|
summary: string;
|
|
1619
1619
|
slug: string;
|
|
1620
1620
|
title: string;
|