tessl install tessl/pypi-yacs@0.1.0A lightweight library for defining and managing system configurations for scientific experimentation.
Agent Success
Agent success rate when using this tile
97%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.05x
Baseline
Agent success rate without this tile
92%
Generated
Agent Claude Code
Scenario 1
Configuration merging from files (YAML/Python)
Scenario 2
Configuration merging from key-value lists (CLI overrides)
Scenario 3
Safe value decoding with literal_eval
Scenario 4
YAML serialization and deserialization
Scenario 5
Deep cloning of configurations
Scenario 6
Dynamic key addition control (NEW_ALLOWED)
Scenario 7
Configuration merging from other CfgNode objects
Scenario 8
Renamed keys management with error messages
Scenario 9
Configuration container (CfgNode) with dual access patterns
Scenario 10
CfgNode subclassing for custom behavior