Commit Graph

156 Commits

Author SHA1 Message Date
Kerem Yilmaz
55b1699f3e Fix gpt4o -> GPT4O (#341) 2024-05-17 11:42:19 -07:00
Shuchang Zheng
215c74b123 catch asyncio CancelledError (#337) 2024-05-17 10:02:03 -07:00
Suchintan
9a6ec13af6 Ruff (#339) 2024-05-17 12:10:54 -04:00
Divyansh Verma
8598f56a83 GPT4 integration (#324)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2024-05-17 11:25:03 -04:00
Hasnain
45a2840538 gpt-4o integration (#333) 2024-05-17 11:22:08 -04:00
Shuchang Zheng
62e4f23ab3 fix unbound latest_action_screenshot_urls (#334) 2024-05-16 20:52:48 -07:00
LawyZheng
2e86b41beb remove HTML experiment (#335) 2024-05-17 11:39:46 +08:00
Shuchang Zheng
2466897158 adopt ruff as the replacement for python black (#332) 2024-05-16 18:20:11 -07:00
Shuchang Zheng
9e1b07451f update pre-commit (#330) 2024-05-16 17:11:49 -07:00
Kerem Yilmaz
482a8b8466 Remove unused BlockYAML.output_parameter_key (#329) 2024-05-16 15:46:31 -07:00
Kerem Yilmaz
7d3bb704ed Update workflow response and webhook, bugfix: workflow is always completed (#328) 2024-05-16 13:44:53 -07:00
Kerem Yilmaz
e6cee25416 Automatically create output parameters (#327) 2024-05-16 13:08:24 -07:00
Kerem Yilmaz
72d25cd37d workflow apis (#326)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2024-05-16 10:51:22 -07:00
LawyZheng
50026f33c2 fix non-interatable hallucination on Claude3 (#325) 2024-05-16 23:56:49 +08:00
Shuchang Zheng
c17b4ed287 add SkyvernHTTPException base exception to automate known error handling in agent service (#317) 2024-05-15 13:35:45 -07:00
Kerem Yilmaz
164a4da03a add organization_id to workflow service and db query (#320)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2024-05-15 08:43:36 -07:00
Shuchang Zheng
6110fa4a44 Failed to get signed urls for artifacts - this log should just be warning (#321) 2024-05-15 08:28:46 -07:00
Kerem Yilmaz
479186bbef Quick fix for taskoutput change bug in forloopblock (#323) 2024-05-15 00:16:15 -07:00
Kerem Yilmaz
cc50b81a4d sequence type in db client (#322) 2024-05-14 23:21:19 -07:00
LawyZheng
f2f9122799 optimize select action (#316) 2024-05-15 02:15:18 +08:00
OB42
72389b217c add missing check for ENABLE_BEDROCK in LLMConfigRegistry (#298)
Co-authored-by: Kerem Yilmaz <kerem@skyvern.com>
2024-05-14 10:07:47 -07:00
LawyZheng
9926ee1d36 including non-interatable elements (#315) 2024-05-14 18:43:06 +08:00
Kerem Yilmaz
a106452034 Ykeremy/workflow execution updates (#314) 2024-05-14 00:35:37 -07:00
Kerem Yilmaz
1953874717 Revert "An element is interactable if it has a click event listener (#1119)" (#313) 2024-05-14 00:23:43 -07:00
Kerem Yilmaz
4f814f5aec An element is interactable if it has a click event listener (#311) 2024-05-13 22:26:24 -07:00
Kerem Yilmaz
9f1c679e09 Add download flag to click action, update dom logic (#310) 2024-05-13 22:18:42 -07:00
Shuchang Zheng
a4ed6de34c add workflow_permanent_id unique constraint and index to workflows table (#309) 2024-05-13 19:57:15 -07:00
Kerem Yilmaz
b959822c6e add workflow_permanent_id and version to workflows table (#308)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2024-05-13 18:29:14 -07:00
Shuchang Zheng
e89318aba8 remove connect_to_scraping_browser (#303) 2024-05-13 09:08:12 -07:00
Kerem Yilmaz
20a86590dd Implement get_share_links (#302) 2024-05-13 00:03:31 -07:00
Kerem Yilmaz
6a83f367ba Handle LLM returning element_id instead of id, and handle cases where it may not be returned at all (#301) 2024-05-12 23:18:34 -04:00
LawyZheng
ab88f24df6 log screenshot taking time (#300) 2024-05-13 10:41:23 +08:00
LawyZheng
25311dee86 convert element tree json -> html (#299) 2024-05-13 09:37:17 +08:00
Kerem Yilmaz
270642c60c add max_steps_per_run to task (#297)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2024-05-11 17:13:21 -04:00
Shuchang Zheng
25a7a3ad8e SkyvernContext shouldn't be a blocker for running agent (#295) 2024-05-10 11:11:13 -04:00
Kerem Yilmaz
cf01e81ba2 Force Claude 3 models to output JSON object and parse it more reliably (#293)
Co-authored-by: otmane <otmanebenazzou.pro@gmail.com>
2024-05-10 00:51:12 -07:00
LawyZheng
49baf471ab fix scrolling problem (#289) 2024-05-10 12:07:03 +08:00
Kerem Yilmaz
ebfc1a6f0f bitwarden Dont fail if already logged in (#287) 2024-05-09 01:11:24 -04:00
Kerem Yilmaz
a51a20436f Update url load timeout workflows (#286) 2024-05-09 00:29:05 -04:00
Kerem Yilmaz
bf55bf8314 Default the old anthropic model name for backwards compatibility (#285) 2024-05-08 23:43:52 -04:00
Kerem Yilmaz
220f676dd9 Update screenshot logic (#281) 2024-05-08 02:48:45 -07:00
Kerem Yilmaz
e5d094493e Define haiku + prompt engine takes a directory arg (#279) 2024-05-08 02:07:18 -07:00
Kerem Yilmaz
42d652f381 Set organization_id for posthog through event (#277) 2024-05-08 01:33:06 -07:00
Kerem Yilmaz
cc91c1b2b6 Ykeremy/click instead of download (#275) 2024-05-07 23:54:07 -07:00
LawyZheng
2788b53a0c fix the browser is closing even passes close_browser=False (#274) 2024-05-08 14:09:23 +08:00
Kerem Yilmaz
d7599a21c5 remove unnecessary info in action result history (#248) 2024-05-08 00:10:36 -04:00
LawyZheng
01f834bbbd tag element out of the page as non-interactable (#273) 2024-05-08 10:25:32 +08:00
LawyZheng
8d87e71891 remove the old context tree (#268) 2024-05-08 10:16:30 +08:00
LawyZheng
bce6326eef try to fix sceenshot timeout (#272) 2024-05-08 08:59:34 +08:00
Shuchang Zheng
0862232db4 auto detect skyvern context and set context if it's not set (#269) 2024-05-07 11:23:17 -04:00