@treeseed/sdk 0.13.0-rc.27 → 0.13.0-rc.29
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/content/validation/agent-operational-content-schemas.d.ts +20 -20
- package/dist/content/validation/auxiliary-content-schemas.d.ts +28 -28
- package/dist/content/validation/content-model-schemas.d.ts +236 -236
- package/dist/content/validation/portable-content-data.d.ts +27 -27
- package/dist/deployment/catalog.js +10 -0
- package/dist/deployment/index.d.ts +1 -0
- package/dist/deployment/index.js +1 -0
- package/dist/deployment/schemas.d.ts +2079 -333
- package/dist/deployment/schemas.js +93 -5
- package/dist/deployment/topology.d.ts +9 -0
- package/dist/deployment/topology.js +35 -0
- package/package.json +1 -1
|
@@ -586,7 +586,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
586
586
|
publishes?: string[] | undefined;
|
|
587
587
|
}>>;
|
|
588
588
|
}, "strict", z.ZodTypeAny, {
|
|
589
|
-
stage: "
|
|
589
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
590
590
|
signals?: {
|
|
591
591
|
subscribesTo?: {
|
|
592
592
|
contract: string;
|
|
@@ -607,7 +607,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
607
607
|
} | undefined;
|
|
608
608
|
promptTask?: string | undefined;
|
|
609
609
|
}, {
|
|
610
|
-
stage: "
|
|
610
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
611
611
|
signals?: {
|
|
612
612
|
subscribesTo?: {
|
|
613
613
|
contract: string;
|
|
@@ -631,14 +631,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
631
631
|
requiresArtifactKinds: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
632
632
|
}, "strict", z.ZodTypeAny, {
|
|
633
633
|
objective?: string | undefined;
|
|
634
|
-
stage?: "
|
|
634
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
635
635
|
proposalTypes?: string[] | undefined;
|
|
636
636
|
artifactKind?: string | undefined;
|
|
637
637
|
subjectModel?: string | undefined;
|
|
638
638
|
subjectId?: string | null | undefined;
|
|
639
639
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
640
640
|
stages?: {
|
|
641
|
-
stage: "
|
|
641
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
642
642
|
signals?: {
|
|
643
643
|
subscribesTo?: {
|
|
644
644
|
contract: string;
|
|
@@ -662,14 +662,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
662
662
|
requiresArtifactKinds?: string[] | undefined;
|
|
663
663
|
}, {
|
|
664
664
|
objective?: string | undefined;
|
|
665
|
-
stage?: "
|
|
665
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
666
666
|
proposalTypes?: string[] | undefined;
|
|
667
667
|
artifactKind?: string | undefined;
|
|
668
668
|
subjectModel?: string | undefined;
|
|
669
669
|
subjectId?: string | null | undefined;
|
|
670
670
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
671
671
|
stages?: {
|
|
672
|
-
stage: "
|
|
672
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
673
673
|
signals?: {
|
|
674
674
|
subscribesTo?: {
|
|
675
675
|
contract: string;
|
|
@@ -957,14 +957,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
957
957
|
} | undefined;
|
|
958
958
|
planningIntent?: {
|
|
959
959
|
objective?: string | undefined;
|
|
960
|
-
stage?: "
|
|
960
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
961
961
|
proposalTypes?: string[] | undefined;
|
|
962
962
|
artifactKind?: string | undefined;
|
|
963
963
|
subjectModel?: string | undefined;
|
|
964
964
|
subjectId?: string | null | undefined;
|
|
965
965
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
966
966
|
stages?: {
|
|
967
|
-
stage: "
|
|
967
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
968
968
|
signals?: {
|
|
969
969
|
subscribesTo?: {
|
|
970
970
|
contract: string;
|
|
@@ -1130,14 +1130,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1130
1130
|
} | undefined;
|
|
1131
1131
|
planningIntent?: {
|
|
1132
1132
|
objective?: string | undefined;
|
|
1133
|
-
stage?: "
|
|
1133
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1134
1134
|
proposalTypes?: string[] | undefined;
|
|
1135
1135
|
artifactKind?: string | undefined;
|
|
1136
1136
|
subjectModel?: string | undefined;
|
|
1137
1137
|
subjectId?: string | null | undefined;
|
|
1138
1138
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
1139
1139
|
stages?: {
|
|
1140
|
-
stage: "
|
|
1140
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
1141
1141
|
signals?: {
|
|
1142
1142
|
subscribesTo?: {
|
|
1143
1143
|
contract: string;
|
|
@@ -1303,14 +1303,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1303
1303
|
} | undefined;
|
|
1304
1304
|
planningIntent?: {
|
|
1305
1305
|
objective?: string | undefined;
|
|
1306
|
-
stage?: "
|
|
1306
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1307
1307
|
proposalTypes?: string[] | undefined;
|
|
1308
1308
|
artifactKind?: string | undefined;
|
|
1309
1309
|
subjectModel?: string | undefined;
|
|
1310
1310
|
subjectId?: string | null | undefined;
|
|
1311
1311
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
1312
1312
|
stages?: {
|
|
1313
|
-
stage: "
|
|
1313
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
1314
1314
|
signals?: {
|
|
1315
1315
|
subscribesTo?: {
|
|
1316
1316
|
contract: string;
|
|
@@ -1476,14 +1476,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1476
1476
|
} | undefined;
|
|
1477
1477
|
planningIntent?: {
|
|
1478
1478
|
objective?: string | undefined;
|
|
1479
|
-
stage?: "
|
|
1479
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
1480
1480
|
proposalTypes?: string[] | undefined;
|
|
1481
1481
|
artifactKind?: string | undefined;
|
|
1482
1482
|
subjectModel?: string | undefined;
|
|
1483
1483
|
subjectId?: string | null | undefined;
|
|
1484
1484
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
1485
1485
|
stages?: {
|
|
1486
|
-
stage: "
|
|
1486
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
1487
1487
|
signals?: {
|
|
1488
1488
|
subscribesTo?: {
|
|
1489
1489
|
contract: string;
|
|
@@ -2108,7 +2108,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2108
2108
|
publishes?: string[] | undefined;
|
|
2109
2109
|
}>>;
|
|
2110
2110
|
}, "strict", z.ZodTypeAny, {
|
|
2111
|
-
stage: "
|
|
2111
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
2112
2112
|
signals?: {
|
|
2113
2113
|
subscribesTo?: {
|
|
2114
2114
|
contract: string;
|
|
@@ -2129,7 +2129,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2129
2129
|
} | undefined;
|
|
2130
2130
|
promptTask?: string | undefined;
|
|
2131
2131
|
}, {
|
|
2132
|
-
stage: "
|
|
2132
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
2133
2133
|
signals?: {
|
|
2134
2134
|
subscribesTo?: {
|
|
2135
2135
|
contract: string;
|
|
@@ -2153,14 +2153,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2153
2153
|
requiresArtifactKinds: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
2154
2154
|
}, "strict", z.ZodTypeAny, {
|
|
2155
2155
|
objective?: string | undefined;
|
|
2156
|
-
stage?: "
|
|
2156
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2157
2157
|
proposalTypes?: string[] | undefined;
|
|
2158
2158
|
artifactKind?: string | undefined;
|
|
2159
2159
|
subjectModel?: string | undefined;
|
|
2160
2160
|
subjectId?: string | null | undefined;
|
|
2161
2161
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
2162
2162
|
stages?: {
|
|
2163
|
-
stage: "
|
|
2163
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
2164
2164
|
signals?: {
|
|
2165
2165
|
subscribesTo?: {
|
|
2166
2166
|
contract: string;
|
|
@@ -2184,14 +2184,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2184
2184
|
requiresArtifactKinds?: string[] | undefined;
|
|
2185
2185
|
}, {
|
|
2186
2186
|
objective?: string | undefined;
|
|
2187
|
-
stage?: "
|
|
2187
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2188
2188
|
proposalTypes?: string[] | undefined;
|
|
2189
2189
|
artifactKind?: string | undefined;
|
|
2190
2190
|
subjectModel?: string | undefined;
|
|
2191
2191
|
subjectId?: string | null | undefined;
|
|
2192
2192
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
2193
2193
|
stages?: {
|
|
2194
|
-
stage: "
|
|
2194
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
2195
2195
|
signals?: {
|
|
2196
2196
|
subscribesTo?: {
|
|
2197
2197
|
contract: string;
|
|
@@ -2479,14 +2479,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2479
2479
|
} | undefined;
|
|
2480
2480
|
planningIntent?: {
|
|
2481
2481
|
objective?: string | undefined;
|
|
2482
|
-
stage?: "
|
|
2482
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2483
2483
|
proposalTypes?: string[] | undefined;
|
|
2484
2484
|
artifactKind?: string | undefined;
|
|
2485
2485
|
subjectModel?: string | undefined;
|
|
2486
2486
|
subjectId?: string | null | undefined;
|
|
2487
2487
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
2488
2488
|
stages?: {
|
|
2489
|
-
stage: "
|
|
2489
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
2490
2490
|
signals?: {
|
|
2491
2491
|
subscribesTo?: {
|
|
2492
2492
|
contract: string;
|
|
@@ -2652,14 +2652,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2652
2652
|
} | undefined;
|
|
2653
2653
|
planningIntent?: {
|
|
2654
2654
|
objective?: string | undefined;
|
|
2655
|
-
stage?: "
|
|
2655
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2656
2656
|
proposalTypes?: string[] | undefined;
|
|
2657
2657
|
artifactKind?: string | undefined;
|
|
2658
2658
|
subjectModel?: string | undefined;
|
|
2659
2659
|
subjectId?: string | null | undefined;
|
|
2660
2660
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
2661
2661
|
stages?: {
|
|
2662
|
-
stage: "
|
|
2662
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
2663
2663
|
signals?: {
|
|
2664
2664
|
subscribesTo?: {
|
|
2665
2665
|
contract: string;
|
|
@@ -2825,14 +2825,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2825
2825
|
} | undefined;
|
|
2826
2826
|
planningIntent?: {
|
|
2827
2827
|
objective?: string | undefined;
|
|
2828
|
-
stage?: "
|
|
2828
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
2829
2829
|
proposalTypes?: string[] | undefined;
|
|
2830
2830
|
artifactKind?: string | undefined;
|
|
2831
2831
|
subjectModel?: string | undefined;
|
|
2832
2832
|
subjectId?: string | null | undefined;
|
|
2833
2833
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
2834
2834
|
stages?: {
|
|
2835
|
-
stage: "
|
|
2835
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
2836
2836
|
signals?: {
|
|
2837
2837
|
subscribesTo?: {
|
|
2838
2838
|
contract: string;
|
|
@@ -2998,14 +2998,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2998
2998
|
} | undefined;
|
|
2999
2999
|
planningIntent?: {
|
|
3000
3000
|
objective?: string | undefined;
|
|
3001
|
-
stage?: "
|
|
3001
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
3002
3002
|
proposalTypes?: string[] | undefined;
|
|
3003
3003
|
artifactKind?: string | undefined;
|
|
3004
3004
|
subjectModel?: string | undefined;
|
|
3005
3005
|
subjectId?: string | null | undefined;
|
|
3006
3006
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
3007
3007
|
stages?: {
|
|
3008
|
-
stage: "
|
|
3008
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
3009
3009
|
signals?: {
|
|
3010
3010
|
subscribesTo?: {
|
|
3011
3011
|
contract: string;
|
|
@@ -3630,7 +3630,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3630
3630
|
publishes?: string[] | undefined;
|
|
3631
3631
|
}>>;
|
|
3632
3632
|
}, "strict", z.ZodTypeAny, {
|
|
3633
|
-
stage: "
|
|
3633
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
3634
3634
|
signals?: {
|
|
3635
3635
|
subscribesTo?: {
|
|
3636
3636
|
contract: string;
|
|
@@ -3651,7 +3651,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3651
3651
|
} | undefined;
|
|
3652
3652
|
promptTask?: string | undefined;
|
|
3653
3653
|
}, {
|
|
3654
|
-
stage: "
|
|
3654
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
3655
3655
|
signals?: {
|
|
3656
3656
|
subscribesTo?: {
|
|
3657
3657
|
contract: string;
|
|
@@ -3675,14 +3675,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3675
3675
|
requiresArtifactKinds: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
3676
3676
|
}, "strict", z.ZodTypeAny, {
|
|
3677
3677
|
objective?: string | undefined;
|
|
3678
|
-
stage?: "
|
|
3678
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
3679
3679
|
proposalTypes?: string[] | undefined;
|
|
3680
3680
|
artifactKind?: string | undefined;
|
|
3681
3681
|
subjectModel?: string | undefined;
|
|
3682
3682
|
subjectId?: string | null | undefined;
|
|
3683
3683
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
3684
3684
|
stages?: {
|
|
3685
|
-
stage: "
|
|
3685
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
3686
3686
|
signals?: {
|
|
3687
3687
|
subscribesTo?: {
|
|
3688
3688
|
contract: string;
|
|
@@ -3706,14 +3706,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3706
3706
|
requiresArtifactKinds?: string[] | undefined;
|
|
3707
3707
|
}, {
|
|
3708
3708
|
objective?: string | undefined;
|
|
3709
|
-
stage?: "
|
|
3709
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
3710
3710
|
proposalTypes?: string[] | undefined;
|
|
3711
3711
|
artifactKind?: string | undefined;
|
|
3712
3712
|
subjectModel?: string | undefined;
|
|
3713
3713
|
subjectId?: string | null | undefined;
|
|
3714
3714
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
3715
3715
|
stages?: {
|
|
3716
|
-
stage: "
|
|
3716
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
3717
3717
|
signals?: {
|
|
3718
3718
|
subscribesTo?: {
|
|
3719
3719
|
contract: string;
|
|
@@ -4001,14 +4001,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4001
4001
|
} | undefined;
|
|
4002
4002
|
planningIntent?: {
|
|
4003
4003
|
objective?: string | undefined;
|
|
4004
|
-
stage?: "
|
|
4004
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
4005
4005
|
proposalTypes?: string[] | undefined;
|
|
4006
4006
|
artifactKind?: string | undefined;
|
|
4007
4007
|
subjectModel?: string | undefined;
|
|
4008
4008
|
subjectId?: string | null | undefined;
|
|
4009
4009
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
4010
4010
|
stages?: {
|
|
4011
|
-
stage: "
|
|
4011
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
4012
4012
|
signals?: {
|
|
4013
4013
|
subscribesTo?: {
|
|
4014
4014
|
contract: string;
|
|
@@ -4174,14 +4174,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4174
4174
|
} | undefined;
|
|
4175
4175
|
planningIntent?: {
|
|
4176
4176
|
objective?: string | undefined;
|
|
4177
|
-
stage?: "
|
|
4177
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
4178
4178
|
proposalTypes?: string[] | undefined;
|
|
4179
4179
|
artifactKind?: string | undefined;
|
|
4180
4180
|
subjectModel?: string | undefined;
|
|
4181
4181
|
subjectId?: string | null | undefined;
|
|
4182
4182
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
4183
4183
|
stages?: {
|
|
4184
|
-
stage: "
|
|
4184
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
4185
4185
|
signals?: {
|
|
4186
4186
|
subscribesTo?: {
|
|
4187
4187
|
contract: string;
|
|
@@ -4347,14 +4347,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4347
4347
|
} | undefined;
|
|
4348
4348
|
planningIntent?: {
|
|
4349
4349
|
objective?: string | undefined;
|
|
4350
|
-
stage?: "
|
|
4350
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
4351
4351
|
proposalTypes?: string[] | undefined;
|
|
4352
4352
|
artifactKind?: string | undefined;
|
|
4353
4353
|
subjectModel?: string | undefined;
|
|
4354
4354
|
subjectId?: string | null | undefined;
|
|
4355
4355
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
4356
4356
|
stages?: {
|
|
4357
|
-
stage: "
|
|
4357
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
4358
4358
|
signals?: {
|
|
4359
4359
|
subscribesTo?: {
|
|
4360
4360
|
contract: string;
|
|
@@ -4520,14 +4520,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4520
4520
|
} | undefined;
|
|
4521
4521
|
planningIntent?: {
|
|
4522
4522
|
objective?: string | undefined;
|
|
4523
|
-
stage?: "
|
|
4523
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
4524
4524
|
proposalTypes?: string[] | undefined;
|
|
4525
4525
|
artifactKind?: string | undefined;
|
|
4526
4526
|
subjectModel?: string | undefined;
|
|
4527
4527
|
subjectId?: string | null | undefined;
|
|
4528
4528
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
4529
4529
|
stages?: {
|
|
4530
|
-
stage: "
|
|
4530
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
4531
4531
|
signals?: {
|
|
4532
4532
|
subscribesTo?: {
|
|
4533
4533
|
contract: string;
|
|
@@ -5152,7 +5152,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5152
5152
|
publishes?: string[] | undefined;
|
|
5153
5153
|
}>>;
|
|
5154
5154
|
}, "strict", z.ZodTypeAny, {
|
|
5155
|
-
stage: "
|
|
5155
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
5156
5156
|
signals?: {
|
|
5157
5157
|
subscribesTo?: {
|
|
5158
5158
|
contract: string;
|
|
@@ -5173,7 +5173,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5173
5173
|
} | undefined;
|
|
5174
5174
|
promptTask?: string | undefined;
|
|
5175
5175
|
}, {
|
|
5176
|
-
stage: "
|
|
5176
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
5177
5177
|
signals?: {
|
|
5178
5178
|
subscribesTo?: {
|
|
5179
5179
|
contract: string;
|
|
@@ -5197,14 +5197,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5197
5197
|
requiresArtifactKinds: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
5198
5198
|
}, "strict", z.ZodTypeAny, {
|
|
5199
5199
|
objective?: string | undefined;
|
|
5200
|
-
stage?: "
|
|
5200
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5201
5201
|
proposalTypes?: string[] | undefined;
|
|
5202
5202
|
artifactKind?: string | undefined;
|
|
5203
5203
|
subjectModel?: string | undefined;
|
|
5204
5204
|
subjectId?: string | null | undefined;
|
|
5205
5205
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
5206
5206
|
stages?: {
|
|
5207
|
-
stage: "
|
|
5207
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
5208
5208
|
signals?: {
|
|
5209
5209
|
subscribesTo?: {
|
|
5210
5210
|
contract: string;
|
|
@@ -5228,14 +5228,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5228
5228
|
requiresArtifactKinds?: string[] | undefined;
|
|
5229
5229
|
}, {
|
|
5230
5230
|
objective?: string | undefined;
|
|
5231
|
-
stage?: "
|
|
5231
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5232
5232
|
proposalTypes?: string[] | undefined;
|
|
5233
5233
|
artifactKind?: string | undefined;
|
|
5234
5234
|
subjectModel?: string | undefined;
|
|
5235
5235
|
subjectId?: string | null | undefined;
|
|
5236
5236
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
5237
5237
|
stages?: {
|
|
5238
|
-
stage: "
|
|
5238
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
5239
5239
|
signals?: {
|
|
5240
5240
|
subscribesTo?: {
|
|
5241
5241
|
contract: string;
|
|
@@ -5523,14 +5523,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5523
5523
|
} | undefined;
|
|
5524
5524
|
planningIntent?: {
|
|
5525
5525
|
objective?: string | undefined;
|
|
5526
|
-
stage?: "
|
|
5526
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5527
5527
|
proposalTypes?: string[] | undefined;
|
|
5528
5528
|
artifactKind?: string | undefined;
|
|
5529
5529
|
subjectModel?: string | undefined;
|
|
5530
5530
|
subjectId?: string | null | undefined;
|
|
5531
5531
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
5532
5532
|
stages?: {
|
|
5533
|
-
stage: "
|
|
5533
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
5534
5534
|
signals?: {
|
|
5535
5535
|
subscribesTo?: {
|
|
5536
5536
|
contract: string;
|
|
@@ -5696,14 +5696,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5696
5696
|
} | undefined;
|
|
5697
5697
|
planningIntent?: {
|
|
5698
5698
|
objective?: string | undefined;
|
|
5699
|
-
stage?: "
|
|
5699
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5700
5700
|
proposalTypes?: string[] | undefined;
|
|
5701
5701
|
artifactKind?: string | undefined;
|
|
5702
5702
|
subjectModel?: string | undefined;
|
|
5703
5703
|
subjectId?: string | null | undefined;
|
|
5704
5704
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
5705
5705
|
stages?: {
|
|
5706
|
-
stage: "
|
|
5706
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
5707
5707
|
signals?: {
|
|
5708
5708
|
subscribesTo?: {
|
|
5709
5709
|
contract: string;
|
|
@@ -5869,14 +5869,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5869
5869
|
} | undefined;
|
|
5870
5870
|
planningIntent?: {
|
|
5871
5871
|
objective?: string | undefined;
|
|
5872
|
-
stage?: "
|
|
5872
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
5873
5873
|
proposalTypes?: string[] | undefined;
|
|
5874
5874
|
artifactKind?: string | undefined;
|
|
5875
5875
|
subjectModel?: string | undefined;
|
|
5876
5876
|
subjectId?: string | null | undefined;
|
|
5877
5877
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
5878
5878
|
stages?: {
|
|
5879
|
-
stage: "
|
|
5879
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
5880
5880
|
signals?: {
|
|
5881
5881
|
subscribesTo?: {
|
|
5882
5882
|
contract: string;
|
|
@@ -6042,14 +6042,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6042
6042
|
} | undefined;
|
|
6043
6043
|
planningIntent?: {
|
|
6044
6044
|
objective?: string | undefined;
|
|
6045
|
-
stage?: "
|
|
6045
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
6046
6046
|
proposalTypes?: string[] | undefined;
|
|
6047
6047
|
artifactKind?: string | undefined;
|
|
6048
6048
|
subjectModel?: string | undefined;
|
|
6049
6049
|
subjectId?: string | null | undefined;
|
|
6050
6050
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
6051
6051
|
stages?: {
|
|
6052
|
-
stage: "
|
|
6052
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
6053
6053
|
signals?: {
|
|
6054
6054
|
subscribesTo?: {
|
|
6055
6055
|
contract: string;
|
|
@@ -6674,7 +6674,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6674
6674
|
publishes?: string[] | undefined;
|
|
6675
6675
|
}>>;
|
|
6676
6676
|
}, "strict", z.ZodTypeAny, {
|
|
6677
|
-
stage: "
|
|
6677
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
6678
6678
|
signals?: {
|
|
6679
6679
|
subscribesTo?: {
|
|
6680
6680
|
contract: string;
|
|
@@ -6695,7 +6695,7 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6695
6695
|
} | undefined;
|
|
6696
6696
|
promptTask?: string | undefined;
|
|
6697
6697
|
}, {
|
|
6698
|
-
stage: "
|
|
6698
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
6699
6699
|
signals?: {
|
|
6700
6700
|
subscribesTo?: {
|
|
6701
6701
|
contract: string;
|
|
@@ -6719,14 +6719,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6719
6719
|
requiresArtifactKinds: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
6720
6720
|
}, "strict", z.ZodTypeAny, {
|
|
6721
6721
|
objective?: string | undefined;
|
|
6722
|
-
stage?: "
|
|
6722
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
6723
6723
|
proposalTypes?: string[] | undefined;
|
|
6724
6724
|
artifactKind?: string | undefined;
|
|
6725
6725
|
subjectModel?: string | undefined;
|
|
6726
6726
|
subjectId?: string | null | undefined;
|
|
6727
6727
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
6728
6728
|
stages?: {
|
|
6729
|
-
stage: "
|
|
6729
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
6730
6730
|
signals?: {
|
|
6731
6731
|
subscribesTo?: {
|
|
6732
6732
|
contract: string;
|
|
@@ -6750,14 +6750,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6750
6750
|
requiresArtifactKinds?: string[] | undefined;
|
|
6751
6751
|
}, {
|
|
6752
6752
|
objective?: string | undefined;
|
|
6753
|
-
stage?: "
|
|
6753
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
6754
6754
|
proposalTypes?: string[] | undefined;
|
|
6755
6755
|
artifactKind?: string | undefined;
|
|
6756
6756
|
subjectModel?: string | undefined;
|
|
6757
6757
|
subjectId?: string | null | undefined;
|
|
6758
6758
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
6759
6759
|
stages?: {
|
|
6760
|
-
stage: "
|
|
6760
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
6761
6761
|
signals?: {
|
|
6762
6762
|
subscribesTo?: {
|
|
6763
6763
|
contract: string;
|
|
@@ -7045,14 +7045,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7045
7045
|
} | undefined;
|
|
7046
7046
|
planningIntent?: {
|
|
7047
7047
|
objective?: string | undefined;
|
|
7048
|
-
stage?: "
|
|
7048
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
7049
7049
|
proposalTypes?: string[] | undefined;
|
|
7050
7050
|
artifactKind?: string | undefined;
|
|
7051
7051
|
subjectModel?: string | undefined;
|
|
7052
7052
|
subjectId?: string | null | undefined;
|
|
7053
7053
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
7054
7054
|
stages?: {
|
|
7055
|
-
stage: "
|
|
7055
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
7056
7056
|
signals?: {
|
|
7057
7057
|
subscribesTo?: {
|
|
7058
7058
|
contract: string;
|
|
@@ -7218,14 +7218,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7218
7218
|
} | undefined;
|
|
7219
7219
|
planningIntent?: {
|
|
7220
7220
|
objective?: string | undefined;
|
|
7221
|
-
stage?: "
|
|
7221
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
7222
7222
|
proposalTypes?: string[] | undefined;
|
|
7223
7223
|
artifactKind?: string | undefined;
|
|
7224
7224
|
subjectModel?: string | undefined;
|
|
7225
7225
|
subjectId?: string | null | undefined;
|
|
7226
7226
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
7227
7227
|
stages?: {
|
|
7228
|
-
stage: "
|
|
7228
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
7229
7229
|
signals?: {
|
|
7230
7230
|
subscribesTo?: {
|
|
7231
7231
|
contract: string;
|
|
@@ -7391,14 +7391,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7391
7391
|
} | undefined;
|
|
7392
7392
|
planningIntent?: {
|
|
7393
7393
|
objective?: string | undefined;
|
|
7394
|
-
stage?: "
|
|
7394
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
7395
7395
|
proposalTypes?: string[] | undefined;
|
|
7396
7396
|
artifactKind?: string | undefined;
|
|
7397
7397
|
subjectModel?: string | undefined;
|
|
7398
7398
|
subjectId?: string | null | undefined;
|
|
7399
7399
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
7400
7400
|
stages?: {
|
|
7401
|
-
stage: "
|
|
7401
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
7402
7402
|
signals?: {
|
|
7403
7403
|
subscribesTo?: {
|
|
7404
7404
|
contract: string;
|
|
@@ -7564,14 +7564,14 @@ export declare const agentDefinitionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7564
7564
|
} | undefined;
|
|
7565
7565
|
planningIntent?: {
|
|
7566
7566
|
objective?: string | undefined;
|
|
7567
|
-
stage?: "
|
|
7567
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
7568
7568
|
proposalTypes?: string[] | undefined;
|
|
7569
7569
|
artifactKind?: string | undefined;
|
|
7570
7570
|
subjectModel?: string | undefined;
|
|
7571
7571
|
subjectId?: string | null | undefined;
|
|
7572
7572
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
7573
7573
|
stages?: {
|
|
7574
|
-
stage: "
|
|
7574
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
7575
7575
|
signals?: {
|
|
7576
7576
|
subscribesTo?: {
|
|
7577
7577
|
contract: string;
|
|
@@ -8200,7 +8200,7 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8200
8200
|
publishes?: string[] | undefined;
|
|
8201
8201
|
}>>;
|
|
8202
8202
|
}, "strict", z.ZodTypeAny, {
|
|
8203
|
-
stage: "
|
|
8203
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
8204
8204
|
signals?: {
|
|
8205
8205
|
subscribesTo?: {
|
|
8206
8206
|
contract: string;
|
|
@@ -8221,7 +8221,7 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8221
8221
|
} | undefined;
|
|
8222
8222
|
promptTask?: string | undefined;
|
|
8223
8223
|
}, {
|
|
8224
|
-
stage: "
|
|
8224
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
8225
8225
|
signals?: {
|
|
8226
8226
|
subscribesTo?: {
|
|
8227
8227
|
contract: string;
|
|
@@ -8245,14 +8245,14 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8245
8245
|
requiresArtifactKinds: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
8246
8246
|
}, "strict", z.ZodTypeAny, {
|
|
8247
8247
|
objective?: string | undefined;
|
|
8248
|
-
stage?: "
|
|
8248
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8249
8249
|
proposalTypes?: string[] | undefined;
|
|
8250
8250
|
artifactKind?: string | undefined;
|
|
8251
8251
|
subjectModel?: string | undefined;
|
|
8252
8252
|
subjectId?: string | null | undefined;
|
|
8253
8253
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
8254
8254
|
stages?: {
|
|
8255
|
-
stage: "
|
|
8255
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
8256
8256
|
signals?: {
|
|
8257
8257
|
subscribesTo?: {
|
|
8258
8258
|
contract: string;
|
|
@@ -8276,14 +8276,14 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8276
8276
|
requiresArtifactKinds?: string[] | undefined;
|
|
8277
8277
|
}, {
|
|
8278
8278
|
objective?: string | undefined;
|
|
8279
|
-
stage?: "
|
|
8279
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8280
8280
|
proposalTypes?: string[] | undefined;
|
|
8281
8281
|
artifactKind?: string | undefined;
|
|
8282
8282
|
subjectModel?: string | undefined;
|
|
8283
8283
|
subjectId?: string | null | undefined;
|
|
8284
8284
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
8285
8285
|
stages?: {
|
|
8286
|
-
stage: "
|
|
8286
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
8287
8287
|
signals?: {
|
|
8288
8288
|
subscribesTo?: {
|
|
8289
8289
|
contract: string;
|
|
@@ -8571,14 +8571,14 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8571
8571
|
} | undefined;
|
|
8572
8572
|
planningIntent?: {
|
|
8573
8573
|
objective?: string | undefined;
|
|
8574
|
-
stage?: "
|
|
8574
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8575
8575
|
proposalTypes?: string[] | undefined;
|
|
8576
8576
|
artifactKind?: string | undefined;
|
|
8577
8577
|
subjectModel?: string | undefined;
|
|
8578
8578
|
subjectId?: string | null | undefined;
|
|
8579
8579
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
8580
8580
|
stages?: {
|
|
8581
|
-
stage: "
|
|
8581
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
8582
8582
|
signals?: {
|
|
8583
8583
|
subscribesTo?: {
|
|
8584
8584
|
contract: string;
|
|
@@ -8744,14 +8744,14 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8744
8744
|
} | undefined;
|
|
8745
8745
|
planningIntent?: {
|
|
8746
8746
|
objective?: string | undefined;
|
|
8747
|
-
stage?: "
|
|
8747
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8748
8748
|
proposalTypes?: string[] | undefined;
|
|
8749
8749
|
artifactKind?: string | undefined;
|
|
8750
8750
|
subjectModel?: string | undefined;
|
|
8751
8751
|
subjectId?: string | null | undefined;
|
|
8752
8752
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
8753
8753
|
stages?: {
|
|
8754
|
-
stage: "
|
|
8754
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
8755
8755
|
signals?: {
|
|
8756
8756
|
subscribesTo?: {
|
|
8757
8757
|
contract: string;
|
|
@@ -8917,14 +8917,14 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
8917
8917
|
} | undefined;
|
|
8918
8918
|
planningIntent?: {
|
|
8919
8919
|
objective?: string | undefined;
|
|
8920
|
-
stage?: "
|
|
8920
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
8921
8921
|
proposalTypes?: string[] | undefined;
|
|
8922
8922
|
artifactKind?: string | undefined;
|
|
8923
8923
|
subjectModel?: string | undefined;
|
|
8924
8924
|
subjectId?: string | null | undefined;
|
|
8925
8925
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
8926
8926
|
stages?: {
|
|
8927
|
-
stage: "
|
|
8927
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
8928
8928
|
signals?: {
|
|
8929
8929
|
subscribesTo?: {
|
|
8930
8930
|
contract: string;
|
|
@@ -9090,14 +9090,14 @@ export declare function validateAgentDefinitionModel(value: unknown): {
|
|
|
9090
9090
|
} | undefined;
|
|
9091
9091
|
planningIntent?: {
|
|
9092
9092
|
objective?: string | undefined;
|
|
9093
|
-
stage?: "
|
|
9093
|
+
stage?: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation" | undefined;
|
|
9094
9094
|
proposalTypes?: string[] | undefined;
|
|
9095
9095
|
artifactKind?: string | undefined;
|
|
9096
9096
|
subjectModel?: string | undefined;
|
|
9097
9097
|
subjectId?: string | null | undefined;
|
|
9098
9098
|
includeWorkdayArtifacts?: boolean | undefined;
|
|
9099
9099
|
stages?: {
|
|
9100
|
-
stage: "
|
|
9100
|
+
stage: "revision" | "closeout" | "discovery" | "synthesis" | "deliberation" | "evaluation";
|
|
9101
9101
|
signals?: {
|
|
9102
9102
|
subscribesTo?: {
|
|
9103
9103
|
contract: string;
|