feat: DB管线补全 + 新增orchestrator_db/program_schema/to_sql + 清理临时脚本
This commit is contained in:
@@ -89,6 +89,12 @@ class VerificationRun:
|
||||
total_retry: int = 0
|
||||
llm_cost: float = 0.0
|
||||
report_path: str = ""
|
||||
# gixsql DB pipeline fields
|
||||
gixsql_version: str = ""
|
||||
sqlite_path: str = ""
|
||||
cobol_db_path: str = ""
|
||||
java_db_path: str = ""
|
||||
step_reached: int = 0 # 0-6: which Step was completed
|
||||
debug: dict = field(default_factory=dict)
|
||||
|
||||
def __post_init__(self):
|
||||
|
||||
Reference in New Issue
Block a user