Commit Graph

  • b6d25dff8c add wait for async task (#344) LawyZheng 2024-05-20 12:59:53 +08:00
  • 6908ca5844 Pass base parameters to acompletion (#343) Kerem Yilmaz 2024-05-17 16:36:15 -07:00
  • 9c19442fed pointer cursor for images (#342) Salih Altun 2024-05-17 21:52:33 +03:00
  • 55b1699f3e Fix gpt4o -> GPT4O (#341) Kerem Yilmaz 2024-05-17 11:42:19 -07:00
  • 1f39bffd4c Improve screenshot size & zoom (#340) Kerem Yilmaz 2024-05-17 11:03:00 -07:00
  • 215c74b123 catch asyncio CancelledError (#337) Shuchang Zheng 2024-05-17 10:02:03 -07:00
  • 9a6ec13af6 Ruff (#339) Suchintan 2024-05-17 12:10:54 -04:00
  • 8598f56a83 GPT4 integration (#324) Divyansh Verma 2024-05-17 20:55:03 +05:30
  • 45a2840538 gpt-4o integration (#333) Hasnain 2024-05-17 16:22:08 +01:00
  • 6358252012 we don't want to sync precommit (#336) Shuchang Zheng 2024-05-16 20:55:09 -07:00
  • 62e4f23ab3 fix unbound latest_action_screenshot_urls (#334) Shuchang Zheng 2024-05-16 20:52:48 -07:00
  • 2e86b41beb remove HTML experiment (#335) LawyZheng 2024-05-17 11:39:46 +08:00
  • 2466897158 adopt ruff as the replacement for python black (#332) Shuchang Zheng 2024-05-16 18:20:11 -07:00
  • 7a2be7e355 sync precommit sync (#331) Shuchang Zheng 2024-05-16 17:19:57 -07:00
  • 9e1b07451f update pre-commit (#330) Shuchang Zheng 2024-05-16 17:11:49 -07:00
  • 482a8b8466 Remove unused BlockYAML.output_parameter_key (#329) Kerem Yilmaz 2024-05-16 15:46:31 -07:00
  • 7d3bb704ed Update workflow response and webhook, bugfix: workflow is always completed (#328) Kerem Yilmaz 2024-05-16 13:44:53 -07:00
  • e6cee25416 Automatically create output parameters (#327) Kerem Yilmaz 2024-05-16 13:08:24 -07:00
  • 72d25cd37d workflow apis (#326) Kerem Yilmaz 2024-05-16 10:51:22 -07:00
  • 50026f33c2 fix non-interatable hallucination on Claude3 (#325) LawyZheng 2024-05-16 23:56:49 +08:00
  • c17b4ed287 add SkyvernHTTPException base exception to automate known error handling in agent service (#317) Shuchang Zheng 2024-05-15 13:35:45 -07:00
  • 164a4da03a add organization_id to workflow service and db query (#320) Kerem Yilmaz 2024-05-15 08:43:36 -07:00
  • 6110fa4a44 Failed to get signed urls for artifacts - this log should just be warning (#321) Shuchang Zheng 2024-05-15 08:28:46 -07:00
  • 479186bbef Quick fix for taskoutput change bug in forloopblock (#323) Kerem Yilmaz 2024-05-15 00:16:15 -07:00
  • cc50b81a4d sequence type in db client (#322) Kerem Yilmaz 2024-05-14 23:21:19 -07:00
  • f2f9122799 optimize select action (#316) LawyZheng 2024-05-15 02:15:18 +08:00
  • 72389b217c add missing check for ENABLE_BEDROCK in LLMConfigRegistry (#298) OB42 2024-05-14 19:07:47 +02:00
  • aea85addd1 use api key in copy curl if avaliable (#307) Kerem Yilmaz 2024-05-14 05:02:12 -07:00
  • 9926ee1d36 including non-interatable elements (#315) LawyZheng 2024-05-14 18:43:06 +08:00
  • a106452034 Ykeremy/workflow execution updates (#314) Kerem Yilmaz 2024-05-14 00:35:37 -07:00
  • 1953874717 Revert "An element is interactable if it has a click event listener (#1119)" (#313) Kerem Yilmaz 2024-05-14 00:23:43 -07:00
  • 4f814f5aec An element is interactable if it has a click event listener (#311) Kerem Yilmaz 2024-05-13 22:26:24 -07:00
  • 9f1c679e09 Add download flag to click action, update dom logic (#310) Kerem Yilmaz 2024-05-13 22:18:42 -07:00
  • a4ed6de34c add workflow_permanent_id unique constraint and index to workflows table (#309) Shuchang Zheng 2024-05-13 22:57:15 -04:00
  • b959822c6e add workflow_permanent_id and version to workflows table (#308) Kerem Yilmaz 2024-05-13 18:29:14 -07:00
  • aecce4a3a0 Update README prioritizing docker instructions (#304) Suchintan 2024-05-13 14:30:43 -04:00
  • e89318aba8 remove connect_to_scraping_browser (#303) Shuchang Zheng 2024-05-13 12:08:12 -04:00
  • 20a86590dd Implement get_share_links (#302) Kerem Yilmaz 2024-05-13 00:03:31 -07:00
  • 6a83f367ba Handle LLM returning element_id instead of id, and handle cases where it may not be returned at all (#301) Kerem Yilmaz 2024-05-12 20:18:34 -07:00
  • ab88f24df6 log screenshot taking time (#300) LawyZheng 2024-05-13 10:41:23 +08:00
  • 25311dee86 convert element tree json -> html (#299) LawyZheng 2024-05-13 09:37:17 +08:00
  • 270642c60c add max_steps_per_run to task (#297) Kerem Yilmaz 2024-05-11 14:13:21 -07:00
  • 6feddbde6a UI improvements (#296) Kerem Yilmaz 2024-05-10 08:35:00 -07:00
  • 25a7a3ad8e SkyvernContext shouldn't be a blocker for running agent (#295) Shuchang Zheng 2024-05-10 11:11:13 -04:00
  • cf01e81ba2 Force Claude 3 models to output JSON object and parse it more reliably (#293) Kerem Yilmaz 2024-05-10 00:51:12 -07:00
  • 49baf471ab fix scrolling problem (#289) LawyZheng 2024-05-10 12:07:03 +08:00
  • 240551f686 Improve local setup and README (#291) Salih Altun 2024-05-09 20:21:13 +03:00
  • ebfc1a6f0f bitwarden Dont fail if already logged in (#287) Kerem Yilmaz 2024-05-08 22:11:24 -07:00
  • a51a20436f Update url load timeout workflows (#286) Kerem Yilmaz 2024-05-08 21:29:05 -07:00
  • bf55bf8314 Default the old anthropic model name for backwards compatibility (#285) Kerem Yilmaz 2024-05-08 20:43:52 -07:00
  • 4b352b2ad0 Fix setup.sh to include the last anthropic models (#282) OB42 2024-05-09 05:18:22 +02:00
  • 625b4dff9f Update README.md (#283) Shixian Sheng 2024-05-08 19:18:43 -04:00
  • 5ca3ea9102 docs: update quickstart.mdx (#284) Ikko Eltociear Ashimine 2024-05-09 08:10:29 +09:00
  • 220f676dd9 Update screenshot logic (#281) Kerem Yilmaz 2024-05-08 02:48:45 -07:00
  • e5d094493e Define haiku + prompt engine takes a directory arg (#279) Kerem Yilmaz 2024-05-08 02:07:18 -07:00
  • 42d652f381 Set organization_id for posthog through event (#277) Kerem Yilmaz 2024-05-08 01:33:06 -07:00
  • cc91c1b2b6 Ykeremy/click instead of download (#275) Kerem Yilmaz 2024-05-07 23:54:07 -07:00
  • 2788b53a0c fix the browser is closing even passes close_browser=False (#274) LawyZheng 2024-05-08 14:09:23 +08:00
  • d7599a21c5 remove unnecessary info in action result history (#248) Kerem Yilmaz 2024-05-07 21:10:36 -07:00
  • 01f834bbbd tag element out of the page as non-interactable (#273) LawyZheng 2024-05-08 10:25:32 +08:00
  • 8d87e71891 remove the old context tree (#268) LawyZheng 2024-05-08 10:16:30 +08:00
  • bce6326eef try to fix sceenshot timeout (#272) LawyZheng 2024-05-08 08:59:34 +08:00
  • 7b36e04418 disable light mode (#271) Kerem Yilmaz 2024-05-07 12:54:59 -07:00
  • 5ce37dfaaf FE Auth vendor changes (#270) Kerem Yilmaz 2024-05-07 11:31:05 -07:00
  • 0862232db4 auto detect skyvern context and set context if it's not set (#269) Shuchang Zheng 2024-05-07 11:23:17 -04:00
  • 6473635de4 roll out new context tree 100% (#266) Shuchang Zheng 2024-05-06 20:25:04 -04:00
  • bf47f810bb create org api key when personal account user signs up (#265) Kerem Yilmaz 2024-05-06 13:46:17 -07:00
  • 25ac637b40 Ykeremy/separate sonnet prompt (#263) Kerem Yilmaz 2024-05-06 13:07:52 -07:00
  • ccd435dd82 Default to dark theme for now (#262) Kerem Yilmaz 2024-05-06 01:02:54 -07:00
  • a13b593935 Add log for initial url laoding time (#260) Shuchang Zheng 2024-05-05 01:49:36 -04:00
  • be39516f1d support trailing slash in API paths (#219) Shuchang Zheng 2024-05-04 23:54:41 -04:00
  • 3c2bb5cca8 increase the deafult browser initial loading timeout and screenshot timeout (#259) Shuchang Zheng 2024-05-04 23:27:44 -04:00
  • d9ddb1bdbe add org_task_index for steps table (#258) Shuchang Zheng 2024-05-04 22:52:18 -04:00
  • b26e2c9699 fix backbone connection (#257) Kerem Yilmaz 2024-05-04 19:40:29 -07:00
  • e8a46d2a1a catch screenshot error when taking the final screenshot (#256) Shuchang Zheng 2024-05-04 18:27:42 -04:00
  • e75b86c611 webshare backbone connection (#255) Kerem Yilmaz 2024-05-04 13:44:51 -07:00
  • d7bca7153b refresh task after clearing failure reasoning (#254) Shuchang Zheng 2024-05-04 14:21:00 -04:00
  • 6f4e896025 Add context tree to extract information (#253) Kerem Yilmaz 2024-05-03 00:47:32 -07:00
  • 4459ca7d09 Integrate posthog feature flags + setup Claude 3 experiment (#251) Kerem Yilmaz 2024-05-02 15:06:21 -07:00
  • 55444e3ae0 upgrade litellm to 1.35.35 (#250) Shuchang Zheng 2024-05-02 11:32:24 -07:00
  • a1fa5ee4e0 log main_model_group when router.acompletion has an unexpected error (#249) Shuchang Zheng 2024-05-02 11:20:49 -07:00
  • b6a85cf3a5 remove exc_info from LOG.exception (#246) Shuchang Zheng 2024-04-30 00:27:32 -07:00
  • 45d11e5a7f upgrade litellm to 1.35.32 (#245) Kerem Yilmaz 2024-04-29 22:01:13 -07:00
  • 31e1470c6f Change page max width (#244) Salih Altun 2024-04-29 23:41:58 +03:00
  • 8a2e506f7d Add padding to main page content (#243) Salih Altun 2024-04-29 21:45:13 +03:00
  • 7301dd00b2 add index to speed up artifact queries (#241) Kerem Yilmaz 2024-04-28 16:23:17 -07:00
  • b321ac2481 select action on label (#238) LawyZheng 2024-04-26 17:51:50 +08:00
  • 3d712cb0fb llm router for gpt4 turbo (#237) Kerem Yilmaz 2024-04-25 01:32:22 -07:00
  • 52e6205005 Sync changes (#236) Kerem Yilmaz 2024-04-25 00:02:36 -07:00
  • f000793591 Upgrade context limit (#235) LawyZheng 2024-04-25 09:38:39 +08:00
  • fdef12dac3 GPT-4-Turbo support vision=true (#234) Suchintan 2024-04-24 15:42:39 -04:00
  • ef21cef721 Fix navigation payload (#233) Salih Altun 2024-04-24 22:30:13 +03:00
  • 95f8ad191b Allow querying multiple statuses (#232) Salih Altun 2024-04-24 22:27:15 +03:00
  • 1d329539e4 refetch less aggressively (#231) Salih Altun 2024-04-24 21:14:05 +03:00
  • 2c4c309523 GPT-4-Turbo w/ Vision is GA now (#230) Suchintan 2024-04-24 13:56:52 -04:00
  • 5d9054594c Add task status as a query parameter (#229) Salih Altun 2024-04-24 20:39:19 +03:00
  • 9d3c3047c8 Use first page of running tasks since api is not filtered (#228) Salih Altun 2024-04-24 19:07:00 +03:00
  • ef227dc9ff Change step artifact headers (#227) Salih Altun 2024-04-24 18:14:20 +03:00
  • 382505ee75 Update task creation page layout (#226) Salih Altun 2024-04-24 17:45:39 +03:00
  • 90fbe50579 Remove accordion, add cards, change layout of task page (#225) Salih Altun 2024-04-24 17:11:12 +03:00