203 Commits

Author SHA1 Message Date
Shuchang Zheng
43cab04454 Add Run id as a parameter to the artifacts table (#2799)
Co-authored-by: Suchintan Singh <suchintansingh@gmail.com>
2025-06-26 15:27:48 +00:00
Shuchang Zheng
df5f40bdb9 user defined browser header (#2752)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-19 07:42:34 +00:00
Shuchang Zheng
efd2607090 use browser session id in taskv2 POST (#2744) 2025-06-18 11:19:40 -04:00
Shuchang Zheng
f6a0ccd32b Workflow CodeGen (#2740) 2025-06-18 00:44:46 -07:00
Shuchang Zheng
f1bc1a03db disable complete verification when CUA engine (#2728)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-17 15:25:58 +08:00
Shuchang Zheng
775da18878 current viewpoint screenshot and scrolling n screenshot (#2716)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-14 14:59:50 +08:00
Asher Foa
687f3ec547 org id not None (#2696) 2025-06-13 10:44:04 -04:00
Wyatt Marshall
15d46aab82 ui-tars integration (#2656) 2025-06-13 13:23:39 +08:00
Shuchang Zheng
c288c92138 set url to NONE by default for generated task in loop (#2698)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-12 16:39:57 +00:00
Prakash Maheshwaran
b5bf9d291f Add run lifecycle timestamps - improvments (#2601)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-06-12 03:36:49 +00:00
Shuchang Zheng
9a29d966ab overhual llm key override (#2677) 2025-06-11 23:23:44 +08:00
Shuchang Zheng
2ed14f42e7 add model to Task and TaskV2; expose it to run_task endpoint; thread … (#2540) 2025-05-30 20:07:12 -07:00
Shuchang Zheng
c575ad8bc7 fix webhook successful status code range (#2486) 2025-05-27 03:21:50 -07:00
Shuchang Zheng
de18a60ac2 Revert "revert webhook schema updates" (#2482) 2025-05-27 03:00:14 -07:00
Shuchang Zheng
da4afddc21 revert webhook schema updates (#2479) 2025-05-26 21:18:42 -07:00
Shuchang Zheng
601cd099f7 add logs to debug task timeout (#2447) 2025-05-24 15:25:19 -07:00
Shuchang Zheng
42d015cdba webhook support for task v1 and workflow run; fix task v2 webhook (#2446) 2025-05-24 13:01:53 -07:00
Shuchang Zheng
b8b3821bc9 two more public endpoints: retry_run_webhook, get_artifact (#2445) 2025-05-24 03:24:56 -04:00
Shuchang Zheng
d277a03b80 Add TaskRunResponse data to task v2 webhook (#2444) 2025-05-23 18:39:25 -07:00
Shuchang Zheng
2fe2b53690 Add TaskRunResponse data to task v2 webhook (#2435) 2025-05-23 16:24:41 -07:00
Shuchang Zheng
fb41ff843e Fix Taskv2 (#2419) 2025-05-21 23:07:49 -04:00
Shuchang Zheng
fe97113e0f add screenshot_urls to the get_run endpoint (#2417) 2025-05-21 15:25:29 -07:00
Shuchang Zheng
89fd604022 migrate library facing code to one interface from skyvern import Skyvern (#2368) 2025-05-16 17:55:46 -07:00
Shuchang Zheng
87000f5cc3 shu/fix get run for workflow runs (#2362) 2025-05-16 02:39:47 -07:00
Shuchang Zheng
09ed1c1dff add recording_url and downloaded_files to the RunRepsonse for task v1 and task v2 (#2360) 2025-05-16 00:03:10 -07:00
Shuchang Zheng
082f944123 add timeout to browser session request (#2338) 2025-05-13 16:06:13 -07:00
Shuchang Zheng
38957f7faf fix workflow title bug in get_workflow_run_response (#2336) 2025-05-13 14:35:39 -07:00
Shuchang Zheng
8f37625f51 API + SDK support - get workflow run (#2324) 2025-05-11 16:24:31 -07:00
Shuchang Zheng
54fba3a550 add SKYVERN_APP_URL and a link to the run response (#2316) 2025-05-10 00:40:54 -07:00
Shuchang Zheng
0a447ac511 increasing max iterations to 13 for task v2 (#2317) 2025-05-09 13:32:00 -07:00
Shuchang Zheng
945e5b1922 add screenshots back for the v2 task summary (#2302) 2025-05-06 15:30:09 -07:00
Shuchang Zheng
0540e65d06 Default Skyvern 2.0 to google.com if generated website fails to load (#2291) 2025-05-05 00:36:40 -04:00
Shuchang Zheng
4803baff70 shu/update v2 prompt (#2271) 2025-05-01 00:34:00 -07:00
Shuchang Zheng
2f10e3c430 Add organization_name and workflow_permanent_id to skyvern context, pass workflow_permanet_id when deciding which identifier to use with which llm (#2245) 2025-04-28 15:55:52 -04:00
Shuchang Zheng
0a0228b341 anthropic CUA (#2231)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-04-28 09:49:44 +08:00
Shuchang Zheng
9e790cd82c optimize max steps failure reason for task v2 (#2225) 2025-04-24 14:46:00 +08:00
Shuchang Zheng
695d524575 also do not verify complete for any task inside loop when running task v2 (#2185) 2025-04-19 02:10:43 +08:00
Shuchang Zheng
a9c8a1d889 CUA feature - verification code / 2FA (#2174) 2025-04-16 17:11:01 -07:00
Shuchang Zheng
db7f1abeab shu/fallback to skyvern actions when cua returns no action (#2141) 2025-04-12 20:55:38 -07:00
Shuchang Zheng
438a49f470 add cua cost to task step (#2131) 2025-04-11 17:25:43 -07:00
Shuchang Zheng
f883b91180 integration with CUA (#2126) 2025-04-11 11:18:53 -07:00
Shuchang Zheng
5145bc8a1b mark task v2 timed_out (#2113) 2025-04-07 11:54:39 -04:00
Shuchang Zheng
a72fcadd9a only take up to 1 screenshot if the html too big (#2108) 2025-04-05 23:33:34 -04:00
Shuchang Zheng
3c612968ce trim svg elements when prompt exceeds context window (#2106) 2025-04-04 22:33:52 -04:00
Shuchang Zheng
93371cd0cd handle unexpected llm error in task v2 runner and clean up browser (#2100) 2025-04-03 21:51:38 -04:00
Shuchang Zheng
c664cfb5a9 cancel run API (#2067) 2025-04-01 23:48:39 -04:00
Shuchang Zheng
e26b816f67 shu/add_workflow_runs_api (#2063) 2025-04-01 15:52:35 -04:00
Shuchang Zheng
993e3b637d add failure_reason to the TaskRunRepsonse for task v2 (#2052) 2025-03-31 15:15:26 -04:00
Shuchang Zheng
a75d5c947d fix skyvern agent local (#2050) 2025-03-31 13:16:33 -04:00
Shuchang Zheng
ea67502161 shu/test discriminated run response schema (#2046) 2025-03-31 00:14:52 -04:00