parallelize goal check within task (#3997)

This commit is contained in:
pedrohsdb
2025-11-13 17:18:32 -08:00
committed by GitHub
parent a95837783a
commit b7e28b075c
5 changed files with 675 additions and 330 deletions

View File

@@ -82,6 +82,11 @@ class MissingElement(SkyvernException):
)
class MissingExtractActionsResponse(SkyvernException):
def __init__(self) -> None:
super().__init__("extract-actions response missing")
class MultipleElementsFound(SkyvernException):
def __init__(self, num: int, selector: str | None = None, element_id: str | None = None):
super().__init__(