Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface AgentProfile

    interface AgentProfile {
        agentId: string;
        capabilities: string[];
        framework: string;
        hasMemory: boolean;
        isMultiAgent: boolean;
        knownWeaknesses: string[];
        previousScores: Record<string, number>;
        tools: string[];
    }
    Index
    agentId: string
    capabilities: string[]
    framework: string
    hasMemory: boolean
    isMultiAgent: boolean
    knownWeaknesses: string[]
    previousScores: Record<string, number>
    tools: string[]