nexus-agents - v2.80.0
    Preparing search index...

    Variable OrchestratorOptionsSchemaConst

    OrchestratorOptionsSchema: ZodObject<
        {
            maxSubtasks: ZodOptional<ZodNumber>;
            decompositionThreshold: ZodOptional<ZodNumber>;
            enableParallelHints: ZodOptional<ZodBoolean>;
            expertWeights: ZodOptional<ZodRecord<ZodString, ZodNumber>>;
        },
        $strip,
    > = ...

    Zod schema for OrchestratorOptions.