add skyvern sdk (#1741)

This commit is contained in:
LawyZheng
2025-02-07 02:48:13 +08:00
committed by GitHub
parent cd64639faa
commit 73a69edbbc
8 changed files with 651 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
from skyvern.forge.sdk.schemas.observers import ObserverTaskRequest
from skyvern.forge.sdk.schemas.tasks import TaskRequest
class TaskV1Request(TaskRequest):
max_steps: int = 10
class TaskV2Request(ObserverTaskRequest):
max_iterations: int = 10