Commit Graph

750 Commits

Author SHA1 Message Date
Shuchang Zheng
558b9befc4 Observer task history information prompt improvement (#1531) 2025-01-10 12:21:24 -08:00
Shuchang Zheng
9ee2225b82 fix observer check completion bug (#1530) 2025-01-10 10:32:08 -08:00
Shuchang Zheng
5b33f5e221 observer completion improvement (#1529) 2025-01-10 00:39:13 -08:00
Maksim Ivanov
a4744ed9f5 Use persistent browser session in runnables (#1510)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
Co-authored-by: Shuchang Zheng <shu@skyvern.com>
2025-01-09 13:04:53 -08:00
Shuchang Zheng
5ed7e5ad8e Fix authentication errors (#1527) 2025-01-09 15:34:25 -05:00
Shuchang Zheng
dde2d650ff WorkflowRunNotFound should be a SkyvernHTTPException error (#1528) 2025-01-09 11:26:30 -08:00
LawyZheng
5ca2c45be1 fix selection issue (#1526) 2025-01-10 01:44:20 +08:00
Shuchang Zheng
d1bbaa4c7a Add FR Proxy + small script (#1525) 2025-01-09 10:52:48 -05:00
LawyZheng
f4031fc4f7 fix finding blocking element issue (#1524) 2025-01-09 16:41:26 +08:00
LawyZheng
dc53a49749 fix date picker issue (#1523) 2025-01-09 16:14:31 +08:00
Shuchang Zheng
d4ffcdbfda fix loop_values in observer (#1522) 2025-01-08 23:53:21 -08:00
Shuchang Zheng
5796de73d1 Add AI suggestion endpoints (#1519) 2025-01-08 21:45:38 -08:00
Shuchang Zheng
f0ae840452 handle unexpected errors in observer (#1521) 2025-01-08 21:27:11 -08:00
Shuchang Zheng
52c188b5de let observer continue exploring when task failed/terminated (#1520) 2025-01-08 20:06:14 -08:00
Maksim Ivanov
7bfb1e9b21 Define browser manager API (#1497)
Co-authored-by: Shuchang Zheng <shu@skyvern.com>
2025-01-08 09:14:38 -08:00
LawyZheng
c6140fa405 fix selection issues (#1515) 2025-01-08 14:27:50 +08:00
LawyZheng
ff8405d1d5 fix get first step issue (#1514) 2025-01-08 13:08:36 +08:00
Shuchang Zheng
310b11365a chain of thought for user goal extraction and goal completion in observer (#1513) 2025-01-07 18:22:42 -08:00
Shuchang Zheng
c0c1f51a55 remove noisy debug log (#1512) 2025-01-07 09:36:32 -08:00
Maksim Ivanov
a06d323fbb Make runnable type and runnable id nullable (#1495) 2025-01-07 11:14:04 -05:00
Shuchang Zheng
9674e838a3 Observer improvement - Add the main goal as the context for the navigation block (#1498) 2025-01-06 17:39:36 -08:00
Shuchang Zheng
897579c057 fail observer and workerflow runs if observer max iterations reached (#1507) 2025-01-06 16:42:42 -08:00
Shuchang Zheng
c0bf6387c3 workflow timeline in reversed order (#1501) 2025-01-06 07:30:58 -08:00
LawyZheng
6b4b52a6c4 hash long href link (#1500) 2025-01-06 23:26:07 +08:00
Shuchang Zheng
d6ff0ec4d5 control workflow timeline order in backend - descending (#1491) 2025-01-06 06:04:24 -08:00
Shuchang Zheng
74c8dd45f5 Misc loop block changes (#1494) 2025-01-06 01:58:24 -05:00
Shuchang Zheng
a241b09701 Fix Loop block parameters (#1492) 2025-01-05 23:47:48 -05:00
Shuchang Zheng
466f20918b add extracted info to observer task history (#1488) 2025-01-05 09:06:20 -08:00
LawyZheng
240b75ca4c fix forloop output parameter issue (#1490) 2025-01-05 18:42:40 +08:00
Shuchang Zheng
100dcb014c Update domutils to handle cursor:auto (#1489) 2025-01-05 00:32:41 -05:00
Shuchang Zheng
187c18d83c workflow run block description generation (#1482) 2025-01-03 15:55:57 -08:00
Shuchang Zheng
60e051eeb5 fix restart workflow run (#1481) 2025-01-03 14:22:42 -08:00
Shuchang Zheng
66b35b70fb keep fixing email workflow run block (#1479) 2025-01-03 13:22:48 -08:00
Shuchang Zheng
fdb52e16df add email block metadata to WorkflowRunBlock schema (#1477) 2025-01-03 11:38:21 -08:00
LawyZheng
df2325077d set bw max retry to 2 (#1475) 2025-01-04 00:01:01 +08:00
LawyZheng
c9c97fbb8c fix workflow ouput order (#1473) 2025-01-03 13:03:46 +08:00
Shuchang Zheng
1ec832e131 set observer_cruise_id in SkyvernContext (#1472) 2025-01-02 17:41:44 -08:00
Shuchang Zheng
241f648548 add screenshot for the first task block (#1471) 2025-01-02 16:55:55 -08:00
Shuchang Zheng
c85d5428f3 add observer cruise to get workflow_run api response (#1470) 2025-01-02 12:54:18 -08:00
Shuchang Zheng
b9d3228f77 add observer_cruise_id to SkyvernContext and logs (#1469) 2025-01-02 12:49:48 -08:00
Shuchang Zheng
3835f3ce69 make upload file from path log a debug log (#1468) 2025-01-02 10:09:23 -08:00
Shuchang Zheng
b5d6e4184e UrlBlock - a block to navigate to a url (#1461) 2025-01-02 09:26:21 -08:00
Shuchang Zheng
401d304dd0 Handle 2FA codes that have the otpauth URIs (#1465) 2025-01-02 11:07:36 -05:00
LawyZheng
113c91b108 fix TOTP input issue (#1462) 2025-01-02 22:10:51 +08:00
Shuchang Zheng
3510a81f3b fix non-link loop values in observer (#1460) 2025-01-01 23:50:08 -08:00
Shuchang Zheng
face695b5f fail observer cruise and mark workflow_run failed with failure reason when db error happens (#1459) 2024-12-31 15:03:36 -08:00
Shuchang Zheng
7b058c224f fail workflow run when running into cruise initialization errors (#1458) 2024-12-31 14:07:03 -08:00
Shuchang Zheng
8c08edfb78 fix successful steps count (#1457) 2024-12-31 12:27:35 -08:00
Shuchang Zheng
171aef6bf7 add cost info to the workflow run repsonse (#1456) 2024-12-31 11:24:09 -08:00
Shuchang Zheng
175ce55f06 recreate index for artifacts table (#1455) 2024-12-31 01:38:07 -08:00