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

    Function verifyEvidenceBundle

    • Parameters

      • bundleFile: string

      Returns Promise<
          {
              agentId: string
              | null;
              errors: string[];
              ok: boolean;
              retainedSpills: {
                  gaps: string[];
                  objectsComplete: boolean;
                  plaintextVerified: false;
              };
              runId: string
              | null;
          },
      >