or run

tessl search
Log in

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
pypipkg:pypi/cloudinary@1.44.x
tile.json

tessl/pypi-cloudinary

tessl install tessl/pypi-cloudinary@1.44.0

Python and Django SDK for Cloudinary, a cloud-based image and video management service with comprehensive transformation, optimization, and delivery capabilities

Agent Success

Agent success rate when using this tile

94%

Improvement

Agent success rate improvement when using this tile compared to baseline

1.08x

Baseline

Agent success rate without this tile

87%

rubric.jsonevals/scenario-1/

{
  "context": "This evaluation assesses how well the engineer uses the Cloudinary Python SDK to implement custom transformation functions, specifically focusing on remote function execution and WebAssembly (WASM) transformation capabilities.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Upload implementation",
      "description": "Uses cloudinary.uploader.upload() to upload images with proper file path and public_id parameters",
      "max_score": 20
    },
    {
      "name": "Remote function usage",
      "description": "Correctly uses the fn_remote transformation parameter to apply remote function transformations, encoding the function URL properly (typically base64-encoded)",
      "max_score": 30
    },
    {
      "name": "WASM function usage",
      "description": "Correctly uses the fn_wasm transformation parameter to apply WebAssembly custom functions with proper WASM function identifier",
      "max_score": 30
    },
    {
      "name": "URL generation",
      "description": "Uses cloudinary.CloudinaryImage or cloudinary.utils.cloudinary_url to generate proper transformation URLs for both remote and WASM functions",
      "max_score": 15
    },
    {
      "name": "Configuration setup",
      "description": "Properly configures Cloudinary (cloud_name, api_key, api_secret) either through cloudinary.config() or environment variables",
      "max_score": 5
    }
  ]
}