@treeseed/sdk 0.13.0-rc.89 → 0.13.0-rc.91
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/contracts/capacity/assignments/assignment-context-pack.d.ts +6 -6
- package/dist/agent-capacity/validation/agent-definition-schema.d.ts +144 -144
- package/dist/capacity-provider/environment-catalog.d.ts +12 -12
- package/dist/content/validation/agent-operational-content-schemas.d.ts +4 -4
- package/dist/content/validation/auxiliary-content-schemas.d.ts +20 -20
- package/dist/content/validation/content-model-schemas.d.ts +291 -291
- package/dist/content/validation/portable-content-data.d.ts +27 -27
- package/dist/deployment/hosted-topology-template.d.ts +24 -24
- package/dist/deployment/hosted-topology.d.ts +114 -114
- package/dist/deployment/schemas.d.ts +43 -43
- package/dist/deployment/schemas.js +1 -1
- package/dist/development/schemas.d.ts +76 -76
- package/dist/operator-contracts/catalog/communication-operations.d.ts +3 -3
- package/dist/operator-contracts/catalog/hosted-topology-operations.d.ts +21 -21
- package/dist/operator-contracts/catalog/inbox-operations.d.ts +8 -8
- package/dist/operator-contracts/communication/contracts.d.ts +16 -16
- package/dist/operator-contracts/control-plane-operations.d.ts +32 -32
- package/dist/operator-contracts/inbox/contracts.d.ts +30 -30
- package/dist/platform/schemas.d.ts +220 -40
- package/dist/platform/schemas.js +7 -2
- package/dist/platform/workset.js +5 -1
- package/package.json +1 -1
|
@@ -126,10 +126,10 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
126
126
|
createdAt: z.ZodString;
|
|
127
127
|
}, "strict", z.ZodTypeAny, {
|
|
128
128
|
status: "revoked" | "active" | "deprecated";
|
|
129
|
+
kind: "base" | "extension";
|
|
129
130
|
id: string;
|
|
130
131
|
version: string;
|
|
131
132
|
createdAt: string;
|
|
132
|
-
kind: "base" | "extension";
|
|
133
133
|
provenance: {
|
|
134
134
|
signature: {
|
|
135
135
|
value: string;
|
|
@@ -167,10 +167,10 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
167
167
|
}[] | null;
|
|
168
168
|
}, {
|
|
169
169
|
status: "revoked" | "active" | "deprecated";
|
|
170
|
+
kind: "base" | "extension";
|
|
170
171
|
id: string;
|
|
171
172
|
version: string;
|
|
172
173
|
createdAt: string;
|
|
173
|
-
kind: "base" | "extension";
|
|
174
174
|
provenance: {
|
|
175
175
|
signature: {
|
|
176
176
|
value: string;
|
|
@@ -208,10 +208,10 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
208
208
|
}[] | null;
|
|
209
209
|
}>, {
|
|
210
210
|
status: "revoked" | "active" | "deprecated";
|
|
211
|
+
kind: "base" | "extension";
|
|
211
212
|
id: string;
|
|
212
213
|
version: string;
|
|
213
214
|
createdAt: string;
|
|
214
|
-
kind: "base" | "extension";
|
|
215
215
|
provenance: {
|
|
216
216
|
signature: {
|
|
217
217
|
value: string;
|
|
@@ -249,10 +249,10 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
249
249
|
}[] | null;
|
|
250
250
|
}, {
|
|
251
251
|
status: "revoked" | "active" | "deprecated";
|
|
252
|
+
kind: "base" | "extension";
|
|
252
253
|
id: string;
|
|
253
254
|
version: string;
|
|
254
255
|
createdAt: string;
|
|
255
|
-
kind: "base" | "extension";
|
|
256
256
|
provenance: {
|
|
257
257
|
signature: {
|
|
258
258
|
value: string;
|
|
@@ -411,10 +411,10 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
411
411
|
createdAt: z.ZodString;
|
|
412
412
|
}, "strict", z.ZodTypeAny, {
|
|
413
413
|
status: "revoked" | "active" | "deprecated";
|
|
414
|
+
kind: "base" | "extension";
|
|
414
415
|
id: string;
|
|
415
416
|
version: string;
|
|
416
417
|
createdAt: string;
|
|
417
|
-
kind: "base" | "extension";
|
|
418
418
|
provenance: {
|
|
419
419
|
signature: {
|
|
420
420
|
value: string;
|
|
@@ -452,10 +452,10 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
452
452
|
}[] | null;
|
|
453
453
|
}, {
|
|
454
454
|
status: "revoked" | "active" | "deprecated";
|
|
455
|
+
kind: "base" | "extension";
|
|
455
456
|
id: string;
|
|
456
457
|
version: string;
|
|
457
458
|
createdAt: string;
|
|
458
|
-
kind: "base" | "extension";
|
|
459
459
|
provenance: {
|
|
460
460
|
signature: {
|
|
461
461
|
value: string;
|
|
@@ -493,10 +493,10 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
493
493
|
}[] | null;
|
|
494
494
|
}>, {
|
|
495
495
|
status: "revoked" | "active" | "deprecated";
|
|
496
|
+
kind: "base" | "extension";
|
|
496
497
|
id: string;
|
|
497
498
|
version: string;
|
|
498
499
|
createdAt: string;
|
|
499
|
-
kind: "base" | "extension";
|
|
500
500
|
provenance: {
|
|
501
501
|
signature: {
|
|
502
502
|
value: string;
|
|
@@ -534,10 +534,10 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
534
534
|
}[] | null;
|
|
535
535
|
}, {
|
|
536
536
|
status: "revoked" | "active" | "deprecated";
|
|
537
|
+
kind: "base" | "extension";
|
|
537
538
|
id: string;
|
|
538
539
|
version: string;
|
|
539
540
|
createdAt: string;
|
|
540
|
-
kind: "base" | "extension";
|
|
541
541
|
provenance: {
|
|
542
542
|
signature: {
|
|
543
543
|
value: string;
|
|
@@ -591,10 +591,10 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
591
591
|
}, "strict", z.ZodTypeAny, {
|
|
592
592
|
entries: {
|
|
593
593
|
status: "revoked" | "active" | "deprecated";
|
|
594
|
+
kind: "base" | "extension";
|
|
594
595
|
id: string;
|
|
595
596
|
version: string;
|
|
596
597
|
createdAt: string;
|
|
597
|
-
kind: "base" | "extension";
|
|
598
598
|
provenance: {
|
|
599
599
|
signature: {
|
|
600
600
|
value: string;
|
|
@@ -646,10 +646,10 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
646
646
|
}, {
|
|
647
647
|
entries: {
|
|
648
648
|
status: "revoked" | "active" | "deprecated";
|
|
649
|
+
kind: "base" | "extension";
|
|
649
650
|
id: string;
|
|
650
651
|
version: string;
|
|
651
652
|
createdAt: string;
|
|
652
|
-
kind: "base" | "extension";
|
|
653
653
|
provenance: {
|
|
654
654
|
signature: {
|
|
655
655
|
value: string;
|
|
@@ -701,10 +701,10 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
701
701
|
}>, {
|
|
702
702
|
entries: {
|
|
703
703
|
status: "revoked" | "active" | "deprecated";
|
|
704
|
+
kind: "base" | "extension";
|
|
704
705
|
id: string;
|
|
705
706
|
version: string;
|
|
706
707
|
createdAt: string;
|
|
707
|
-
kind: "base" | "extension";
|
|
708
708
|
provenance: {
|
|
709
709
|
signature: {
|
|
710
710
|
value: string;
|
|
@@ -756,10 +756,10 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
756
756
|
}, {
|
|
757
757
|
entries: {
|
|
758
758
|
status: "revoked" | "active" | "deprecated";
|
|
759
|
+
kind: "base" | "extension";
|
|
759
760
|
id: string;
|
|
760
761
|
version: string;
|
|
761
762
|
createdAt: string;
|
|
762
|
-
kind: "base" | "extension";
|
|
763
763
|
provenance: {
|
|
764
764
|
signature: {
|
|
765
765
|
value: string;
|
|
@@ -301,9 +301,9 @@ export declare const agentInstructionTemplateContentSchema: z.ZodObject<{
|
|
|
301
301
|
variables: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
302
302
|
appliesToProfiles: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
303
303
|
}, "strict", z.ZodTypeAny, {
|
|
304
|
+
kind: "status" | "message" | "summary" | "plan";
|
|
304
305
|
id: string;
|
|
305
306
|
variables: string[];
|
|
306
|
-
kind: "status" | "message" | "summary" | "plan";
|
|
307
307
|
description: string;
|
|
308
308
|
revision: number;
|
|
309
309
|
title: string;
|
|
@@ -311,8 +311,8 @@ export declare const agentInstructionTemplateContentSchema: z.ZodObject<{
|
|
|
311
311
|
appliesToProfiles: string[];
|
|
312
312
|
outputSkeleton?: string | undefined;
|
|
313
313
|
}, {
|
|
314
|
-
id: string;
|
|
315
314
|
kind: "status" | "message" | "summary" | "plan";
|
|
315
|
+
id: string;
|
|
316
316
|
description: string;
|
|
317
317
|
revision: number;
|
|
318
318
|
title: string;
|
|
@@ -1132,9 +1132,9 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1132
1132
|
variables: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
1133
1133
|
appliesToProfiles: z.ZodDefault<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
1134
1134
|
}, "strict", z.ZodTypeAny, {
|
|
1135
|
+
kind: "status" | "message" | "summary" | "plan";
|
|
1135
1136
|
id: string;
|
|
1136
1137
|
variables: string[];
|
|
1137
|
-
kind: "status" | "message" | "summary" | "plan";
|
|
1138
1138
|
description: string;
|
|
1139
1139
|
revision: number;
|
|
1140
1140
|
title: string;
|
|
@@ -1142,8 +1142,8 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1142
1142
|
appliesToProfiles: string[];
|
|
1143
1143
|
outputSkeleton?: string | undefined;
|
|
1144
1144
|
}, {
|
|
1145
|
-
id: string;
|
|
1146
1145
|
kind: "status" | "message" | "summary" | "plan";
|
|
1146
|
+
id: string;
|
|
1147
1147
|
description: string;
|
|
1148
1148
|
revision: number;
|
|
1149
1149
|
title: string;
|
|
@@ -334,15 +334,15 @@ export declare const templateProductContentSchema: z.ZodObject<{
|
|
|
334
334
|
publicUrl: z.ZodOptional<z.ZodString>;
|
|
335
335
|
integrity: z.ZodOptional<z.ZodString>;
|
|
336
336
|
}, "strip", z.ZodTypeAny, {
|
|
337
|
-
version: string;
|
|
338
337
|
kind: "r2";
|
|
338
|
+
version: string;
|
|
339
339
|
objectKey: string;
|
|
340
340
|
integrity?: string | undefined;
|
|
341
341
|
bucket?: string | undefined;
|
|
342
342
|
publicUrl?: string | undefined;
|
|
343
343
|
}, {
|
|
344
|
-
version: string;
|
|
345
344
|
kind: "r2";
|
|
345
|
+
version: string;
|
|
346
346
|
objectKey: string;
|
|
347
347
|
integrity?: string | undefined;
|
|
348
348
|
bucket?: string | undefined;
|
|
@@ -358,8 +358,8 @@ export declare const templateProductContentSchema: z.ZodObject<{
|
|
|
358
358
|
directory: string;
|
|
359
359
|
integrity?: string | undefined;
|
|
360
360
|
} | {
|
|
361
|
-
version: string;
|
|
362
361
|
kind: "r2";
|
|
362
|
+
version: string;
|
|
363
363
|
objectKey: string;
|
|
364
364
|
integrity?: string | undefined;
|
|
365
365
|
bucket?: string | undefined;
|
|
@@ -376,8 +376,8 @@ export declare const templateProductContentSchema: z.ZodObject<{
|
|
|
376
376
|
directory: string;
|
|
377
377
|
integrity?: string | undefined;
|
|
378
378
|
} | {
|
|
379
|
-
version: string;
|
|
380
379
|
kind: "r2";
|
|
380
|
+
version: string;
|
|
381
381
|
objectKey: string;
|
|
382
382
|
integrity?: string | undefined;
|
|
383
383
|
bucket?: string | undefined;
|
|
@@ -433,8 +433,8 @@ export declare const templateProductContentSchema: z.ZodObject<{
|
|
|
433
433
|
directory: string;
|
|
434
434
|
integrity?: string | undefined;
|
|
435
435
|
} | {
|
|
436
|
-
version: string;
|
|
437
436
|
kind: "r2";
|
|
437
|
+
version: string;
|
|
438
438
|
objectKey: string;
|
|
439
439
|
integrity?: string | undefined;
|
|
440
440
|
bucket?: string | undefined;
|
|
@@ -477,8 +477,8 @@ export declare const templateProductContentSchema: z.ZodObject<{
|
|
|
477
477
|
directory: string;
|
|
478
478
|
integrity?: string | undefined;
|
|
479
479
|
} | {
|
|
480
|
-
version: string;
|
|
481
480
|
kind: "r2";
|
|
481
|
+
version: string;
|
|
482
482
|
objectKey: string;
|
|
483
483
|
integrity?: string | undefined;
|
|
484
484
|
bucket?: string | undefined;
|
|
@@ -647,8 +647,8 @@ export declare const agentTestContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
647
647
|
}>>;
|
|
648
648
|
maxLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
649
649
|
}, "strip", z.ZodTypeAny, {
|
|
650
|
-
id: string;
|
|
651
650
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
651
|
+
id: string;
|
|
652
652
|
trigger: Record<string, unknown>;
|
|
653
653
|
agent: string;
|
|
654
654
|
contextQueryRefs: string[];
|
|
@@ -691,8 +691,8 @@ export declare const agentTestContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
691
691
|
} | undefined;
|
|
692
692
|
maxLatencyMs?: number | undefined;
|
|
693
693
|
}, {
|
|
694
|
-
id: string;
|
|
695
694
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
695
|
+
id: string;
|
|
696
696
|
agent: string;
|
|
697
697
|
fixture?: string | undefined;
|
|
698
698
|
trigger?: Record<string, unknown> | undefined;
|
|
@@ -751,8 +751,8 @@ export declare const agentTestContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
751
751
|
} | undefined;
|
|
752
752
|
maxLatencyMs?: number | undefined;
|
|
753
753
|
}>, {
|
|
754
|
-
id: string;
|
|
755
754
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
755
|
+
id: string;
|
|
756
756
|
trigger: Record<string, unknown>;
|
|
757
757
|
agent: string;
|
|
758
758
|
contextQueryRefs: string[];
|
|
@@ -795,8 +795,8 @@ export declare const agentTestContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
795
795
|
} | undefined;
|
|
796
796
|
maxLatencyMs?: number | undefined;
|
|
797
797
|
}, {
|
|
798
|
-
id: string;
|
|
799
798
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
799
|
+
id: string;
|
|
800
800
|
agent: string;
|
|
801
801
|
fixture?: string | undefined;
|
|
802
802
|
trigger?: Record<string, unknown> | undefined;
|
|
@@ -999,8 +999,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
999
999
|
}>>;
|
|
1000
1000
|
maxLatencyMs: z.ZodOptional<z.ZodNumber>;
|
|
1001
1001
|
}, "strip", z.ZodTypeAny, {
|
|
1002
|
-
id: string;
|
|
1003
1002
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
1003
|
+
id: string;
|
|
1004
1004
|
trigger: Record<string, unknown>;
|
|
1005
1005
|
agent: string;
|
|
1006
1006
|
contextQueryRefs: string[];
|
|
@@ -1043,8 +1043,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1043
1043
|
} | undefined;
|
|
1044
1044
|
maxLatencyMs?: number | undefined;
|
|
1045
1045
|
}, {
|
|
1046
|
-
id: string;
|
|
1047
1046
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
1047
|
+
id: string;
|
|
1048
1048
|
agent: string;
|
|
1049
1049
|
fixture?: string | undefined;
|
|
1050
1050
|
trigger?: Record<string, unknown> | undefined;
|
|
@@ -1103,8 +1103,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1103
1103
|
} | undefined;
|
|
1104
1104
|
maxLatencyMs?: number | undefined;
|
|
1105
1105
|
}>, {
|
|
1106
|
-
id: string;
|
|
1107
1106
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
1107
|
+
id: string;
|
|
1108
1108
|
trigger: Record<string, unknown>;
|
|
1109
1109
|
agent: string;
|
|
1110
1110
|
contextQueryRefs: string[];
|
|
@@ -1147,8 +1147,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1147
1147
|
} | undefined;
|
|
1148
1148
|
maxLatencyMs?: number | undefined;
|
|
1149
1149
|
}, {
|
|
1150
|
-
id: string;
|
|
1151
1150
|
kind: "workday" | "api" | "handler" | "spec" | "message_chain" | "manager_worker" | "ui" | "context-query" | "context-query-set";
|
|
1151
|
+
id: string;
|
|
1152
1152
|
agent: string;
|
|
1153
1153
|
fixture?: string | undefined;
|
|
1154
1154
|
trigger?: Record<string, unknown> | undefined;
|
|
@@ -1542,15 +1542,15 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1542
1542
|
publicUrl: z.ZodOptional<z.ZodString>;
|
|
1543
1543
|
integrity: z.ZodOptional<z.ZodString>;
|
|
1544
1544
|
}, "strip", z.ZodTypeAny, {
|
|
1545
|
-
version: string;
|
|
1546
1545
|
kind: "r2";
|
|
1546
|
+
version: string;
|
|
1547
1547
|
objectKey: string;
|
|
1548
1548
|
integrity?: string | undefined;
|
|
1549
1549
|
bucket?: string | undefined;
|
|
1550
1550
|
publicUrl?: string | undefined;
|
|
1551
1551
|
}, {
|
|
1552
|
-
version: string;
|
|
1553
1552
|
kind: "r2";
|
|
1553
|
+
version: string;
|
|
1554
1554
|
objectKey: string;
|
|
1555
1555
|
integrity?: string | undefined;
|
|
1556
1556
|
bucket?: string | undefined;
|
|
@@ -1566,8 +1566,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1566
1566
|
directory: string;
|
|
1567
1567
|
integrity?: string | undefined;
|
|
1568
1568
|
} | {
|
|
1569
|
-
version: string;
|
|
1570
1569
|
kind: "r2";
|
|
1570
|
+
version: string;
|
|
1571
1571
|
objectKey: string;
|
|
1572
1572
|
integrity?: string | undefined;
|
|
1573
1573
|
bucket?: string | undefined;
|
|
@@ -1584,8 +1584,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1584
1584
|
directory: string;
|
|
1585
1585
|
integrity?: string | undefined;
|
|
1586
1586
|
} | {
|
|
1587
|
-
version: string;
|
|
1588
1587
|
kind: "r2";
|
|
1588
|
+
version: string;
|
|
1589
1589
|
objectKey: string;
|
|
1590
1590
|
integrity?: string | undefined;
|
|
1591
1591
|
bucket?: string | undefined;
|
|
@@ -1641,8 +1641,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1641
1641
|
directory: string;
|
|
1642
1642
|
integrity?: string | undefined;
|
|
1643
1643
|
} | {
|
|
1644
|
-
version: string;
|
|
1645
1644
|
kind: "r2";
|
|
1645
|
+
version: string;
|
|
1646
1646
|
objectKey: string;
|
|
1647
1647
|
integrity?: string | undefined;
|
|
1648
1648
|
bucket?: string | undefined;
|
|
@@ -1685,8 +1685,8 @@ export declare const auxiliaryContentSchemas: {
|
|
|
1685
1685
|
directory: string;
|
|
1686
1686
|
integrity?: string | undefined;
|
|
1687
1687
|
} | {
|
|
1688
|
-
version: string;
|
|
1689
1688
|
kind: "r2";
|
|
1689
|
+
version: string;
|
|
1690
1690
|
objectKey: string;
|
|
1691
1691
|
integrity?: string | undefined;
|
|
1692
1692
|
bucket?: string | undefined;
|