feat: Phase 1 - cobol_testgen API + quality fields + retry handler
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user