Commit Graph

1014 Commits

Author SHA1 Message Date
Shuchang Zheng
4e7dd87f99 update autogenerated client sdk (#2010) 2025-03-27 22:54:35 -07:00
Shuchang Zheng
13b0d314a8 update openapi tag for browser session endpoints (#2036) 2025-03-27 20:46:20 -07:00
Shuchang Zheng
e601a87298 update window.scroll/scrollTo syntax (#2032) 2025-03-27 01:11:19 -07:00
Shuchang Zheng
6c7e96d93e Handle createPolicy gracefully (#2031) 2025-03-27 01:03:25 -07:00
Shuchang Zheng
0ed236f092 safeScrollToTop (#2030) 2025-03-27 00:47:01 -07:00
Shuchang Zheng
e122821878 add safeWindowScroll function in js (#2029) 2025-03-27 00:44:49 -07:00
Shuchang Zheng
62591eff85 check null for document.body and document.documentElement inside function isWindowScrollable (#2028) 2025-03-27 00:26:41 -07:00
Shuchang Zheng
2c6098c84e fix children not found error in svg conversion (#2027) 2025-03-27 00:00:33 -07:00
Shuchang Zheng
2b9be8d2fe Disable complete verification for returend complete_action when complete_verification flag is set to False (#2026) 2025-03-26 20:59:32 -07:00
Shuchang Zheng
468d61d7ef Fix timeline building infinite loop (#2024) 2025-03-26 23:35:40 +03:00
Shuchang Zheng
1532709224 improve date picker selection (#2018) 2025-03-25 18:00:15 +08:00
Shuchang Zheng
54dadcf370 code block validation (#2017) 2025-03-25 02:47:02 -07:00
Shuchang Zheng
915bcfbf13 rename js sleep to asyncSleepFor (#2016) 2025-03-25 17:28:31 +08:00
Shuchang Zheng
22e92bdb3a make aws keys work with credentials (#2015) 2025-03-25 01:22:45 -07:00
Shuchang Zheng
1891cb3e88 migrate url validators to skyvern.utils (#2014) 2025-03-24 23:33:20 -07:00
Shuchang Zheng
dcb2b47be4 official router v1 (#2013) 2025-03-24 23:16:10 -07:00
Shuchang Zheng
166cfb6366 unified run_task api (#2012) 2025-03-24 22:08:37 -07:00
Shuchang Zheng
19c7c56af7 migrate ProxyLocation to skyvern.schemas.runs (#2011) 2025-03-24 15:15:21 -07:00
Shuchang Zheng
ee8e1a2d44 improve navigation error handle (#2008) 2025-03-25 00:20:28 +08:00
Shuchang Zheng
008cc26a15 improve block output jinja reference (#2006) 2025-03-24 09:20:20 +08:00
Shuchang Zheng
70adf8b9c6 🔄 synced local 'skyvern/' with remote 'skyvern/' (#2005) 2025-03-23 17:10:17 -07:00
Shuchang Zheng
fc32f917f8 support new browser type: cdp connect (#1875) 2025-03-23 17:05:38 -07:00
Shuchang Zheng
25837c7fe2 fix get_or_create_page by ensuring the page is returned (#1830) 2025-03-23 16:51:10 -07:00
Shuchang Zheng
6d8a49d5b5 file upload block backend (#2000) 2025-03-23 15:37:20 -07:00
Shuchang Zheng
d8d8f8ab79 revert checkbox detect enhance (#1998) 2025-03-22 09:07:58 +08:00
Shuchang Zheng
4f37078433 update latest openapi (#1994) 2025-03-21 15:53:11 -07:00
Shuchang Zheng
4f9af0d797 fail task right away when scraping failed - no need to retry scraping failure at step level (#1997) 2025-03-21 15:47:36 -07:00
Shuchang Zheng
ad2a915dc1 make 'element is blocked by another element' log a debug log (#1996) 2025-03-21 15:18:52 -07:00
Shuchang Zheng
3166c0dd17 fix servers in openapi doc (#1993) 2025-03-21 13:45:26 -07:00
Shuchang Zheng
f865c38038 add agent tag for get task v1 endpoint (#1992) 2025-03-21 12:49:05 -07:00
Shuchang Zheng
8d80dd1546 shu/add fern overrides (#1990) 2025-03-21 12:18:25 -07:00
Shuchang Zheng
9ffcb00951 fern python sdk setup (#1938)
Co-authored-by: eden <eyw520@gmail.com>
2025-03-21 09:21:24 -07:00
Shuchang Zheng
fe713d8194 fix StepModel.reasoning_token_count and cached_token_count (#1987) 2025-03-21 00:02:22 -07:00
Shuchang Zheng
f924185caf fix cached_tokens & completion_tokens (#1986) 2025-03-20 19:56:02 -07:00
Shuchang Zheng
eb3eb4eede track reasoning token and cached token (#1985) 2025-03-20 16:42:57 -07:00
Shuchang Zheng
185464f8ec workflow run should also run permission checker with browser_session_id (#1984) 2025-03-20 14:43:13 -07:00
Shuchang Zheng
d3dbdee800 Add browser session id permission checking for task v1, v2, and workflow runs (#1980) 2025-03-20 14:26:14 -07:00
Shuchang Zheng
ea906e2f7c task v2 support jinja style (#1978) 2025-03-21 02:03:39 +08:00
Shuchang Zheng
ee1f6dd10e dont rasie exeption when multiple actions for actionblock (#1976)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-03-20 12:56:27 +08:00
Shuchang Zheng
fe781836ee complete verify for DownloadFileBlock (#1975) 2025-03-19 20:01:13 -07:00
Shuchang Zheng
32ad324af7 Do not run complete verification for extract blocks or tasks without nav goal + disable complete verification for nav blocks in task v2 run (#1973) 2025-03-19 18:16:55 -07:00
Saurabh Misra
d211024adf ️ Speed up method SkyvernElement.get_id by 20% (#1912)
Co-authored-by: codeflash-ai[bot] <148906541+codeflash-ai[bot]@users.noreply.github.com>
2025-03-19 18:16:43 -07:00
Shuchang Zheng
ab2e5afd72 don't add helper attr as hack for checkbox and radio (#1970) 2025-03-20 01:33:38 +08:00
Shuchang Zheng
be8f3eb8ec fix task v2 data schema (#1967) 2025-03-18 15:36:42 -07:00
Shuchang Zheng
0b8e688d7b add dataSchema to task v2 UI (#1966) 2025-03-18 14:47:50 -07:00
Shuchang Zheng
39162ded9b add error_code_mapping and extracted_information_schema to task v2 (#1950) 2025-03-18 11:53:54 -07:00
Shuchang Zheng
e4a986d286 configure logger in the first place in skyvern init (#1965) 2025-03-18 11:53:13 -07:00
Shuchang Zheng
c680e33b30 don't drawbox when check user goal (#1964) 2025-03-19 02:06:09 +08:00
Shuchang Zheng
9cc9fff7c0 Call extract_totp_secret in item_id and bw server (#1963) 2025-03-18 18:32:49 +03:00
Shuchang Zheng
660e1c581e Clean up failure reason in block errors (#1962) 2025-03-18 00:26:01 -04:00