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

    Variable VotingProtocolConfigSchemaConst

    VotingProtocolConfigSchema: ZodObject<
        {
            committeeSize: ZodDefault<ZodNumber>;
            maxRounds: ZodDefault<ZodNumber>;
            roundTimeoutMs: ZodDefault<ZodNumber>;
            agreementThreshold: ZodDefault<ZodNumber>;
            enableAntiSycophancy: ZodDefault<ZodBoolean>;
            sycophancyThreshold: ZodDefault<ZodNumber>;
        },
        $strip,
    > = ...