CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-xxhash

Python binding for xxHash library providing fast non-cryptographic hash algorithms

Overall
score

80%

Evaluation80%

1.03x

Agent success when using this tile

Overview
Eval results
Files

rubric.jsonevals/scenario-6/

{
  "context": "This criteria evaluates how well the engineer uses the xxhash package's version information access capabilities. Specifically, it assesses proper usage of the VERSION and XXHASH_VERSION attributes to retrieve and format version information.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Uses VERSION attribute",
      "description": "Implementation correctly accesses xxhash.VERSION to retrieve the Python package version",
      "max_score": 30
    },
    {
      "name": "Uses XXHASH_VERSION attribute",
      "description": "Implementation correctly accesses xxhash.XXHASH_VERSION to retrieve the underlying C library version",
      "max_score": 30
    },
    {
      "name": "Correct return types",
      "description": "Functions return string values as specified in the API, properly handling version information as strings",
      "max_score": 15
    },
    {
      "name": "Proper version formatting",
      "description": "The format_version_info() function correctly combines both version values into a readable formatted string",
      "max_score": 15
    },
    {
      "name": "Complete implementation",
      "description": "All three required functions (get_package_version, get_library_version, format_version_info) are implemented and functional",
      "max_score": 10
    }
  ]
}

Install with Tessl CLI

npx tessl i tessl/pypi-xxhash

tile.json