Commit Graph

227 Commits

Author SHA1 Message Date
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
Suchintan
aecce4a3a0 Update README prioritizing docker instructions (#304) 2024-05-13 14:30:43 -04: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
Kerem Yilmaz
6feddbde6a UI improvements (#296) 2024-05-10 18:35:00 +03: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
Salih Altun
240551f686 Improve local setup and README (#291) 2024-05-09 20:21:13 +03: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
OB42
4b352b2ad0 Fix setup.sh to include the last anthropic models (#282) 2024-05-08 23:18:22 -04:00
Shixian Sheng
625b4dff9f Update README.md (#283) 2024-05-08 19:18:43 -04:00
Ikko Eltociear Ashimine
5ca3ea9102 docs: update quickstart.mdx (#284) 2024-05-08 19:10:29 -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
Kerem Yilmaz
7b36e04418 disable light mode (#271) 2024-05-07 22:54:59 +03:00
Kerem Yilmaz
5ce37dfaaf FE Auth vendor changes (#270) 2024-05-07 21:31:05 +03: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
Shuchang Zheng
6473635de4 roll out new context tree 100% (#266) 2024-05-06 20:25:04 -04:00
Kerem Yilmaz
bf47f810bb create org api key when personal account user signs up (#265) 2024-05-06 16:46:17 -04:00
Kerem Yilmaz
25ac637b40 Ykeremy/separate sonnet prompt (#263) 2024-05-06 13:07:52 -07:00
Kerem Yilmaz
ccd435dd82 Default to dark theme for now (#262) 2024-05-06 11:02:54 +03:00
Shuchang Zheng
a13b593935 Add log for initial url laoding time (#260) 2024-05-05 01:49:36 -04:00
Shuchang Zheng
be39516f1d support trailing slash in API paths (#219) 2024-05-04 23:54:41 -04:00
Shuchang Zheng
3c2bb5cca8 increase the deafult browser initial loading timeout and screenshot timeout (#259) 2024-05-04 23:27:44 -04:00
Shuchang Zheng
d9ddb1bdbe add org_task_index for steps table (#258) 2024-05-04 22:52:18 -04:00
Kerem Yilmaz
b26e2c9699 fix backbone connection (#257)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2024-05-04 22:40:29 -04:00
Shuchang Zheng
e8a46d2a1a catch screenshot error when taking the final screenshot (#256) 2024-05-04 18:27:42 -04:00
Kerem Yilmaz
e75b86c611 webshare backbone connection (#255) 2024-05-04 16:44:51 -04:00
Shuchang Zheng
d7bca7153b refresh task after clearing failure reasoning (#254) 2024-05-04 14:21:00 -04:00
Kerem Yilmaz
6f4e896025 Add context tree to extract information (#253) 2024-05-03 03:47:32 -04:00
Kerem Yilmaz
4459ca7d09 Integrate posthog feature flags + setup Claude 3 experiment (#251) 2024-05-02 15:06:21 -07:00
Shuchang Zheng
55444e3ae0 upgrade litellm to 1.35.35 (#250) 2024-05-02 14:32:24 -04:00
Shuchang Zheng
a1fa5ee4e0 log main_model_group when router.acompletion has an unexpected error (#249) 2024-05-02 14:20:49 -04:00
Shuchang Zheng
b6a85cf3a5 remove exc_info from LOG.exception (#246) 2024-04-30 00:27:32 -07:00
Kerem Yilmaz
45d11e5a7f upgrade litellm to 1.35.32 (#245) 2024-04-29 22:01:13 -07:00
Salih Altun
31e1470c6f Change page max width (#244) 2024-04-29 23:41:58 +03:00