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

    Function driftCheckCli

    • Parameters

      • params: { against?: "previous"; agentId?: string; workspace: string }

      Returns Promise<
          {
              agentId: string;
              incidentId: string
              | null;
              reasons: string[];
              triggered: boolean;
          },
      >