améliorations diverses

This commit is contained in:
2026-09-17 22:19:05 +02:00
parent 5b8215e7f5
commit 0a453403cf
11 changed files with 1072 additions and 81 deletions
+4
View File
@@ -109,6 +109,10 @@ class EvaluationWorkspace:
def correction_progress_file(self) -> Path:
return self.root / "correction_progress.json"
@property
def correction_pending_responses_file(self) -> Path:
return self.root / "correction_pending_responses.json"
@property
def batch_jobs_file(self) -> Path:
return self.root / "batch_jobs.json"