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

    Interface SycophancyReport

    Report from sycophancy detection.

    interface SycophancyReport {
        detected: boolean;
        confidenceScore: number;
        indicators: SycophancyIndicator[];
        affectedAgents: string[];
        recommendation: string;
    }
    Index

    Properties

    detected: boolean
    confidenceScore: number
    indicators: SycophancyIndicator[]
    affectedAgents: string[]
    recommendation: string