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

    Function benchCompareForApi

    • Parameters

      • params: {
            against?: "imported" | `registry:${string}`;
            id: string;
            scope: "agent" | "node" | "workspace";
            workspace: string;
        }

      Returns {
          comparison: {
              composites: {
                  digitalDualityReadiness: number;
                  ecosystemAlignmentScore: number;
                  riskAssuranceScore: number;
              };
              generatedTs: number;
              peerGroup: {
                  distance: number;
                  id: string;
                  medoidBenchId: string;
                  size: number;
              };
              percentiles: Record<string, number>;
              population: {
                  count: number;
                  registryIds: string[];
                  trustSummary: { high: number; low: number; medium: number };
              };
              scope: { idHash: string; type: "AGENT"
              | "WORKSPACE"
              | "NODE" };
              v: 1;
              warnings: string[];
          };
          path: string;
          sigPath: string;
          transparencyHash: string;
      }