or run

tessl search
Log in

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
pypipkg:pypi/python-bidi@0.6.x
tile.json

tessl/pypi-python-bidi

tessl install tessl/pypi-python-bidi@0.6.0

Python Bidi layout wrapping the Rust crate unicode-bidi

Agent Success

Agent success rate when using this tile

93%

Improvement

Agent success rate improvement when using this tile compared to baseline

1.09x

Baseline

Agent success rate without this tile

85%

rubric.jsonevals/scenario-6/

{
  "context": "This evaluation assesses how well the engineer uses python-bidi's debug functionality to implement a text analyzer with algorithm execution tracing. The focus is on correct usage of debug parameters and proper integration with the package's debug output capabilities.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Import python-bidi",
      "description": "Code imports get_display from bidi.algorithm (not the Rust wrapper) since debug and upper_is_rtl are only available in the Python implementation",
      "max_score": 15
    },
    {
      "name": "Enable debug parameter",
      "description": "Code correctly passes debug=True parameter to get_display() to enable algorithm trace output",
      "max_score": 25
    },
    {
      "name": "Enable upper_is_rtl parameter",
      "description": "Code correctly passes upper_is_rtl parameter to get_display() when uppercase_as_rtl argument is True",
      "max_score": 25
    },
    {
      "name": "Call get_display correctly",
      "description": "Code passes text as first argument to get_display() and correctly handles the returned reordered text",
      "max_score": 20
    },
    {
      "name": "Return display text",
      "description": "Function returns the result from get_display() as the display-ordered text",
      "max_score": 15
    }
  ]
}