feat: wave 5b evidence verification - vision fact-check of cited sheet text

This commit is contained in:
2026-08-10 11:30:28 -05:00
parent 82952df307
commit 3df359500c
4 changed files with 202 additions and 2 deletions
+2 -1
View File
@@ -65,7 +65,8 @@ class ConstructabilityAgent:
lambda item: validate_issue(item, "constructability"),
)
for finding in findings:
finding.update(agent=self.name, scope_id=scope.scope_id)
finding.update(agent=self.name, scope_id=scope.scope_id,
cluster_key=cluster.get("key"))
return AgentResult(scope_id=scope.scope_id, artifacts=findings)
except Exception as exc:
return failure(scope, exc)