Commit Graph

1509 Commits

Author SHA1 Message Date
LawyZheng
7630aa41ea use seperated userr goal check for sequential click agent (#3011) 2025-07-22 14:38:47 +08:00
LawyZheng
03cc8a5a52 extend auto completion agent logic (#3010) 2025-07-22 14:25:47 +08:00
Suchintan
95c0ac4deb Add O3 as a model option (#3008)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2025-07-22 01:59:03 -04:00
Shuchang Zheng
3e309fdd50 update poll_interval value type (#3007) 2025-07-21 22:22:09 -07:00
Shuchang Zheng
e7a2816470 fix totp code integration for anthropic CU (#2998) 2025-07-21 10:15:18 -07:00
LawyZheng
8c72538d1c current view coordinate click (#3001) 2025-07-21 17:31:54 +08:00
Shuchang Zheng
85857e548d Login endpoint Part 2 - support 3 types of credentials and fix bugs (#2999) 2025-07-21 00:27:04 -07:00
Shuchang Zheng
422ff7f5b2 export run_blocks router (#2996) 2025-07-20 09:20:28 -07:00
LawyZheng
fcd22017b7 make scraping timeout configurable (#2991) 2025-07-19 13:18:12 +08:00
Shuchang Zheng
0efd86fb89 support claude sonnet 4 & opus 4 as model (#2990) 2025-07-18 21:08:43 -07:00
Shuchang Zheng
f9814bd54b fix the parameters 422 issue with the run_workflow endpoint (#2985) 2025-07-18 12:02:32 -07:00
Jonathan Dobson
f5d7639de8 allow empty urls (#2984) 2025-07-18 10:20:33 -04:00
Shuchang Zheng
764ac1928c browser session streaming fix and clean up wait_on_persistent_browser_address (#2983) 2025-07-18 00:16:07 -07:00
Shuchang Zheng
8263c97e16 browser session cleanup part 1 - fix create_persistent_browser_session return type (#2982) 2025-07-17 23:54:51 -07:00
Shuchang Zheng
bd44cfa623 log workflow_run_id for saving totp code (#2980) 2025-07-17 21:36:18 -07:00
LawyZheng
d26f016e10 fix prompt (#2979) 2025-07-18 10:33:03 +08:00
Jonathan Dobson
bdaca5994a release session in main cancel routine (#2978) 2025-07-17 16:33:06 -04:00
Jonathan Dobson
c13c36f99e distinctify failed scrapes due to no url (#2977) 2025-07-17 16:19:16 -04:00
Jonathan Dobson
05a24026e2 remove unused func from webeye persistent sessions manager (#2976) 2025-07-17 16:06:34 -04:00
LawyZheng
eb92689bb3 dns for browser session (part 3) (#2974) 2025-07-17 20:37:14 +08:00
LawyZheng
c7bd726ace dns for browser session(part 2) (#2973) 2025-07-17 17:04:25 +08:00
LawyZheng
0a2e82f952 dns for browser session (#2972) 2025-07-17 14:50:05 +08:00
Shuchang Zheng
e5cb4d1fd2 API to run login task (#2920) 2025-07-16 15:35:36 -07:00
Jonathan Dobson
c33b084023 ensure browser session id for GET workflow run (#2969) 2025-07-16 13:32:43 -04:00
Shuchang Zheng
cb67775e5f update send totp code summary (#2952) 2025-07-15 02:05:33 -07:00
Shuchang Zheng
01710a4c52 Update API specifications with fern api update (#2951)
Co-authored-by: github-actions <github-actions@github.com>
2025-07-15 02:01:23 -07:00
Shuchang Zheng
f61ac4b49c Update API specifications with fern api update (#2949)
Co-authored-by: github-actions <github-actions@github.com>
2025-07-15 01:23:20 -07:00
Shuchang Zheng
23e31dac67 support run_workflow wait_for_completion (#2947) 2025-07-15 00:59:56 -07:00
Shuchang Zheng
fc20d8b902 add app_url for browser session (#2948) 2025-07-14 23:44:17 -07:00
Shuchang Zheng
8e13be2e28 expose browser_session.browser_address (#2946) 2025-07-14 22:55:36 -07:00
LawyZheng
90b7f55d3c fix max steps for date picker agent (#2944) 2025-07-15 10:21:18 +08:00
LawyZheng
5363d33dcc fix interactable detecting (#2941) 2025-07-15 03:31:34 +08:00
LawyZheng
873b7b774d do not tirgger select loigc when trying to input search value (#2940) 2025-07-15 01:17:08 +08:00
LawyZheng
1ecafbdf3a fix sequential click agent bug (#2939) 2025-07-15 00:57:48 +08:00
LawyZheng
974d1d2fca extend chain click to add coordinate click (#2937) 2025-07-14 14:02:26 +08:00
LawyZheng
dd9710eb9f add force textural element as interactable exp (#2936) 2025-07-14 13:09:40 +08:00
Shuchang Zheng
13c27c5178 browser address schema update (#2931) 2025-07-10 23:50:27 -07:00
LawyZheng
9c1a858aac fix task v2 block cancel issue (#2925) 2025-07-11 00:27:26 +08:00
LawyZheng
d09fe607c0 add session pool (#2922) 2025-07-10 21:36:12 +08:00
Shuchang Zheng
fe9d017e76 add ec2 to aws client (#2919) 2025-07-10 01:22:27 -07:00
Shuchang Zheng
abfdf8964a add enableExecuteCommand option to the run_task function (#2918) 2025-07-09 18:07:51 -07:00
Shuchang Zheng
1d7585b40a update run_task to make it possible to expose ecs task publicly (#2916) 2025-07-09 16:32:46 -07:00
Jonathan Dobson
c4ce5ebbe5 add pbs-based cancel endpoint for workflow runs (#2913) 2025-07-09 18:11:35 -04:00
Jonathan Dobson
188884d76e Jon/browser session stream (#2910) 2025-07-09 15:31:02 -04:00
Shuchang Zheng
7dcbbcb201 fix fastmcp dependency and the mis-synced code (#2908) 2025-07-09 00:36:54 -07:00
Shuchang Zheng
ee92b8391a parametrize 1password vault_id and item_id (#2898) 2025-07-09 05:27:36 +00:00
LawyZheng
10d207d01a parameterize data schema in workflow (#2903) 2025-07-09 11:26:32 +08:00
LawyZheng
6c47a8709f add skyvern element check and uncheck (#2902) 2025-07-09 10:58:22 +08:00
LawyZheng
427ad4d9ac add session pool (#2899) 2025-07-08 23:44:50 +08:00
Shuchang Zheng
5f32990edd APIKeyNotFound Exception (#2892) 2025-07-08 08:10:44 -07:00