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

    Function generateBom

    • Parameters

      • params: {
            agentId?: string;
            bundleId?: string | null;
            certId?: string | null;
            outFile: string;
            runId: string;
            workspace: string;
        }

      Returns {
          bom: {
              activeFreezeActionClasses: string[];
              agentId: string;
              agentName: string;
              assurancePackScores: Record<string, number>;
              domain: string;
              generatedTs: number;
              git: { branch: string | null; commit: string | null };
              indices: Record<string, number>;
              integrityIndex: number;
              layerScores: {
                  avgFinalLevel: number;
                  confidenceWeightedFinalLevel: number;
                  layerName: string;
              }[];
              overall: number;
              references: { bundleId: string
              | null; certId: string | null };
              reportSha256: string;
              riskTier: string;
              role: string;
              runId: string;
              trustLabel: string;
              v: 1;
          };
          outFile: string;
      }