Commit Graph

1864 Commits

Author SHA1 Message Date
Shuchang Zheng
b5e625f7f4 update cua fallback action prompt to not return get_verification_code action if code has not been sent (#2187) 2025-04-19 04:44:43 +08:00
Shuchang Zheng
e6c95cc987 sanitize nul char in totp content (#2186) 2025-04-19 03:02:39 +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
9d286a059d extend auto completion coverage (#2184) 2025-04-18 19:19:35 +08:00
LawyZheng
33bec36815 fix skyvern init (#2181) 2025-04-18 00:09:43 +08:00
Shuchang Zheng
356046afb8 fix input handler bug (#2180) 2025-04-17 18:16:26 +08:00
Shuchang Zheng
e7b46c62a9 fix CUA nullaction bug (#2179) 2025-04-17 01:24:49 -07:00
Shuchang Zheng
83adc226d9 extend custom select part 2 (#2178) 2025-04-17 14:07:36 +08:00
Shuchang Zheng
4041da106d update cua terminate prompt (#2177) 2025-04-16 19:41:40 -07:00
Shuchang Zheng
e3541d8167 add log for fallback action repsonse for CUA (#2176) 2025-04-16 19:39:23 -07:00
Shuchang Zheng
35c4763bba support totp verification url and totp identifier in run_task (#2175) 2025-04-16 18:37:08 -07:00
Suchintan
eefddb4105 GPT-o4-mini and GPT-o3 support is here (#2170) 2025-04-16 21:34:00 -04:00
Shuchang Zheng
a9c8a1d889 CUA feature - verification code / 2FA (#2174) 2025-04-16 17:11:01 -07:00
Shuchang Zheng
16fe1954c1 VerificationCodeAction in frontend (#2173) 2025-04-16 16:47:59 -07:00
Shuchang Zheng
3154a9ce10 fix llm cost for gpt4.1 (#2172) 2025-04-16 15:32:51 -07:00
Shuchang Zheng
e28f769010 Revert "Revert "set task_id in skyvern_context when task block starts"" (#2169) 2025-04-16 11:49:38 -07:00
Shuchang Zheng
9aa9e3f55c reset skyvern_context after task v2 block is done (#2168) 2025-04-16 11:48:51 -07:00
Shuchang Zheng
a8b8dfee5b extend custom select (#2167) 2025-04-17 01:52:21 +08:00
Shuchang Zheng
704dbd55d6 try to fix screenshot timeout (#2164) 2025-04-16 17:03:49 +08:00
Shuchang Zheng
dd5c0f2e9d CUA feature - skyvern answers CUA questions and makes decision if being asked to (#2163) 2025-04-16 00:56:50 -07:00
Shuchang Zheng
1386ac4780 null_action means doing nothing and taking a screenshot (#2162) 2025-04-16 00:47:52 -07:00
Suchintan
c829966936 GPT-4.1-support (#2159) 2025-04-16 02:12:33 -04:00
Shuchang Zheng
0d24fe3981 Revert "set task_id in skyvern_context when task block starts" (#2161) 2025-04-15 22:47:52 -07:00
Shuchang Zheng
f6d755da6b CUA feature - support drag action (#2160) 2025-04-15 19:07:37 -07:00
Shuchang Zheng
5c73064638 Let URL be empty string if there is a browser session id (#2158) 2025-04-15 22:34:54 +03:00
Shuchang Zheng
cac9e6a61a CUA feature - extraction data combined assisstant's message (#2157) 2025-04-14 22:54:41 -07:00
Shuchang Zheng
18f24745d0 no need to verify completion when we decide to complete according to CUA response; extract data based on CUA reponse as well (#2156) 2025-04-14 17:24:40 -07:00
Shuchang Zheng
357f25b416 better data extraction goal prompt for task generation (#2155) 2025-04-14 16:30:23 -07:00
Shuchang Zheng
ff80125314 shu/cua other action (#2154) 2025-04-14 13:56:13 -07:00
Suchintan
e233359ad2 Log response text on http post (#2153) 2025-04-14 14:08:14 -04:00
Shuchang Zheng
682a53c8c1 fix auto completion bug (#2152)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-04-15 01:50:11 +08:00
LawyZheng
c8f7f24ee2 remove n8n dependency (#2151) 2025-04-15 01:43:53 +08:00
Shuchang Zheng
9b32a77c59 set task_id in skyvern_context when task block starts (#2114) 2025-04-14 09:41:59 -07:00
Shuchang Zheng
1ed5f22200 Add any information that helps from the last message of CUA when there's no data extraction goal (#2149) 2025-04-13 02:50:07 -07:00
Shuchang Zheng
50dc41c7cc update generate-task prompt (#2148) 2025-04-13 02:40:11 -07:00
Shuchang Zheng
4b76380b39 shu/cua keypress combo (#2147) 2025-04-13 02:36:49 -07:00
Shuchang Zheng
aa9db156bc cua keypress combo (#2146) 2025-04-13 01:40:25 -07:00
Shuchang Zheng
b584dc85b0 cua move action better reasoning (#2145) 2025-04-13 00:34:50 -07:00
Shuchang Zheng
3cbfda57bd add CUA MoveAction (#2144) 2025-04-13 00:22:46 -07:00
Shuchang Zheng
0a6d366f82 add move action in frontend (#2143) 2025-04-13 00:12:01 -07:00
Shuchang Zheng
4a9ecd0cd2 add required action fields for cua fallback actions (#2142) 2025-04-12 23:08:15 -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
e8efcc0bd7 sdk get_run bug fix (#2139) 2025-04-12 19:17:24 -07:00
Shuchang Zheng
83e8a3c0af remove task v2 api (#2140) 2025-04-12 17:30:50 -07:00
Shuchang Zheng
5f5aaf4298 fix open ai client initialization issue (#2138) 2025-04-12 16:20:25 -07:00
Shuchang Zheng
80cdc1e0e2 Retry url encode fix (#2136) 2025-04-12 15:18:15 -07:00
Shuchang Zheng
6cf39446eb improve task generation data extraction goal (#2137) 2025-04-12 15:17:10 -07:00
Shuchang Zheng
cb46232cff fix url encoding (#2135) 2025-04-12 13:35:43 -07:00
Shuchang Zheng
fe6e26250c new sdk version 0.1.75 (#2134) 2025-04-12 12:04:20 -07:00
Shuchang Zheng
962bf3bc84 add max limit for dom listner (#2132) 2025-04-12 10:55:46 +08:00