Commit Graph

166 Commits

Author SHA1 Message Date
Salih Altun
5d9054594c Add task status as a query parameter (#229) 2024-04-24 10:39:19 -07:00
Salih Altun
9d3c3047c8 Use first page of running tasks since api is not filtered (#228) 2024-04-24 19:07:00 +03:00
Salih Altun
ef227dc9ff Change step artifact headers (#227) 2024-04-24 18:14:20 +03:00
Salih Altun
382505ee75 Update task creation page layout (#226) 2024-04-24 17:45:39 +03:00
Salih Altun
90fbe50579 Remove accordion, add cards, change layout of task page (#225) 2024-04-24 17:11:12 +03:00
Kerem Yilmaz
a23c9f11a8 turn off new context tree (#224)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2024-04-24 00:14:33 -07:00
Kerem Yilmaz
f5125a9856 Ykeremy/test new litellm version (#223) 2024-04-23 23:48:35 -07:00
Kerem Yilmaz
11e38b33cf Fix arg order for clear_task_failure_reason (#222) 2024-04-23 23:37:16 -07:00
Salih Altun
b67fe58b92 Make text and icons bigger in sidebar nav (#221) 2024-04-24 01:11:38 +03:00
Shuchang Zheng
7f5b77da3a add organization domain (#220) 2024-04-23 15:02:56 -07:00
Kerem Yilmaz
550ad65c5d UI/UX improvements (#218) 2024-04-23 23:54:04 +03:00
Kerem Yilmaz
9b540b9416 Settings and accordion update (#217) 2024-04-23 22:21:45 +03:00
Kerem Yilmaz
4e8ea81110 More strict complete action prompt (#216) 2024-04-22 15:52:19 -07:00
Kerem Yilmaz
bb723bff34 Improve latest ss, add queued tasks view (#215) 2024-04-22 19:50:34 +03:00
Kerem Yilmaz
55d14db971 Enable Custom Oauth interface (#214)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2024-04-22 00:44:16 -07:00
Kerem Yilmaz
566ff8af4e Remove the base Agent; Separate skyvern agent and fastapi app (#213)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2024-04-21 16:46:27 -07:00
LawyZheng
cc6ae8bae0 refactor context tree (#212) 2024-04-21 22:30:37 +08:00
Kerem Yilmaz
02db2a90e6 remove AgentMiddleware (#211) 2024-04-20 02:18:33 -07:00
Kerem Yilmaz
9091a6716e Implement rerun_tasks, clear failure_reason while reruning tasks (#210) 2024-04-19 00:32:00 -07:00
Kerem Yilmaz
393b3fba87 Fail task if FailedToNavigateToUrl (#209) 2024-04-19 00:12:02 -07:00
Kerem Yilmaz
d059619e5e Make email attachments' names simpler (#208) 2024-04-18 03:42:10 -07:00
Kerem Yilmaz
7042592bf6 Add more context to element tree (#207) 2024-04-18 03:37:04 -07:00
LawyZheng
8dacbebd65 support dropdown on combobox (#206) 2024-04-18 15:06:46 +08:00
Kerem Yilmaz
0b7378fcb4 Handle navigation errors and retry (#205) 2024-04-17 12:23:14 -07:00
Kerem Yilmaz
3c06d44f6f Ykeremy/revert litellm upgrade (#204) 2024-04-17 11:51:14 -07:00
LawyZheng
2ae381a5e7 format code style (#203) 2024-04-17 22:48:42 +08:00
LawyZheng
c162ad3d0c Fix select action bug (#202) 2024-04-17 21:51:16 +08:00
Kerem Yilmaz
551af04888 Cleanup created new task logs (#201) 2024-04-16 16:15:38 -07:00
Kerem Yilmaz
4a3e897dad Ykeremy/context parameter source parameters (#200) 2024-04-16 15:41:44 -07:00
Kerem Yilmaz
02cf2a1e87 New LLM Router strategy (#199) 2024-04-16 14:52:15 -07:00
Salih Altun
eab98426f2 Implement copy as curl (#198) 2024-04-17 00:15:04 +03:00
Salih Altun
eb668baba8 Changes for signed URL artifacts (#197) 2024-04-16 20:40:59 +03:00
LawyZheng
b6f3bc2c41 add linked element context (#196) 2024-04-16 15:46:04 +08:00
Shuchang Zheng
0ac6e1a2ba exclude task request info from the webhook request payload (#195) 2024-04-15 16:36:57 -07:00
Shuchang Zheng
836f9d07a9 do not decode response json as many webhook endpoints don't return json (#194) 2024-04-15 15:16:29 -07:00
Shuchang Zheng
bd485daaf4 make get signed_url requests async in get_agent_task_step_artifacts api (#192) 2024-04-15 12:27:58 -07:00
Kerem Yilmaz
6b7b9ab414 Add auth screens (#193) 2024-04-15 21:54:12 +03:00
Salih Altun
a8b156a36d Change sync action to only sync src/ in frontend (#173) 2024-04-15 17:37:21 +03:00
Shuchang Zheng
72d109854d add get_aio_task interface to get a specific aio task from the async operation pool (#191) 2024-04-14 23:07:41 -07:00
Shuchang Zheng
7d5f0c8499 artifact signed url (#190) 2024-04-14 21:52:50 -07:00
Shuchang Zheng
dccdc7cca9 screenshot missing error shows up when status is terminated or completed (#189) 2024-04-13 21:26:47 -07:00
Shuchang Zheng
1638e7d073 in task response, do not error when there's no screenshot if task is still in progress (#188) 2024-04-13 21:20:16 -07:00
LawyZheng
935453c3da update the rewritten select2 code (#187) 2024-04-14 11:21:24 +08:00
Kerem Yilmaz
871de94479 Fix the action history passed into extract-action prompt (#186) 2024-04-13 00:45:15 -07:00
Kerem Yilmaz
cc87844825 Pass current url to extract-action prompt (#184) 2024-04-13 00:38:01 -07:00
Kerem Yilmaz
7b1c1d5a02 Don't interact with fields that are already filled in (#183) 2024-04-12 23:05:25 -04:00
Suchintan
3ea46b93cf Revert "Don't interact with fields that are already filled in" (#182) 2024-04-12 23:00:54 -04:00
Kerem Yilmaz
e17c5c176c Don't interact with fields that are already filled in (#181) 2024-04-12 22:51:34 -04:00
LawyZheng
e424f013f9 don't hide select2 element if not neccessary (#179) 2024-04-11 23:50:16 +08:00
Kerem Yilmaz
e8b42c9a4f Support 2FA in Bitwarden (#178) 2024-04-11 02:31:17 -04:00