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

    Interface AgentPerformance

    Agent performance record for proof-of-learning.

    interface AgentPerformance {
        agentId: string;
        totalVotes: number;
        correctVotes: number;
        successRate: number;
        lastUpdated: string;
    }
    Index

    Properties

    agentId: string
    totalVotes: number
    correctVotes: number
    successRate: number
    lastUpdated: string