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

@@ -11,7 +11,7 @@ class Settings(BaseSettings):
BROWSER_TYPE: str = "chromium-headful"
MAX_SCRAPING_RETRIES: int = 0
VIDEO_PATH: str | None = None
VIDEO_PATH: str | None = "./video"
HAR_PATH: str | None = "./har"
LOG_PATH: str = "./log"
TEMP_PATH: str = "./temp"