from typing import Any, Dict from agbenchmark.challenge import Challenge class TestDebugSimpleTypoWithoutGuidance(Challenge): """The first memory challenge""" def test_method(self, config: Dict[str, Any]) -> None: self.setup_challenge(config) scores = self.get_scores(config) assert 1 in scores