feat : new readme img

This commit is contained in:
martin legrand
2025-04-07 13:16:26 +02:00
parent 93ebb9468c
commit ff8fdddbdc
7 changed files with 7 additions and 1 deletions
+2
View File
@@ -61,6 +61,8 @@ class CoderAgent(Agent):
self.last_answer = answer
if exec_success:
break
pretty_print("Execution failure", color="failure")
pretty_print("Correcting code...", color="status")
self.show_answer()
attempt += 1
if attempt == max_attempts: