feat: add final verification screen capture and update response structure
All checks were successful
CI / test (push) Successful in 6s

This commit is contained in:
Space-Banane
2026-05-27 21:14:20 +02:00
parent 375c1073ec
commit 278f011a6d
8 changed files with 52 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ class AgentResult:
result: str
return_message: str
data: Any | None
verification: dict[str, Any] | None
steps: int
started_at: float
ended_at: float