tessl install tessl/pypi-titlecase@2.4.0Python port of John Gruber's titlecase.pl for intelligent title case conversion with style guide compliance
Agent Success
Agent success rate when using this tile
79%
Improvement
Agent success rate improvement when using this tile compared to baseline
0.92x
Baseline
Agent success rate without this tile
86%
{
"context": "This criteria evaluates how well the engineer uses the titlecase package to implement protocol name formatting, specifically leveraging the automatic acronym detection feature for all-consonant words. The evaluation focuses on proper usage of the titlecase function and understanding of its built-in acronym detection capability.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Imports titlecase function",
"description": "Successfully imports the titlecase function from the titlecase package (e.g., 'from titlecase import titlecase')",
"max_score": 15
},
{
"name": "Uses titlecase function",
"description": "Calls the titlecase() function to process the input text, passing the text as an argument",
"max_score": 30
},
{
"name": "Leverages automatic acronym detection",
"description": "Relies on titlecase's built-in automatic acronym detection for all-consonant words (TCP, DNS, HTTP, etc.) without implementing custom logic to manually uppercase these acronyms",
"max_score": 35
},
{
"name": "Returns titlecase output",
"description": "Returns the result from the titlecase() function call directly or with minimal processing",
"max_score": 20
}
]
}