feat: Phase 1 - cobol_testgen API + quality fields + retry handler

This commit is contained in:
hangshuo652
2026-06-18 15:47:35 +08:00
parent 7fcdb41a85
commit 097530b036
6 changed files with 1845 additions and 0 deletions
+5
View File
@@ -20,6 +20,11 @@ class Config:
num_records: int = 1000
branch_pass: float = 0.80
max_llm_cost: float = 0.50
quality_gate_mode: str = "warn"
quality_gate_decision_threshold: float = 0.90
quality_gate_paragraph_threshold: float = 1.0
gcov_enabled: bool = False
max_quality_retries: int = 4
@classmethod
def from_toml(cls, path="aurak.toml"):