Commit Graph

68 Commits

Author SHA1 Message Date
Shuchang Zheng
dc96595e7a use the main prompt to generate the observer task url and title (#1594) 2025-01-17 23:36:26 -08:00
Shuchang Zheng
45ed4042dc remove observer from failure reason (#1593) 2025-01-17 16:53:03 -08:00
Shuchang Zheng
bb834fa137 Update max iteration errors (#1589) 2025-01-17 09:04:43 -08:00
Shuchang Zheng
0d0c4f5626 task v2 api doc (#1573) 2025-01-16 11:58:36 -08:00
Shuchang Zheng
c158ad3f21 migrate observer to task v2 (#1564) 2025-01-15 09:59:18 -08:00
Shuchang Zheng
518605b91a check no plan after checking user_goal_achieved (#1556) 2025-01-15 00:33:25 -08:00
Shuchang Zheng
4240247bf6 get the no observer plan warning back (#1552) 2025-01-14 13:24:38 -08:00
Shuchang Zheng
e4ad2ff6ca fix observer cruise schema (#1551) 2025-01-14 13:21:08 -08:00
Shuchang Zheng
4509ce741a generate warning if there's no plan in observer response (#1550) 2025-01-14 09:20:42 -08:00
Shuchang Zheng
a0df333518 totp + proxy location support in observer (#1549) 2025-01-14 09:06:44 -08:00
Shuchang Zheng
0392763998 add webhook support for observer (#1546) 2025-01-14 08:59:53 -08:00
Shuchang Zheng
111d1e3a8e Bitwarden updates (#1547) 2025-01-14 01:28:30 -05:00
Shuchang Zheng
374b2326c4 observer summary (#1532) 2025-01-10 14:59:53 -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
d4ffcdbfda fix loop_values in observer (#1522) 2025-01-08 23:53:21 -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
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
466f20918b add extracted info to observer task history (#1488) 2025-01-05 09:06:20 -08:00
Shuchang Zheng
1ec832e131 set observer_cruise_id in SkyvernContext (#1472) 2025-01-02 17:41:44 -08:00
Shuchang Zheng
b9d3228f77 add observer_cruise_id to SkyvernContext and logs (#1469) 2025-01-02 12:49:48 -08:00
Shuchang Zheng
401d304dd0 Handle 2FA codes that have the otpauth URIs (#1465) 2025-01-02 11:07:36 -05: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
24352f5394 use user_url if specified by user when running cruise (#1454) 2024-12-30 19:13:23 -08:00
Shuchang Zheng
d5dacd9918 get observer cruise API (#1447) 2024-12-30 12:20:47 -08:00
LawyZheng
15ecec6d8d try to fix bitwarden issue (#1448) 2024-12-30 17:03:28 +08:00
Shuchang Zheng
4962dbe325 do not show metadata thought yet (#1445) 2024-12-28 09:53:44 -08:00
Shuchang Zheng
c4720276c8 add workflow run block screenshot and observer thought screenshots (#1444) 2024-12-27 19:23:07 -08:00
Shuchang Zheng
9e6c2362bf new observer thoughts (#1442) 2024-12-27 09:04:09 -08:00
Shuchang Zheng
2029c0c41f make observer thought artifacts work (#1423) 2024-12-22 23:01:02 -08:00
Shuchang Zheng
94a3779bd7 workflow runtime API (#1421) 2024-12-22 20:54:53 -08:00
Shuchang Zheng
2e37542218 add organization_id filter for get_workflow and get_workflow_run (#1422) 2024-12-22 17:49:33 -08:00
Shuchang Zheng
b256bace6a create and update workflow run block inworkflow execution (#1419) 2024-12-22 11:16:23 -08:00
Shuchang Zheng
a12776e630 Observer code open source (#1417) 2024-12-19 17:26:08 -08:00
Shuchang Zheng
4241cfe3f2 Bitwarden fix identity items (#1369) 2024-12-11 01:12:45 -05:00
Shuchang Zheng
7591873546 migrate Organization data model from skyvern/forge/sdk/models.py to skyvern/forge/sdk/schemas/organizations.py (#1343) 2024-12-06 17:15:11 -08:00
Shuchang Zheng
7f6b2c0929 shu/removeSettingsManager.get_settings (#1305) 2024-12-02 15:01:22 -08:00
Shuchang Zheng
5744b3c4c1 Bug fix: totp could be None in bitwarden which fails the schema validation of BitwardenQueryResult (#1178) 2024-11-12 03:04:51 -08:00
Shuchang Zheng
efdf4b5cab introduce pyotp and support generating totp within skyvern (#1176) 2024-11-12 02:17:22 -08:00
Shuchang Zheng
3eba6d7f83 Make CollectionID or OrganizationID required (#1049) 2024-10-24 09:14:35 -07:00
LawyZheng
18cebb21e1 fix bitwarden credential search (#932) 2024-10-09 02:38:34 +08:00
LawyZheng
78c0a919da use registered_domain to search in bitwarden (#929) 2024-10-09 01:07:35 +08:00
Kerem Yilmaz
b0aa181c68 Credit Card Parameter (#903) 2024-10-03 16:18:21 -07:00
Kerem Yilmaz
9e50456995 Use domain while getting totp instead of url (#901) 2024-10-02 19:02:55 -07:00
Kerem Yilmaz
36135a613b Bitwarden Security Upgrade (#900) 2024-10-02 15:16:08 -07:00