Variable OrchestratorOptionsSchemaConst
OrchestratorOptionsSchema: ZodObject<
{
maxSubtasks: ZodOptional<ZodNumber>;
decompositionThreshold: ZodOptional<ZodNumber>;
enableParallelHints: ZodOptional<ZodBoolean>;
expertWeights: ZodOptional<ZodRecord<ZodString, ZodNumber>>;
},
$strip,
> = ...
Zod schema for OrchestratorOptions.