@treeseed/sdk 0.13.0-rc.109 → 0.13.0-rc.110
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/content/validation/content-model-schemas.d.ts +44 -44
- package/dist/content/validation/portable-content-data.d.ts +4 -4
- package/dist/deployment/postgres/contracts.d.ts +9 -9
- package/dist/deployment/postgres/requirements.d.ts +1 -1
- package/dist/deployment/schemas.d.ts +17 -17
- package/dist/identity/runtime.d.ts +20 -0
- package/dist/identity/runtime.js +2 -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-10T15:27:03.485Z"}
|
|
@@ -821,11 +821,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
821
821
|
forbiddenPaths?: string[] | undefined;
|
|
822
822
|
}>>;
|
|
823
823
|
}, "strict", z.ZodTypeAny, {
|
|
824
|
+
enabled: boolean;
|
|
824
825
|
outputs: {
|
|
825
826
|
messageTypes: string[];
|
|
826
827
|
modelMutations: string[];
|
|
827
828
|
};
|
|
828
|
-
enabled: boolean;
|
|
829
829
|
prompt: {
|
|
830
830
|
system: string;
|
|
831
831
|
templates?: Record<string, string> | undefined;
|
|
@@ -993,11 +993,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
993
993
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
994
994
|
} | undefined;
|
|
995
995
|
}, {
|
|
996
|
+
enabled: boolean;
|
|
996
997
|
outputs: {
|
|
997
998
|
messageTypes: string[];
|
|
998
999
|
modelMutations: string[];
|
|
999
1000
|
};
|
|
1000
|
-
enabled: boolean;
|
|
1001
1001
|
prompt: {
|
|
1002
1002
|
system: string;
|
|
1003
1003
|
templates?: Record<string, string> | undefined;
|
|
@@ -1165,11 +1165,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1165
1165
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
1166
1166
|
} | undefined;
|
|
1167
1167
|
}>, {
|
|
1168
|
+
enabled: boolean;
|
|
1168
1169
|
outputs: {
|
|
1169
1170
|
messageTypes: string[];
|
|
1170
1171
|
modelMutations: string[];
|
|
1171
1172
|
};
|
|
1172
|
-
enabled: boolean;
|
|
1173
1173
|
prompt: {
|
|
1174
1174
|
system: string;
|
|
1175
1175
|
templates?: Record<string, string> | undefined;
|
|
@@ -1337,11 +1337,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1337
1337
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
1338
1338
|
} | undefined;
|
|
1339
1339
|
}, {
|
|
1340
|
+
enabled: boolean;
|
|
1340
1341
|
outputs: {
|
|
1341
1342
|
messageTypes: string[];
|
|
1342
1343
|
modelMutations: string[];
|
|
1343
1344
|
};
|
|
1344
|
-
enabled: boolean;
|
|
1345
1345
|
prompt: {
|
|
1346
1346
|
system: string;
|
|
1347
1347
|
templates?: Record<string, string> | undefined;
|
|
@@ -2330,11 +2330,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2330
2330
|
forbiddenPaths?: string[] | undefined;
|
|
2331
2331
|
}>>;
|
|
2332
2332
|
}, "strict", z.ZodTypeAny, {
|
|
2333
|
+
enabled: boolean;
|
|
2333
2334
|
outputs: {
|
|
2334
2335
|
messageTypes: string[];
|
|
2335
2336
|
modelMutations: string[];
|
|
2336
2337
|
};
|
|
2337
|
-
enabled: boolean;
|
|
2338
2338
|
prompt: {
|
|
2339
2339
|
system: string;
|
|
2340
2340
|
templates?: Record<string, string> | undefined;
|
|
@@ -2502,11 +2502,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2502
2502
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
2503
2503
|
} | undefined;
|
|
2504
2504
|
}, {
|
|
2505
|
+
enabled: boolean;
|
|
2505
2506
|
outputs: {
|
|
2506
2507
|
messageTypes: string[];
|
|
2507
2508
|
modelMutations: string[];
|
|
2508
2509
|
};
|
|
2509
|
-
enabled: boolean;
|
|
2510
2510
|
prompt: {
|
|
2511
2511
|
system: string;
|
|
2512
2512
|
templates?: Record<string, string> | undefined;
|
|
@@ -2674,11 +2674,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2674
2674
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
2675
2675
|
} | undefined;
|
|
2676
2676
|
}>, {
|
|
2677
|
+
enabled: boolean;
|
|
2677
2678
|
outputs: {
|
|
2678
2679
|
messageTypes: string[];
|
|
2679
2680
|
modelMutations: string[];
|
|
2680
2681
|
};
|
|
2681
|
-
enabled: boolean;
|
|
2682
2682
|
prompt: {
|
|
2683
2683
|
system: string;
|
|
2684
2684
|
templates?: Record<string, string> | undefined;
|
|
@@ -2846,11 +2846,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2846
2846
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
2847
2847
|
} | undefined;
|
|
2848
2848
|
}, {
|
|
2849
|
+
enabled: boolean;
|
|
2849
2850
|
outputs: {
|
|
2850
2851
|
messageTypes: string[];
|
|
2851
2852
|
modelMutations: string[];
|
|
2852
2853
|
};
|
|
2853
|
-
enabled: boolean;
|
|
2854
2854
|
prompt: {
|
|
2855
2855
|
system: string;
|
|
2856
2856
|
templates?: Record<string, string> | undefined;
|
|
@@ -3839,11 +3839,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3839
3839
|
forbiddenPaths?: string[] | undefined;
|
|
3840
3840
|
}>>;
|
|
3841
3841
|
}, "strict", z.ZodTypeAny, {
|
|
3842
|
+
enabled: boolean;
|
|
3842
3843
|
outputs: {
|
|
3843
3844
|
messageTypes: string[];
|
|
3844
3845
|
modelMutations: string[];
|
|
3845
3846
|
};
|
|
3846
|
-
enabled: boolean;
|
|
3847
3847
|
prompt: {
|
|
3848
3848
|
system: string;
|
|
3849
3849
|
templates?: Record<string, string> | undefined;
|
|
@@ -4011,11 +4011,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4011
4011
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
4012
4012
|
} | undefined;
|
|
4013
4013
|
}, {
|
|
4014
|
+
enabled: boolean;
|
|
4014
4015
|
outputs: {
|
|
4015
4016
|
messageTypes: string[];
|
|
4016
4017
|
modelMutations: string[];
|
|
4017
4018
|
};
|
|
4018
|
-
enabled: boolean;
|
|
4019
4019
|
prompt: {
|
|
4020
4020
|
system: string;
|
|
4021
4021
|
templates?: Record<string, string> | undefined;
|
|
@@ -4183,11 +4183,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4183
4183
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
4184
4184
|
} | undefined;
|
|
4185
4185
|
}>, {
|
|
4186
|
+
enabled: boolean;
|
|
4186
4187
|
outputs: {
|
|
4187
4188
|
messageTypes: string[];
|
|
4188
4189
|
modelMutations: string[];
|
|
4189
4190
|
};
|
|
4190
|
-
enabled: boolean;
|
|
4191
4191
|
prompt: {
|
|
4192
4192
|
system: string;
|
|
4193
4193
|
templates?: Record<string, string> | undefined;
|
|
@@ -4355,11 +4355,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4355
4355
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
4356
4356
|
} | undefined;
|
|
4357
4357
|
}, {
|
|
4358
|
+
enabled: boolean;
|
|
4358
4359
|
outputs: {
|
|
4359
4360
|
messageTypes: string[];
|
|
4360
4361
|
modelMutations: string[];
|
|
4361
4362
|
};
|
|
4362
|
-
enabled: boolean;
|
|
4363
4363
|
prompt: {
|
|
4364
4364
|
system: string;
|
|
4365
4365
|
templates?: Record<string, string> | undefined;
|
|
@@ -5348,11 +5348,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5348
5348
|
forbiddenPaths?: string[] | undefined;
|
|
5349
5349
|
}>>;
|
|
5350
5350
|
}, "strict", z.ZodTypeAny, {
|
|
5351
|
+
enabled: boolean;
|
|
5351
5352
|
outputs: {
|
|
5352
5353
|
messageTypes: string[];
|
|
5353
5354
|
modelMutations: string[];
|
|
5354
5355
|
};
|
|
5355
|
-
enabled: boolean;
|
|
5356
5356
|
prompt: {
|
|
5357
5357
|
system: string;
|
|
5358
5358
|
templates?: Record<string, string> | undefined;
|
|
@@ -5520,11 +5520,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5520
5520
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
5521
5521
|
} | undefined;
|
|
5522
5522
|
}, {
|
|
5523
|
+
enabled: boolean;
|
|
5523
5524
|
outputs: {
|
|
5524
5525
|
messageTypes: string[];
|
|
5525
5526
|
modelMutations: string[];
|
|
5526
5527
|
};
|
|
5527
|
-
enabled: boolean;
|
|
5528
5528
|
prompt: {
|
|
5529
5529
|
system: string;
|
|
5530
5530
|
templates?: Record<string, string> | undefined;
|
|
@@ -5692,11 +5692,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5692
5692
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
5693
5693
|
} | undefined;
|
|
5694
5694
|
}>, {
|
|
5695
|
+
enabled: boolean;
|
|
5695
5696
|
outputs: {
|
|
5696
5697
|
messageTypes: string[];
|
|
5697
5698
|
modelMutations: string[];
|
|
5698
5699
|
};
|
|
5699
|
-
enabled: boolean;
|
|
5700
5700
|
prompt: {
|
|
5701
5701
|
system: string;
|
|
5702
5702
|
templates?: Record<string, string> | undefined;
|
|
@@ -5864,11 +5864,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5864
5864
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
5865
5865
|
} | undefined;
|
|
5866
5866
|
}, {
|
|
5867
|
+
enabled: boolean;
|
|
5867
5868
|
outputs: {
|
|
5868
5869
|
messageTypes: string[];
|
|
5869
5870
|
modelMutations: string[];
|
|
5870
5871
|
};
|
|
5871
|
-
enabled: boolean;
|
|
5872
5872
|
prompt: {
|
|
5873
5873
|
system: string;
|
|
5874
5874
|
templates?: Record<string, string> | undefined;
|
|
@@ -6857,11 +6857,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6857
6857
|
forbiddenPaths?: string[] | undefined;
|
|
6858
6858
|
}>>;
|
|
6859
6859
|
}, "strict", z.ZodTypeAny, {
|
|
6860
|
+
enabled: boolean;
|
|
6860
6861
|
outputs: {
|
|
6861
6862
|
messageTypes: string[];
|
|
6862
6863
|
modelMutations: string[];
|
|
6863
6864
|
};
|
|
6864
|
-
enabled: boolean;
|
|
6865
6865
|
prompt: {
|
|
6866
6866
|
system: string;
|
|
6867
6867
|
templates?: Record<string, string> | undefined;
|
|
@@ -7029,11 +7029,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7029
7029
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
7030
7030
|
} | undefined;
|
|
7031
7031
|
}, {
|
|
7032
|
+
enabled: boolean;
|
|
7032
7033
|
outputs: {
|
|
7033
7034
|
messageTypes: string[];
|
|
7034
7035
|
modelMutations: string[];
|
|
7035
7036
|
};
|
|
7036
|
-
enabled: boolean;
|
|
7037
7037
|
prompt: {
|
|
7038
7038
|
system: string;
|
|
7039
7039
|
templates?: Record<string, string> | undefined;
|
|
@@ -7201,11 +7201,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7201
7201
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
7202
7202
|
} | undefined;
|
|
7203
7203
|
}>, {
|
|
7204
|
+
enabled: boolean;
|
|
7204
7205
|
outputs: {
|
|
7205
7206
|
messageTypes: string[];
|
|
7206
7207
|
modelMutations: string[];
|
|
7207
7208
|
};
|
|
7208
|
-
enabled: boolean;
|
|
7209
7209
|
prompt: {
|
|
7210
7210
|
system: string;
|
|
7211
7211
|
templates?: Record<string, string> | undefined;
|
|
@@ -7373,11 +7373,11 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7373
7373
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
7374
7374
|
} | undefined;
|
|
7375
7375
|
}, {
|
|
7376
|
+
enabled: boolean;
|
|
7376
7377
|
outputs: {
|
|
7377
7378
|
messageTypes: string[];
|
|
7378
7379
|
modelMutations: string[];
|
|
7379
7380
|
};
|
|
7380
|
-
enabled: boolean;
|
|
7381
7381
|
prompt: {
|
|
7382
7382
|
system: string;
|
|
7383
7383
|
templates?: Record<string, string> | undefined;
|
|
@@ -8370,11 +8370,11 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8370
8370
|
forbiddenPaths?: string[] | undefined;
|
|
8371
8371
|
}>>;
|
|
8372
8372
|
}, "strict", z.ZodTypeAny, {
|
|
8373
|
+
enabled: boolean;
|
|
8373
8374
|
outputs: {
|
|
8374
8375
|
messageTypes: string[];
|
|
8375
8376
|
modelMutations: string[];
|
|
8376
8377
|
};
|
|
8377
|
-
enabled: boolean;
|
|
8378
8378
|
prompt: {
|
|
8379
8379
|
system: string;
|
|
8380
8380
|
templates?: Record<string, string> | undefined;
|
|
@@ -8542,11 +8542,11 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8542
8542
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
8543
8543
|
} | undefined;
|
|
8544
8544
|
}, {
|
|
8545
|
+
enabled: boolean;
|
|
8545
8546
|
outputs: {
|
|
8546
8547
|
messageTypes: string[];
|
|
8547
8548
|
modelMutations: string[];
|
|
8548
8549
|
};
|
|
8549
|
-
enabled: boolean;
|
|
8550
8550
|
prompt: {
|
|
8551
8551
|
system: string;
|
|
8552
8552
|
templates?: Record<string, string> | undefined;
|
|
@@ -8714,11 +8714,11 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8714
8714
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
8715
8715
|
} | undefined;
|
|
8716
8716
|
}>, {
|
|
8717
|
+
enabled: boolean;
|
|
8717
8718
|
outputs: {
|
|
8718
8719
|
messageTypes: string[];
|
|
8719
8720
|
modelMutations: string[];
|
|
8720
8721
|
};
|
|
8721
|
-
enabled: boolean;
|
|
8722
8722
|
prompt: {
|
|
8723
8723
|
system: string;
|
|
8724
8724
|
templates?: Record<string, string> | undefined;
|
|
@@ -8886,11 +8886,11 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8886
8886
|
blockExecutionWhenCreated?: boolean | undefined;
|
|
8887
8887
|
} | undefined;
|
|
8888
8888
|
}, {
|
|
8889
|
+
enabled: boolean;
|
|
8889
8890
|
outputs: {
|
|
8890
8891
|
messageTypes: string[];
|
|
8891
8892
|
modelMutations: string[];
|
|
8892
8893
|
};
|
|
8893
|
-
enabled: boolean;
|
|
8894
8894
|
prompt: {
|
|
8895
8895
|
system: string;
|
|
8896
8896
|
templates?: Record<string, string> | undefined;
|