@treeseed/sdk 0.13.0-rc.100 → 0.13.0-rc.102
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/.treeseed-build-complete.json +1 -1
- package/dist/agent-capacity/validation/agent-definition-schema.d.ts +24 -24
- package/dist/capacity-provider/capability-ontology.d.ts +6 -6
- package/dist/content/validation/content-model-schemas.d.ts +44 -44
- package/dist/content/validation/portable-content-data.d.ts +4 -4
- package/dist/deployment/index.d.ts +1 -0
- package/dist/deployment/index.js +1 -0
- package/dist/deployment/postgres/contracts.d.ts +418 -0
- package/dist/deployment/postgres/contracts.js +79 -0
- package/dist/deployment/schemas.d.ts +204 -6
- package/dist/deployment/schemas.js +5 -0
- package/dist/operator-contracts/catalog/inbox-operations.d.ts +3 -3
- package/dist/operator-contracts/control-plane-operations.d.ts +3 -3
- package/dist/operator-contracts/inbox/contracts.d.ts +16 -16
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"completedAt":"2026-09-
|
|
1
|
+
{"completedAt":"2026-09-09T05:56:47.945Z"}
|
|
@@ -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;
|
|
828
829
|
prompt: {
|
|
829
830
|
system: string;
|
|
830
831
|
templates?: Record<string, string> | undefined;
|
|
831
832
|
task?: string | undefined;
|
|
832
833
|
};
|
|
833
|
-
enabled: boolean;
|
|
834
834
|
branchPolicy: {
|
|
835
835
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
836
836
|
base: "main" | "staging";
|
|
@@ -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;
|
|
1000
1001
|
prompt: {
|
|
1001
1002
|
system: string;
|
|
1002
1003
|
templates?: Record<string, string> | undefined;
|
|
1003
1004
|
task?: string | undefined;
|
|
1004
1005
|
};
|
|
1005
|
-
enabled: boolean;
|
|
1006
1006
|
branchPolicy: {
|
|
1007
1007
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
1008
1008
|
base: "main" | "staging";
|
|
@@ -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;
|
|
1172
1173
|
prompt: {
|
|
1173
1174
|
system: string;
|
|
1174
1175
|
templates?: Record<string, string> | undefined;
|
|
1175
1176
|
task?: string | undefined;
|
|
1176
1177
|
};
|
|
1177
|
-
enabled: boolean;
|
|
1178
1178
|
branchPolicy: {
|
|
1179
1179
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
1180
1180
|
base: "main" | "staging";
|
|
@@ -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;
|
|
1344
1345
|
prompt: {
|
|
1345
1346
|
system: string;
|
|
1346
1347
|
templates?: Record<string, string> | undefined;
|
|
1347
1348
|
task?: string | undefined;
|
|
1348
1349
|
};
|
|
1349
|
-
enabled: boolean;
|
|
1350
1350
|
branchPolicy: {
|
|
1351
1351
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
1352
1352
|
base: "main" | "staging";
|
|
@@ -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;
|
|
2337
2338
|
prompt: {
|
|
2338
2339
|
system: string;
|
|
2339
2340
|
templates?: Record<string, string> | undefined;
|
|
2340
2341
|
task?: string | undefined;
|
|
2341
2342
|
};
|
|
2342
|
-
enabled: boolean;
|
|
2343
2343
|
branchPolicy: {
|
|
2344
2344
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2345
2345
|
base: "main" | "staging";
|
|
@@ -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;
|
|
2509
2510
|
prompt: {
|
|
2510
2511
|
system: string;
|
|
2511
2512
|
templates?: Record<string, string> | undefined;
|
|
2512
2513
|
task?: string | undefined;
|
|
2513
2514
|
};
|
|
2514
|
-
enabled: boolean;
|
|
2515
2515
|
branchPolicy: {
|
|
2516
2516
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2517
2517
|
base: "main" | "staging";
|
|
@@ -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;
|
|
2681
2682
|
prompt: {
|
|
2682
2683
|
system: string;
|
|
2683
2684
|
templates?: Record<string, string> | undefined;
|
|
2684
2685
|
task?: string | undefined;
|
|
2685
2686
|
};
|
|
2686
|
-
enabled: boolean;
|
|
2687
2687
|
branchPolicy: {
|
|
2688
2688
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2689
2689
|
base: "main" | "staging";
|
|
@@ -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;
|
|
2853
2854
|
prompt: {
|
|
2854
2855
|
system: string;
|
|
2855
2856
|
templates?: Record<string, string> | undefined;
|
|
2856
2857
|
task?: string | undefined;
|
|
2857
2858
|
};
|
|
2858
|
-
enabled: boolean;
|
|
2859
2859
|
branchPolicy: {
|
|
2860
2860
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2861
2861
|
base: "main" | "staging";
|
|
@@ -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;
|
|
3846
3847
|
prompt: {
|
|
3847
3848
|
system: string;
|
|
3848
3849
|
templates?: Record<string, string> | undefined;
|
|
3849
3850
|
task?: string | undefined;
|
|
3850
3851
|
};
|
|
3851
|
-
enabled: boolean;
|
|
3852
3852
|
branchPolicy: {
|
|
3853
3853
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
3854
3854
|
base: "main" | "staging";
|
|
@@ -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;
|
|
4018
4019
|
prompt: {
|
|
4019
4020
|
system: string;
|
|
4020
4021
|
templates?: Record<string, string> | undefined;
|
|
4021
4022
|
task?: string | undefined;
|
|
4022
4023
|
};
|
|
4023
|
-
enabled: boolean;
|
|
4024
4024
|
branchPolicy: {
|
|
4025
4025
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4026
4026
|
base: "main" | "staging";
|
|
@@ -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;
|
|
4190
4191
|
prompt: {
|
|
4191
4192
|
system: string;
|
|
4192
4193
|
templates?: Record<string, string> | undefined;
|
|
4193
4194
|
task?: string | undefined;
|
|
4194
4195
|
};
|
|
4195
|
-
enabled: boolean;
|
|
4196
4196
|
branchPolicy: {
|
|
4197
4197
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4198
4198
|
base: "main" | "staging";
|
|
@@ -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;
|
|
4362
4363
|
prompt: {
|
|
4363
4364
|
system: string;
|
|
4364
4365
|
templates?: Record<string, string> | undefined;
|
|
4365
4366
|
task?: string | undefined;
|
|
4366
4367
|
};
|
|
4367
|
-
enabled: boolean;
|
|
4368
4368
|
branchPolicy: {
|
|
4369
4369
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4370
4370
|
base: "main" | "staging";
|
|
@@ -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;
|
|
5355
5356
|
prompt: {
|
|
5356
5357
|
system: string;
|
|
5357
5358
|
templates?: Record<string, string> | undefined;
|
|
5358
5359
|
task?: string | undefined;
|
|
5359
5360
|
};
|
|
5360
|
-
enabled: boolean;
|
|
5361
5361
|
branchPolicy: {
|
|
5362
5362
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5363
5363
|
base: "main" | "staging";
|
|
@@ -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;
|
|
5527
5528
|
prompt: {
|
|
5528
5529
|
system: string;
|
|
5529
5530
|
templates?: Record<string, string> | undefined;
|
|
5530
5531
|
task?: string | undefined;
|
|
5531
5532
|
};
|
|
5532
|
-
enabled: boolean;
|
|
5533
5533
|
branchPolicy: {
|
|
5534
5534
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5535
5535
|
base: "main" | "staging";
|
|
@@ -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;
|
|
5699
5700
|
prompt: {
|
|
5700
5701
|
system: string;
|
|
5701
5702
|
templates?: Record<string, string> | undefined;
|
|
5702
5703
|
task?: string | undefined;
|
|
5703
5704
|
};
|
|
5704
|
-
enabled: boolean;
|
|
5705
5705
|
branchPolicy: {
|
|
5706
5706
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5707
5707
|
base: "main" | "staging";
|
|
@@ -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;
|
|
5871
5872
|
prompt: {
|
|
5872
5873
|
system: string;
|
|
5873
5874
|
templates?: Record<string, string> | undefined;
|
|
5874
5875
|
task?: string | undefined;
|
|
5875
5876
|
};
|
|
5876
|
-
enabled: boolean;
|
|
5877
5877
|
branchPolicy: {
|
|
5878
5878
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5879
5879
|
base: "main" | "staging";
|
|
@@ -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;
|
|
6864
6865
|
prompt: {
|
|
6865
6866
|
system: string;
|
|
6866
6867
|
templates?: Record<string, string> | undefined;
|
|
6867
6868
|
task?: string | undefined;
|
|
6868
6869
|
};
|
|
6869
|
-
enabled: boolean;
|
|
6870
6870
|
branchPolicy: {
|
|
6871
6871
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
6872
6872
|
base: "main" | "staging";
|
|
@@ -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;
|
|
7036
7037
|
prompt: {
|
|
7037
7038
|
system: string;
|
|
7038
7039
|
templates?: Record<string, string> | undefined;
|
|
7039
7040
|
task?: string | undefined;
|
|
7040
7041
|
};
|
|
7041
|
-
enabled: boolean;
|
|
7042
7042
|
branchPolicy: {
|
|
7043
7043
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7044
7044
|
base: "main" | "staging";
|
|
@@ -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;
|
|
7208
7209
|
prompt: {
|
|
7209
7210
|
system: string;
|
|
7210
7211
|
templates?: Record<string, string> | undefined;
|
|
7211
7212
|
task?: string | undefined;
|
|
7212
7213
|
};
|
|
7213
|
-
enabled: boolean;
|
|
7214
7214
|
branchPolicy: {
|
|
7215
7215
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7216
7216
|
base: "main" | "staging";
|
|
@@ -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;
|
|
7380
7381
|
prompt: {
|
|
7381
7382
|
system: string;
|
|
7382
7383
|
templates?: Record<string, string> | undefined;
|
|
7383
7384
|
task?: string | undefined;
|
|
7384
7385
|
};
|
|
7385
|
-
enabled: boolean;
|
|
7386
7386
|
branchPolicy: {
|
|
7387
7387
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7388
7388
|
base: "main" | "staging";
|
|
@@ -8374,12 +8374,12 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8374
8374
|
messageTypes: string[];
|
|
8375
8375
|
modelMutations: string[];
|
|
8376
8376
|
};
|
|
8377
|
+
enabled: boolean;
|
|
8377
8378
|
prompt: {
|
|
8378
8379
|
system: string;
|
|
8379
8380
|
templates?: Record<string, string> | undefined;
|
|
8380
8381
|
task?: string | undefined;
|
|
8381
8382
|
};
|
|
8382
|
-
enabled: boolean;
|
|
8383
8383
|
branchPolicy: {
|
|
8384
8384
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8385
8385
|
base: "main" | "staging";
|
|
@@ -8546,12 +8546,12 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8546
8546
|
messageTypes: string[];
|
|
8547
8547
|
modelMutations: string[];
|
|
8548
8548
|
};
|
|
8549
|
+
enabled: boolean;
|
|
8549
8550
|
prompt: {
|
|
8550
8551
|
system: string;
|
|
8551
8552
|
templates?: Record<string, string> | undefined;
|
|
8552
8553
|
task?: string | undefined;
|
|
8553
8554
|
};
|
|
8554
|
-
enabled: boolean;
|
|
8555
8555
|
branchPolicy: {
|
|
8556
8556
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8557
8557
|
base: "main" | "staging";
|
|
@@ -8718,12 +8718,12 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8718
8718
|
messageTypes: string[];
|
|
8719
8719
|
modelMutations: string[];
|
|
8720
8720
|
};
|
|
8721
|
+
enabled: boolean;
|
|
8721
8722
|
prompt: {
|
|
8722
8723
|
system: string;
|
|
8723
8724
|
templates?: Record<string, string> | undefined;
|
|
8724
8725
|
task?: string | undefined;
|
|
8725
8726
|
};
|
|
8726
|
-
enabled: boolean;
|
|
8727
8727
|
branchPolicy: {
|
|
8728
8728
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8729
8729
|
base: "main" | "staging";
|
|
@@ -8890,12 +8890,12 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8890
8890
|
messageTypes: string[];
|
|
8891
8891
|
modelMutations: string[];
|
|
8892
8892
|
};
|
|
8893
|
+
enabled: boolean;
|
|
8893
8894
|
prompt: {
|
|
8894
8895
|
system: string;
|
|
8895
8896
|
templates?: Record<string, string> | undefined;
|
|
8896
8897
|
task?: string | undefined;
|
|
8897
8898
|
};
|
|
8898
|
-
enabled: boolean;
|
|
8899
8899
|
branchPolicy: {
|
|
8900
8900
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8901
8901
|
base: "main" | "staging";
|
|
@@ -703,9 +703,6 @@ export declare const capabilityDemandSchema: z.ZodObject<{
|
|
|
703
703
|
demandDigest: z.ZodString;
|
|
704
704
|
}, "strict", z.ZodTypeAny, {
|
|
705
705
|
schemaVersion: "treeseed.capability-demand/v1";
|
|
706
|
-
permissionClasses: string[];
|
|
707
|
-
contextModes: string[];
|
|
708
|
-
ontologyGeneration: number;
|
|
709
706
|
requirements: {
|
|
710
707
|
configuration: Record<string, {
|
|
711
708
|
requirement: "required" | "preferred";
|
|
@@ -717,6 +714,9 @@ export declare const capabilityDemandSchema: z.ZodObject<{
|
|
|
717
714
|
alternativeGroup: string | null;
|
|
718
715
|
requiredFeatures: string[];
|
|
719
716
|
}[];
|
|
717
|
+
permissionClasses: string[];
|
|
718
|
+
contextModes: string[];
|
|
719
|
+
ontologyGeneration: number;
|
|
720
720
|
resolved: {
|
|
721
721
|
id: string;
|
|
722
722
|
version: string;
|
|
@@ -737,9 +737,6 @@ export declare const capabilityDemandSchema: z.ZodObject<{
|
|
|
737
737
|
demandDigest: string;
|
|
738
738
|
}, {
|
|
739
739
|
schemaVersion: "treeseed.capability-demand/v1";
|
|
740
|
-
permissionClasses: string[];
|
|
741
|
-
contextModes: string[];
|
|
742
|
-
ontologyGeneration: number;
|
|
743
740
|
requirements: {
|
|
744
741
|
requirement: "required" | "preferred";
|
|
745
742
|
capabilityId: string;
|
|
@@ -751,6 +748,9 @@ export declare const capabilityDemandSchema: z.ZodObject<{
|
|
|
751
748
|
alternativeGroup?: string | null | undefined;
|
|
752
749
|
requiredFeatures?: string[] | undefined;
|
|
753
750
|
}[];
|
|
751
|
+
permissionClasses: string[];
|
|
752
|
+
contextModes: string[];
|
|
753
|
+
ontologyGeneration: number;
|
|
754
754
|
resolved: {
|
|
755
755
|
id: string;
|
|
756
756
|
version: string;
|