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

    Interface SycophancyIndicator

    Individual sycophancy indicator.

    interface SycophancyIndicator {
        type:
            | "premature_consensus"
            | "opinion_convergence"
            | "confidence_inflation"
            | "echo_chamber";
        description: string;
        severity: "low"
        | "medium"
        | "high";
        agents: string[];
    }
    Index

    Properties

    type:
        | "premature_consensus"
        | "opinion_convergence"
        | "confidence_inflation"
        | "echo_chamber"
    description: string
    severity: "low" | "medium" | "high"
    agents: string[]