tessl install tessl/pypi-textual@6.1.0Modern Text User Interface framework for building cross-platform terminal and web applications with Python
Agent Success
Agent success rate when using this tile
93%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.18x
Baseline
Agent success rate without this tile
79%
{
"context": "This evaluation assesses how effectively the engineer uses Rich library renderables (Table and Panel) within a Textual application, including proper use of Rich's styling features for colored text.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Rich Table Usage",
"description": "Uses rich.table.Table to create the metrics table with proper columns ('Metric', 'Value', 'Status')",
"max_score": 25
},
{
"name": "Rich Panel Usage",
"description": "Uses rich.panel.Panel to create the title panel with centered text 'System Monitor'",
"max_score": 20
},
{
"name": "Rich Text Styling",
"description": "Uses Rich's styling features (e.g., rich.text.Text, markup strings like '[green]OK[/green]', or style parameter) to apply colors (green, yellow, red) to status text",
"max_score": 25
},
{
"name": "Integration with Textual",
"description": "Properly integrates Rich renderables into Textual using widgets that support Rich content (e.g., Static widget with Rich renderable)",
"max_score": 20
},
{
"name": "Dynamic Updates",
"description": "Successfully updates the Rich Table with new values when 'r' is pressed, demonstrating proper re-rendering of Rich renderables",
"max_score": 10
}
]
}