@treeseed/sdk 0.13.0-rc.16 → 0.13.0-rc.18
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 +84 -84
- package/dist/agent-capacity/validation/agent-lab-forensics-schema.d.ts +1 -1
- package/dist/content/validation/agent-operational-content-schemas.d.ts +30 -30
- package/dist/content/validation/auxiliary-content-schemas.d.ts +8 -8
- package/dist/content/validation/content-model-schemas.d.ts +205 -205
- package/dist/content/validation/portable-content-data.d.ts +22 -22
- package/dist/entrypoints/clients/control-plane-client.d.ts +2 -0
- package/dist/entrypoints/clients/control-plane-client.js +8 -2
- package/dist/operator-contracts/canonical-command-tree.js +64 -4
- package/dist/operator-contracts/command-tree.d.ts +28 -0
- package/dist/operator-contracts/command-tree.js +49 -0
- package/dist/operator-contracts/control-plane-operations.d.ts +2 -2
- package/dist/operator-contracts/control-plane-operations.js +4 -4
- package/dist/operator-contracts/mcp.d.ts +5 -0
- package/dist/operator-contracts/mcp.js +61 -0
- package/package.json +1 -1
|
@@ -630,8 +630,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
630
630
|
}>, "many">>;
|
|
631
631
|
requiresArtifactKinds: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
632
632
|
}, "strict", z.ZodTypeAny, {
|
|
633
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
634
633
|
objective?: string | undefined;
|
|
634
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
635
635
|
proposalTypes?: string[] | undefined;
|
|
636
636
|
artifactKind?: string | undefined;
|
|
637
637
|
subjectModel?: string | undefined;
|
|
@@ -661,8 +661,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
661
661
|
}[] | undefined;
|
|
662
662
|
requiresArtifactKinds?: string[] | undefined;
|
|
663
663
|
}, {
|
|
664
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
665
664
|
objective?: string | undefined;
|
|
665
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
666
666
|
proposalTypes?: string[] | undefined;
|
|
667
667
|
artifactKind?: string | undefined;
|
|
668
668
|
subjectModel?: string | undefined;
|
|
@@ -708,8 +708,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
708
708
|
}, "strict", z.ZodTypeAny, {
|
|
709
709
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
710
710
|
projectId?: string | undefined;
|
|
711
|
-
teamId?: string | undefined;
|
|
712
711
|
agentSlug?: string | undefined;
|
|
712
|
+
teamId?: string | undefined;
|
|
713
713
|
requiredRoles?: string[] | undefined;
|
|
714
714
|
allowedRoles?: string[] | undefined;
|
|
715
715
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -719,8 +719,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
719
719
|
}, {
|
|
720
720
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
721
721
|
projectId?: string | undefined;
|
|
722
|
-
teamId?: string | undefined;
|
|
723
722
|
agentSlug?: string | undefined;
|
|
723
|
+
teamId?: string | undefined;
|
|
724
724
|
requiredRoles?: string[] | undefined;
|
|
725
725
|
allowedRoles?: string[] | undefined;
|
|
726
726
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -732,8 +732,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
732
732
|
defaultAnswerPolicy?: {
|
|
733
733
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
734
734
|
projectId?: string | undefined;
|
|
735
|
-
teamId?: string | undefined;
|
|
736
735
|
agentSlug?: string | undefined;
|
|
736
|
+
teamId?: string | undefined;
|
|
737
737
|
requiredRoles?: string[] | undefined;
|
|
738
738
|
allowedRoles?: string[] | undefined;
|
|
739
739
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -746,8 +746,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
746
746
|
defaultAnswerPolicy?: {
|
|
747
747
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
748
748
|
projectId?: string | undefined;
|
|
749
|
-
teamId?: string | undefined;
|
|
750
749
|
agentSlug?: string | undefined;
|
|
750
|
+
teamId?: string | undefined;
|
|
751
751
|
requiredRoles?: string[] | undefined;
|
|
752
752
|
allowedRoles?: string[] | undefined;
|
|
753
753
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -956,8 +956,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
956
956
|
publishes?: string[] | undefined;
|
|
957
957
|
} | undefined;
|
|
958
958
|
planningIntent?: {
|
|
959
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
960
959
|
objective?: string | undefined;
|
|
960
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
961
961
|
proposalTypes?: string[] | undefined;
|
|
962
962
|
artifactKind?: string | undefined;
|
|
963
963
|
subjectModel?: string | undefined;
|
|
@@ -991,8 +991,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
991
991
|
defaultAnswerPolicy?: {
|
|
992
992
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
993
993
|
projectId?: string | undefined;
|
|
994
|
-
teamId?: string | undefined;
|
|
995
994
|
agentSlug?: string | undefined;
|
|
995
|
+
teamId?: string | undefined;
|
|
996
996
|
requiredRoles?: string[] | undefined;
|
|
997
997
|
allowedRoles?: string[] | undefined;
|
|
998
998
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -1129,8 +1129,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1129
1129
|
publishes?: string[] | undefined;
|
|
1130
1130
|
} | undefined;
|
|
1131
1131
|
planningIntent?: {
|
|
1132
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1133
1132
|
objective?: string | undefined;
|
|
1133
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1134
1134
|
proposalTypes?: string[] | undefined;
|
|
1135
1135
|
artifactKind?: string | undefined;
|
|
1136
1136
|
subjectModel?: string | undefined;
|
|
@@ -1164,8 +1164,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1164
1164
|
defaultAnswerPolicy?: {
|
|
1165
1165
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
1166
1166
|
projectId?: string | undefined;
|
|
1167
|
-
teamId?: string | undefined;
|
|
1168
1167
|
agentSlug?: string | undefined;
|
|
1168
|
+
teamId?: string | undefined;
|
|
1169
1169
|
requiredRoles?: string[] | undefined;
|
|
1170
1170
|
allowedRoles?: string[] | undefined;
|
|
1171
1171
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -1302,8 +1302,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1302
1302
|
publishes?: string[] | undefined;
|
|
1303
1303
|
} | undefined;
|
|
1304
1304
|
planningIntent?: {
|
|
1305
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1306
1305
|
objective?: string | undefined;
|
|
1306
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1307
1307
|
proposalTypes?: string[] | undefined;
|
|
1308
1308
|
artifactKind?: string | undefined;
|
|
1309
1309
|
subjectModel?: string | undefined;
|
|
@@ -1337,8 +1337,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1337
1337
|
defaultAnswerPolicy?: {
|
|
1338
1338
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
1339
1339
|
projectId?: string | undefined;
|
|
1340
|
-
teamId?: string | undefined;
|
|
1341
1340
|
agentSlug?: string | undefined;
|
|
1341
|
+
teamId?: string | undefined;
|
|
1342
1342
|
requiredRoles?: string[] | undefined;
|
|
1343
1343
|
allowedRoles?: string[] | undefined;
|
|
1344
1344
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -1475,8 +1475,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1475
1475
|
publishes?: string[] | undefined;
|
|
1476
1476
|
} | undefined;
|
|
1477
1477
|
planningIntent?: {
|
|
1478
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1479
1478
|
objective?: string | undefined;
|
|
1479
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1480
1480
|
proposalTypes?: string[] | undefined;
|
|
1481
1481
|
artifactKind?: string | undefined;
|
|
1482
1482
|
subjectModel?: string | undefined;
|
|
@@ -1510,8 +1510,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1510
1510
|
defaultAnswerPolicy?: {
|
|
1511
1511
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
1512
1512
|
projectId?: string | undefined;
|
|
1513
|
-
teamId?: string | undefined;
|
|
1514
1513
|
agentSlug?: string | undefined;
|
|
1514
|
+
teamId?: string | undefined;
|
|
1515
1515
|
requiredRoles?: string[] | undefined;
|
|
1516
1516
|
allowedRoles?: string[] | undefined;
|
|
1517
1517
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2152,8 +2152,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2152
2152
|
}>, "many">>;
|
|
2153
2153
|
requiresArtifactKinds: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
2154
2154
|
}, "strict", z.ZodTypeAny, {
|
|
2155
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2156
2155
|
objective?: string | undefined;
|
|
2156
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2157
2157
|
proposalTypes?: string[] | undefined;
|
|
2158
2158
|
artifactKind?: string | undefined;
|
|
2159
2159
|
subjectModel?: string | undefined;
|
|
@@ -2183,8 +2183,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2183
2183
|
}[] | undefined;
|
|
2184
2184
|
requiresArtifactKinds?: string[] | undefined;
|
|
2185
2185
|
}, {
|
|
2186
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2187
2186
|
objective?: string | undefined;
|
|
2187
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2188
2188
|
proposalTypes?: string[] | undefined;
|
|
2189
2189
|
artifactKind?: string | undefined;
|
|
2190
2190
|
subjectModel?: string | undefined;
|
|
@@ -2230,8 +2230,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2230
2230
|
}, "strict", z.ZodTypeAny, {
|
|
2231
2231
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2232
2232
|
projectId?: string | undefined;
|
|
2233
|
-
teamId?: string | undefined;
|
|
2234
2233
|
agentSlug?: string | undefined;
|
|
2234
|
+
teamId?: string | undefined;
|
|
2235
2235
|
requiredRoles?: string[] | undefined;
|
|
2236
2236
|
allowedRoles?: string[] | undefined;
|
|
2237
2237
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2241,8 +2241,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2241
2241
|
}, {
|
|
2242
2242
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2243
2243
|
projectId?: string | undefined;
|
|
2244
|
-
teamId?: string | undefined;
|
|
2245
2244
|
agentSlug?: string | undefined;
|
|
2245
|
+
teamId?: string | undefined;
|
|
2246
2246
|
requiredRoles?: string[] | undefined;
|
|
2247
2247
|
allowedRoles?: string[] | undefined;
|
|
2248
2248
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2254,8 +2254,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2254
2254
|
defaultAnswerPolicy?: {
|
|
2255
2255
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2256
2256
|
projectId?: string | undefined;
|
|
2257
|
-
teamId?: string | undefined;
|
|
2258
2257
|
agentSlug?: string | undefined;
|
|
2258
|
+
teamId?: string | undefined;
|
|
2259
2259
|
requiredRoles?: string[] | undefined;
|
|
2260
2260
|
allowedRoles?: string[] | undefined;
|
|
2261
2261
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2268,8 +2268,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2268
2268
|
defaultAnswerPolicy?: {
|
|
2269
2269
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2270
2270
|
projectId?: string | undefined;
|
|
2271
|
-
teamId?: string | undefined;
|
|
2272
2271
|
agentSlug?: string | undefined;
|
|
2272
|
+
teamId?: string | undefined;
|
|
2273
2273
|
requiredRoles?: string[] | undefined;
|
|
2274
2274
|
allowedRoles?: string[] | undefined;
|
|
2275
2275
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2478,8 +2478,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2478
2478
|
publishes?: string[] | undefined;
|
|
2479
2479
|
} | undefined;
|
|
2480
2480
|
planningIntent?: {
|
|
2481
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2482
2481
|
objective?: string | undefined;
|
|
2482
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2483
2483
|
proposalTypes?: string[] | undefined;
|
|
2484
2484
|
artifactKind?: string | undefined;
|
|
2485
2485
|
subjectModel?: string | undefined;
|
|
@@ -2513,8 +2513,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2513
2513
|
defaultAnswerPolicy?: {
|
|
2514
2514
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2515
2515
|
projectId?: string | undefined;
|
|
2516
|
-
teamId?: string | undefined;
|
|
2517
2516
|
agentSlug?: string | undefined;
|
|
2517
|
+
teamId?: string | undefined;
|
|
2518
2518
|
requiredRoles?: string[] | undefined;
|
|
2519
2519
|
allowedRoles?: string[] | undefined;
|
|
2520
2520
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2651,8 +2651,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2651
2651
|
publishes?: string[] | undefined;
|
|
2652
2652
|
} | undefined;
|
|
2653
2653
|
planningIntent?: {
|
|
2654
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2655
2654
|
objective?: string | undefined;
|
|
2655
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2656
2656
|
proposalTypes?: string[] | undefined;
|
|
2657
2657
|
artifactKind?: string | undefined;
|
|
2658
2658
|
subjectModel?: string | undefined;
|
|
@@ -2686,8 +2686,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2686
2686
|
defaultAnswerPolicy?: {
|
|
2687
2687
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2688
2688
|
projectId?: string | undefined;
|
|
2689
|
-
teamId?: string | undefined;
|
|
2690
2689
|
agentSlug?: string | undefined;
|
|
2690
|
+
teamId?: string | undefined;
|
|
2691
2691
|
requiredRoles?: string[] | undefined;
|
|
2692
2692
|
allowedRoles?: string[] | undefined;
|
|
2693
2693
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2824,8 +2824,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2824
2824
|
publishes?: string[] | undefined;
|
|
2825
2825
|
} | undefined;
|
|
2826
2826
|
planningIntent?: {
|
|
2827
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2828
2827
|
objective?: string | undefined;
|
|
2828
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2829
2829
|
proposalTypes?: string[] | undefined;
|
|
2830
2830
|
artifactKind?: string | undefined;
|
|
2831
2831
|
subjectModel?: string | undefined;
|
|
@@ -2859,8 +2859,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2859
2859
|
defaultAnswerPolicy?: {
|
|
2860
2860
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
2861
2861
|
projectId?: string | undefined;
|
|
2862
|
-
teamId?: string | undefined;
|
|
2863
2862
|
agentSlug?: string | undefined;
|
|
2863
|
+
teamId?: string | undefined;
|
|
2864
2864
|
requiredRoles?: string[] | undefined;
|
|
2865
2865
|
allowedRoles?: string[] | undefined;
|
|
2866
2866
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -2997,8 +2997,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2997
2997
|
publishes?: string[] | undefined;
|
|
2998
2998
|
} | undefined;
|
|
2999
2999
|
planningIntent?: {
|
|
3000
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
3001
3000
|
objective?: string | undefined;
|
|
3001
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
3002
3002
|
proposalTypes?: string[] | undefined;
|
|
3003
3003
|
artifactKind?: string | undefined;
|
|
3004
3004
|
subjectModel?: string | undefined;
|
|
@@ -3032,8 +3032,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3032
3032
|
defaultAnswerPolicy?: {
|
|
3033
3033
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
3034
3034
|
projectId?: string | undefined;
|
|
3035
|
-
teamId?: string | undefined;
|
|
3036
3035
|
agentSlug?: string | undefined;
|
|
3036
|
+
teamId?: string | undefined;
|
|
3037
3037
|
requiredRoles?: string[] | undefined;
|
|
3038
3038
|
allowedRoles?: string[] | undefined;
|
|
3039
3039
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -3674,8 +3674,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3674
3674
|
}>, "many">>;
|
|
3675
3675
|
requiresArtifactKinds: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
3676
3676
|
}, "strict", z.ZodTypeAny, {
|
|
3677
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
3678
3677
|
objective?: string | undefined;
|
|
3678
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
3679
3679
|
proposalTypes?: string[] | undefined;
|
|
3680
3680
|
artifactKind?: string | undefined;
|
|
3681
3681
|
subjectModel?: string | undefined;
|
|
@@ -3705,8 +3705,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3705
3705
|
}[] | undefined;
|
|
3706
3706
|
requiresArtifactKinds?: string[] | undefined;
|
|
3707
3707
|
}, {
|
|
3708
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
3709
3708
|
objective?: string | undefined;
|
|
3709
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
3710
3710
|
proposalTypes?: string[] | undefined;
|
|
3711
3711
|
artifactKind?: string | undefined;
|
|
3712
3712
|
subjectModel?: string | undefined;
|
|
@@ -3752,8 +3752,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3752
3752
|
}, "strict", z.ZodTypeAny, {
|
|
3753
3753
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
3754
3754
|
projectId?: string | undefined;
|
|
3755
|
-
teamId?: string | undefined;
|
|
3756
3755
|
agentSlug?: string | undefined;
|
|
3756
|
+
teamId?: string | undefined;
|
|
3757
3757
|
requiredRoles?: string[] | undefined;
|
|
3758
3758
|
allowedRoles?: string[] | undefined;
|
|
3759
3759
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -3763,8 +3763,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3763
3763
|
}, {
|
|
3764
3764
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
3765
3765
|
projectId?: string | undefined;
|
|
3766
|
-
teamId?: string | undefined;
|
|
3767
3766
|
agentSlug?: string | undefined;
|
|
3767
|
+
teamId?: string | undefined;
|
|
3768
3768
|
requiredRoles?: string[] | undefined;
|
|
3769
3769
|
allowedRoles?: string[] | undefined;
|
|
3770
3770
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -3776,8 +3776,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3776
3776
|
defaultAnswerPolicy?: {
|
|
3777
3777
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
3778
3778
|
projectId?: string | undefined;
|
|
3779
|
-
teamId?: string | undefined;
|
|
3780
3779
|
agentSlug?: string | undefined;
|
|
3780
|
+
teamId?: string | undefined;
|
|
3781
3781
|
requiredRoles?: string[] | undefined;
|
|
3782
3782
|
allowedRoles?: string[] | undefined;
|
|
3783
3783
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -3790,8 +3790,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3790
3790
|
defaultAnswerPolicy?: {
|
|
3791
3791
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
3792
3792
|
projectId?: string | undefined;
|
|
3793
|
-
teamId?: string | undefined;
|
|
3794
3793
|
agentSlug?: string | undefined;
|
|
3794
|
+
teamId?: string | undefined;
|
|
3795
3795
|
requiredRoles?: string[] | undefined;
|
|
3796
3796
|
allowedRoles?: string[] | undefined;
|
|
3797
3797
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4000,8 +4000,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4000
4000
|
publishes?: string[] | undefined;
|
|
4001
4001
|
} | undefined;
|
|
4002
4002
|
planningIntent?: {
|
|
4003
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
4004
4003
|
objective?: string | undefined;
|
|
4004
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
4005
4005
|
proposalTypes?: string[] | undefined;
|
|
4006
4006
|
artifactKind?: string | undefined;
|
|
4007
4007
|
subjectModel?: string | undefined;
|
|
@@ -4035,8 +4035,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4035
4035
|
defaultAnswerPolicy?: {
|
|
4036
4036
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4037
4037
|
projectId?: string | undefined;
|
|
4038
|
-
teamId?: string | undefined;
|
|
4039
4038
|
agentSlug?: string | undefined;
|
|
4039
|
+
teamId?: string | undefined;
|
|
4040
4040
|
requiredRoles?: string[] | undefined;
|
|
4041
4041
|
allowedRoles?: string[] | undefined;
|
|
4042
4042
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4173,8 +4173,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4173
4173
|
publishes?: string[] | undefined;
|
|
4174
4174
|
} | undefined;
|
|
4175
4175
|
planningIntent?: {
|
|
4176
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
4177
4176
|
objective?: string | undefined;
|
|
4177
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
4178
4178
|
proposalTypes?: string[] | undefined;
|
|
4179
4179
|
artifactKind?: string | undefined;
|
|
4180
4180
|
subjectModel?: string | undefined;
|
|
@@ -4208,8 +4208,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4208
4208
|
defaultAnswerPolicy?: {
|
|
4209
4209
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4210
4210
|
projectId?: string | undefined;
|
|
4211
|
-
teamId?: string | undefined;
|
|
4212
4211
|
agentSlug?: string | undefined;
|
|
4212
|
+
teamId?: string | undefined;
|
|
4213
4213
|
requiredRoles?: string[] | undefined;
|
|
4214
4214
|
allowedRoles?: string[] | undefined;
|
|
4215
4215
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4346,8 +4346,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4346
4346
|
publishes?: string[] | undefined;
|
|
4347
4347
|
} | undefined;
|
|
4348
4348
|
planningIntent?: {
|
|
4349
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
4350
4349
|
objective?: string | undefined;
|
|
4350
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
4351
4351
|
proposalTypes?: string[] | undefined;
|
|
4352
4352
|
artifactKind?: string | undefined;
|
|
4353
4353
|
subjectModel?: string | undefined;
|
|
@@ -4381,8 +4381,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4381
4381
|
defaultAnswerPolicy?: {
|
|
4382
4382
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4383
4383
|
projectId?: string | undefined;
|
|
4384
|
-
teamId?: string | undefined;
|
|
4385
4384
|
agentSlug?: string | undefined;
|
|
4385
|
+
teamId?: string | undefined;
|
|
4386
4386
|
requiredRoles?: string[] | undefined;
|
|
4387
4387
|
allowedRoles?: string[] | undefined;
|
|
4388
4388
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -4519,8 +4519,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4519
4519
|
publishes?: string[] | undefined;
|
|
4520
4520
|
} | undefined;
|
|
4521
4521
|
planningIntent?: {
|
|
4522
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
4523
4522
|
objective?: string | undefined;
|
|
4523
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
4524
4524
|
proposalTypes?: string[] | undefined;
|
|
4525
4525
|
artifactKind?: string | undefined;
|
|
4526
4526
|
subjectModel?: string | undefined;
|
|
@@ -4554,8 +4554,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4554
4554
|
defaultAnswerPolicy?: {
|
|
4555
4555
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
4556
4556
|
projectId?: string | undefined;
|
|
4557
|
-
teamId?: string | undefined;
|
|
4558
4557
|
agentSlug?: string | undefined;
|
|
4558
|
+
teamId?: string | undefined;
|
|
4559
4559
|
requiredRoles?: string[] | undefined;
|
|
4560
4560
|
allowedRoles?: string[] | undefined;
|
|
4561
4561
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5196,8 +5196,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5196
5196
|
}>, "many">>;
|
|
5197
5197
|
requiresArtifactKinds: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
5198
5198
|
}, "strict", z.ZodTypeAny, {
|
|
5199
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5200
5199
|
objective?: string | undefined;
|
|
5200
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5201
5201
|
proposalTypes?: string[] | undefined;
|
|
5202
5202
|
artifactKind?: string | undefined;
|
|
5203
5203
|
subjectModel?: string | undefined;
|
|
@@ -5227,8 +5227,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5227
5227
|
}[] | undefined;
|
|
5228
5228
|
requiresArtifactKinds?: string[] | undefined;
|
|
5229
5229
|
}, {
|
|
5230
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5231
5230
|
objective?: string | undefined;
|
|
5231
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5232
5232
|
proposalTypes?: string[] | undefined;
|
|
5233
5233
|
artifactKind?: string | undefined;
|
|
5234
5234
|
subjectModel?: string | undefined;
|
|
@@ -5274,8 +5274,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5274
5274
|
}, "strict", z.ZodTypeAny, {
|
|
5275
5275
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5276
5276
|
projectId?: string | undefined;
|
|
5277
|
-
teamId?: string | undefined;
|
|
5278
5277
|
agentSlug?: string | undefined;
|
|
5278
|
+
teamId?: string | undefined;
|
|
5279
5279
|
requiredRoles?: string[] | undefined;
|
|
5280
5280
|
allowedRoles?: string[] | undefined;
|
|
5281
5281
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5285,8 +5285,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5285
5285
|
}, {
|
|
5286
5286
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5287
5287
|
projectId?: string | undefined;
|
|
5288
|
-
teamId?: string | undefined;
|
|
5289
5288
|
agentSlug?: string | undefined;
|
|
5289
|
+
teamId?: string | undefined;
|
|
5290
5290
|
requiredRoles?: string[] | undefined;
|
|
5291
5291
|
allowedRoles?: string[] | undefined;
|
|
5292
5292
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5298,8 +5298,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5298
5298
|
defaultAnswerPolicy?: {
|
|
5299
5299
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5300
5300
|
projectId?: string | undefined;
|
|
5301
|
-
teamId?: string | undefined;
|
|
5302
5301
|
agentSlug?: string | undefined;
|
|
5302
|
+
teamId?: string | undefined;
|
|
5303
5303
|
requiredRoles?: string[] | undefined;
|
|
5304
5304
|
allowedRoles?: string[] | undefined;
|
|
5305
5305
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5312,8 +5312,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5312
5312
|
defaultAnswerPolicy?: {
|
|
5313
5313
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5314
5314
|
projectId?: string | undefined;
|
|
5315
|
-
teamId?: string | undefined;
|
|
5316
5315
|
agentSlug?: string | undefined;
|
|
5316
|
+
teamId?: string | undefined;
|
|
5317
5317
|
requiredRoles?: string[] | undefined;
|
|
5318
5318
|
allowedRoles?: string[] | undefined;
|
|
5319
5319
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5522,8 +5522,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5522
5522
|
publishes?: string[] | undefined;
|
|
5523
5523
|
} | undefined;
|
|
5524
5524
|
planningIntent?: {
|
|
5525
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5526
5525
|
objective?: string | undefined;
|
|
5526
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5527
5527
|
proposalTypes?: string[] | undefined;
|
|
5528
5528
|
artifactKind?: string | undefined;
|
|
5529
5529
|
subjectModel?: string | undefined;
|
|
@@ -5557,8 +5557,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5557
5557
|
defaultAnswerPolicy?: {
|
|
5558
5558
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5559
5559
|
projectId?: string | undefined;
|
|
5560
|
-
teamId?: string | undefined;
|
|
5561
5560
|
agentSlug?: string | undefined;
|
|
5561
|
+
teamId?: string | undefined;
|
|
5562
5562
|
requiredRoles?: string[] | undefined;
|
|
5563
5563
|
allowedRoles?: string[] | undefined;
|
|
5564
5564
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5695,8 +5695,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5695
5695
|
publishes?: string[] | undefined;
|
|
5696
5696
|
} | undefined;
|
|
5697
5697
|
planningIntent?: {
|
|
5698
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5699
5698
|
objective?: string | undefined;
|
|
5699
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5700
5700
|
proposalTypes?: string[] | undefined;
|
|
5701
5701
|
artifactKind?: string | undefined;
|
|
5702
5702
|
subjectModel?: string | undefined;
|
|
@@ -5730,8 +5730,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5730
5730
|
defaultAnswerPolicy?: {
|
|
5731
5731
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5732
5732
|
projectId?: string | undefined;
|
|
5733
|
-
teamId?: string | undefined;
|
|
5734
5733
|
agentSlug?: string | undefined;
|
|
5734
|
+
teamId?: string | undefined;
|
|
5735
5735
|
requiredRoles?: string[] | undefined;
|
|
5736
5736
|
allowedRoles?: string[] | undefined;
|
|
5737
5737
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -5868,8 +5868,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5868
5868
|
publishes?: string[] | undefined;
|
|
5869
5869
|
} | undefined;
|
|
5870
5870
|
planningIntent?: {
|
|
5871
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5872
5871
|
objective?: string | undefined;
|
|
5872
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5873
5873
|
proposalTypes?: string[] | undefined;
|
|
5874
5874
|
artifactKind?: string | undefined;
|
|
5875
5875
|
subjectModel?: string | undefined;
|
|
@@ -5903,8 +5903,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5903
5903
|
defaultAnswerPolicy?: {
|
|
5904
5904
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
5905
5905
|
projectId?: string | undefined;
|
|
5906
|
-
teamId?: string | undefined;
|
|
5907
5906
|
agentSlug?: string | undefined;
|
|
5907
|
+
teamId?: string | undefined;
|
|
5908
5908
|
requiredRoles?: string[] | undefined;
|
|
5909
5909
|
allowedRoles?: string[] | undefined;
|
|
5910
5910
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -6041,8 +6041,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6041
6041
|
publishes?: string[] | undefined;
|
|
6042
6042
|
} | undefined;
|
|
6043
6043
|
planningIntent?: {
|
|
6044
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
6045
6044
|
objective?: string | undefined;
|
|
6045
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
6046
6046
|
proposalTypes?: string[] | undefined;
|
|
6047
6047
|
artifactKind?: string | undefined;
|
|
6048
6048
|
subjectModel?: string | undefined;
|
|
@@ -6076,8 +6076,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6076
6076
|
defaultAnswerPolicy?: {
|
|
6077
6077
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
6078
6078
|
projectId?: string | undefined;
|
|
6079
|
-
teamId?: string | undefined;
|
|
6080
6079
|
agentSlug?: string | undefined;
|
|
6080
|
+
teamId?: string | undefined;
|
|
6081
6081
|
requiredRoles?: string[] | undefined;
|
|
6082
6082
|
allowedRoles?: string[] | undefined;
|
|
6083
6083
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -6718,8 +6718,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6718
6718
|
}>, "many">>;
|
|
6719
6719
|
requiresArtifactKinds: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
6720
6720
|
}, "strict", z.ZodTypeAny, {
|
|
6721
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
6722
6721
|
objective?: string | undefined;
|
|
6722
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
6723
6723
|
proposalTypes?: string[] | undefined;
|
|
6724
6724
|
artifactKind?: string | undefined;
|
|
6725
6725
|
subjectModel?: string | undefined;
|
|
@@ -6749,8 +6749,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6749
6749
|
}[] | undefined;
|
|
6750
6750
|
requiresArtifactKinds?: string[] | undefined;
|
|
6751
6751
|
}, {
|
|
6752
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
6753
6752
|
objective?: string | undefined;
|
|
6753
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
6754
6754
|
proposalTypes?: string[] | undefined;
|
|
6755
6755
|
artifactKind?: string | undefined;
|
|
6756
6756
|
subjectModel?: string | undefined;
|
|
@@ -6796,8 +6796,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6796
6796
|
}, "strict", z.ZodTypeAny, {
|
|
6797
6797
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
6798
6798
|
projectId?: string | undefined;
|
|
6799
|
-
teamId?: string | undefined;
|
|
6800
6799
|
agentSlug?: string | undefined;
|
|
6800
|
+
teamId?: string | undefined;
|
|
6801
6801
|
requiredRoles?: string[] | undefined;
|
|
6802
6802
|
allowedRoles?: string[] | undefined;
|
|
6803
6803
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -6807,8 +6807,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6807
6807
|
}, {
|
|
6808
6808
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
6809
6809
|
projectId?: string | undefined;
|
|
6810
|
-
teamId?: string | undefined;
|
|
6811
6810
|
agentSlug?: string | undefined;
|
|
6811
|
+
teamId?: string | undefined;
|
|
6812
6812
|
requiredRoles?: string[] | undefined;
|
|
6813
6813
|
allowedRoles?: string[] | undefined;
|
|
6814
6814
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -6820,8 +6820,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6820
6820
|
defaultAnswerPolicy?: {
|
|
6821
6821
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
6822
6822
|
projectId?: string | undefined;
|
|
6823
|
-
teamId?: string | undefined;
|
|
6824
6823
|
agentSlug?: string | undefined;
|
|
6824
|
+
teamId?: string | undefined;
|
|
6825
6825
|
requiredRoles?: string[] | undefined;
|
|
6826
6826
|
allowedRoles?: string[] | undefined;
|
|
6827
6827
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -6834,8 +6834,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6834
6834
|
defaultAnswerPolicy?: {
|
|
6835
6835
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
6836
6836
|
projectId?: string | undefined;
|
|
6837
|
-
teamId?: string | undefined;
|
|
6838
6837
|
agentSlug?: string | undefined;
|
|
6838
|
+
teamId?: string | undefined;
|
|
6839
6839
|
requiredRoles?: string[] | undefined;
|
|
6840
6840
|
allowedRoles?: string[] | undefined;
|
|
6841
6841
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7044,8 +7044,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7044
7044
|
publishes?: string[] | undefined;
|
|
7045
7045
|
} | undefined;
|
|
7046
7046
|
planningIntent?: {
|
|
7047
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
7048
7047
|
objective?: string | undefined;
|
|
7048
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
7049
7049
|
proposalTypes?: string[] | undefined;
|
|
7050
7050
|
artifactKind?: string | undefined;
|
|
7051
7051
|
subjectModel?: string | undefined;
|
|
@@ -7079,8 +7079,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7079
7079
|
defaultAnswerPolicy?: {
|
|
7080
7080
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7081
7081
|
projectId?: string | undefined;
|
|
7082
|
-
teamId?: string | undefined;
|
|
7083
7082
|
agentSlug?: string | undefined;
|
|
7083
|
+
teamId?: string | undefined;
|
|
7084
7084
|
requiredRoles?: string[] | undefined;
|
|
7085
7085
|
allowedRoles?: string[] | undefined;
|
|
7086
7086
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7217,8 +7217,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7217
7217
|
publishes?: string[] | undefined;
|
|
7218
7218
|
} | undefined;
|
|
7219
7219
|
planningIntent?: {
|
|
7220
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
7221
7220
|
objective?: string | undefined;
|
|
7221
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
7222
7222
|
proposalTypes?: string[] | undefined;
|
|
7223
7223
|
artifactKind?: string | undefined;
|
|
7224
7224
|
subjectModel?: string | undefined;
|
|
@@ -7252,8 +7252,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7252
7252
|
defaultAnswerPolicy?: {
|
|
7253
7253
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7254
7254
|
projectId?: string | undefined;
|
|
7255
|
-
teamId?: string | undefined;
|
|
7256
7255
|
agentSlug?: string | undefined;
|
|
7256
|
+
teamId?: string | undefined;
|
|
7257
7257
|
requiredRoles?: string[] | undefined;
|
|
7258
7258
|
allowedRoles?: string[] | undefined;
|
|
7259
7259
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7390,8 +7390,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7390
7390
|
publishes?: string[] | undefined;
|
|
7391
7391
|
} | undefined;
|
|
7392
7392
|
planningIntent?: {
|
|
7393
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
7394
7393
|
objective?: string | undefined;
|
|
7394
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
7395
7395
|
proposalTypes?: string[] | undefined;
|
|
7396
7396
|
artifactKind?: string | undefined;
|
|
7397
7397
|
subjectModel?: string | undefined;
|
|
@@ -7425,8 +7425,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7425
7425
|
defaultAnswerPolicy?: {
|
|
7426
7426
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7427
7427
|
projectId?: string | undefined;
|
|
7428
|
-
teamId?: string | undefined;
|
|
7429
7428
|
agentSlug?: string | undefined;
|
|
7429
|
+
teamId?: string | undefined;
|
|
7430
7430
|
requiredRoles?: string[] | undefined;
|
|
7431
7431
|
allowedRoles?: string[] | undefined;
|
|
7432
7432
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -7563,8 +7563,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7563
7563
|
publishes?: string[] | undefined;
|
|
7564
7564
|
} | undefined;
|
|
7565
7565
|
planningIntent?: {
|
|
7566
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
7567
7566
|
objective?: string | undefined;
|
|
7567
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
7568
7568
|
proposalTypes?: string[] | undefined;
|
|
7569
7569
|
artifactKind?: string | undefined;
|
|
7570
7570
|
subjectModel?: string | undefined;
|
|
@@ -7598,8 +7598,8 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7598
7598
|
defaultAnswerPolicy?: {
|
|
7599
7599
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
7600
7600
|
projectId?: string | undefined;
|
|
7601
|
-
teamId?: string | undefined;
|
|
7602
7601
|
agentSlug?: string | undefined;
|
|
7602
|
+
teamId?: string | undefined;
|
|
7603
7603
|
requiredRoles?: string[] | undefined;
|
|
7604
7604
|
allowedRoles?: string[] | undefined;
|
|
7605
7605
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8244,8 +8244,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8244
8244
|
}>, "many">>;
|
|
8245
8245
|
requiresArtifactKinds: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
8246
8246
|
}, "strict", z.ZodTypeAny, {
|
|
8247
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8248
8247
|
objective?: string | undefined;
|
|
8248
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8249
8249
|
proposalTypes?: string[] | undefined;
|
|
8250
8250
|
artifactKind?: string | undefined;
|
|
8251
8251
|
subjectModel?: string | undefined;
|
|
@@ -8275,8 +8275,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8275
8275
|
}[] | undefined;
|
|
8276
8276
|
requiresArtifactKinds?: string[] | undefined;
|
|
8277
8277
|
}, {
|
|
8278
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8279
8278
|
objective?: string | undefined;
|
|
8279
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8280
8280
|
proposalTypes?: string[] | undefined;
|
|
8281
8281
|
artifactKind?: string | undefined;
|
|
8282
8282
|
subjectModel?: string | undefined;
|
|
@@ -8322,8 +8322,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8322
8322
|
}, "strict", z.ZodTypeAny, {
|
|
8323
8323
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8324
8324
|
projectId?: string | undefined;
|
|
8325
|
-
teamId?: string | undefined;
|
|
8326
8325
|
agentSlug?: string | undefined;
|
|
8326
|
+
teamId?: string | undefined;
|
|
8327
8327
|
requiredRoles?: string[] | undefined;
|
|
8328
8328
|
allowedRoles?: string[] | undefined;
|
|
8329
8329
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8333,8 +8333,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8333
8333
|
}, {
|
|
8334
8334
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8335
8335
|
projectId?: string | undefined;
|
|
8336
|
-
teamId?: string | undefined;
|
|
8337
8336
|
agentSlug?: string | undefined;
|
|
8337
|
+
teamId?: string | undefined;
|
|
8338
8338
|
requiredRoles?: string[] | undefined;
|
|
8339
8339
|
allowedRoles?: string[] | undefined;
|
|
8340
8340
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8346,8 +8346,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8346
8346
|
defaultAnswerPolicy?: {
|
|
8347
8347
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8348
8348
|
projectId?: string | undefined;
|
|
8349
|
-
teamId?: string | undefined;
|
|
8350
8349
|
agentSlug?: string | undefined;
|
|
8350
|
+
teamId?: string | undefined;
|
|
8351
8351
|
requiredRoles?: string[] | undefined;
|
|
8352
8352
|
allowedRoles?: string[] | undefined;
|
|
8353
8353
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8360,8 +8360,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8360
8360
|
defaultAnswerPolicy?: {
|
|
8361
8361
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8362
8362
|
projectId?: string | undefined;
|
|
8363
|
-
teamId?: string | undefined;
|
|
8364
8363
|
agentSlug?: string | undefined;
|
|
8364
|
+
teamId?: string | undefined;
|
|
8365
8365
|
requiredRoles?: string[] | undefined;
|
|
8366
8366
|
allowedRoles?: string[] | undefined;
|
|
8367
8367
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8570,8 +8570,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8570
8570
|
publishes?: string[] | undefined;
|
|
8571
8571
|
} | undefined;
|
|
8572
8572
|
planningIntent?: {
|
|
8573
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8574
8573
|
objective?: string | undefined;
|
|
8574
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8575
8575
|
proposalTypes?: string[] | undefined;
|
|
8576
8576
|
artifactKind?: string | undefined;
|
|
8577
8577
|
subjectModel?: string | undefined;
|
|
@@ -8605,8 +8605,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8605
8605
|
defaultAnswerPolicy?: {
|
|
8606
8606
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8607
8607
|
projectId?: string | undefined;
|
|
8608
|
-
teamId?: string | undefined;
|
|
8609
8608
|
agentSlug?: string | undefined;
|
|
8609
|
+
teamId?: string | undefined;
|
|
8610
8610
|
requiredRoles?: string[] | undefined;
|
|
8611
8611
|
allowedRoles?: string[] | undefined;
|
|
8612
8612
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8743,8 +8743,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8743
8743
|
publishes?: string[] | undefined;
|
|
8744
8744
|
} | undefined;
|
|
8745
8745
|
planningIntent?: {
|
|
8746
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8747
8746
|
objective?: string | undefined;
|
|
8747
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8748
8748
|
proposalTypes?: string[] | undefined;
|
|
8749
8749
|
artifactKind?: string | undefined;
|
|
8750
8750
|
subjectModel?: string | undefined;
|
|
@@ -8778,8 +8778,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8778
8778
|
defaultAnswerPolicy?: {
|
|
8779
8779
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8780
8780
|
projectId?: string | undefined;
|
|
8781
|
-
teamId?: string | undefined;
|
|
8782
8781
|
agentSlug?: string | undefined;
|
|
8782
|
+
teamId?: string | undefined;
|
|
8783
8783
|
requiredRoles?: string[] | undefined;
|
|
8784
8784
|
allowedRoles?: string[] | undefined;
|
|
8785
8785
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -8916,8 +8916,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8916
8916
|
publishes?: string[] | undefined;
|
|
8917
8917
|
} | undefined;
|
|
8918
8918
|
planningIntent?: {
|
|
8919
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8920
8919
|
objective?: string | undefined;
|
|
8920
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8921
8921
|
proposalTypes?: string[] | undefined;
|
|
8922
8922
|
artifactKind?: string | undefined;
|
|
8923
8923
|
subjectModel?: string | undefined;
|
|
@@ -8951,8 +8951,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8951
8951
|
defaultAnswerPolicy?: {
|
|
8952
8952
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
8953
8953
|
projectId?: string | undefined;
|
|
8954
|
-
teamId?: string | undefined;
|
|
8955
8954
|
agentSlug?: string | undefined;
|
|
8955
|
+
teamId?: string | undefined;
|
|
8956
8956
|
requiredRoles?: string[] | undefined;
|
|
8957
8957
|
allowedRoles?: string[] | undefined;
|
|
8958
8958
|
allowedAgentIds?: string[] | undefined;
|
|
@@ -9089,8 +9089,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
9089
9089
|
publishes?: string[] | undefined;
|
|
9090
9090
|
} | undefined;
|
|
9091
9091
|
planningIntent?: {
|
|
9092
|
-
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
9093
9092
|
objective?: string | undefined;
|
|
9093
|
+
stage?: "closeout" | "revision" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
9094
9094
|
proposalTypes?: string[] | undefined;
|
|
9095
9095
|
artifactKind?: string | undefined;
|
|
9096
9096
|
subjectModel?: string | undefined;
|
|
@@ -9124,8 +9124,8 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
9124
9124
|
defaultAnswerPolicy?: {
|
|
9125
9125
|
kind: "team-human" | "human-or-agent" | "specific-human" | "specific-agent";
|
|
9126
9126
|
projectId?: string | undefined;
|
|
9127
|
-
teamId?: string | undefined;
|
|
9128
9127
|
agentSlug?: string | undefined;
|
|
9128
|
+
teamId?: string | undefined;
|
|
9129
9129
|
requiredRoles?: string[] | undefined;
|
|
9130
9130
|
allowedRoles?: string[] | undefined;
|
|
9131
9131
|
allowedAgentIds?: string[] | undefined;
|