Commit Graph

1360 Commits

Author SHA1 Message Date
Asher Foa
effd0c4911 Add pyupgrade pre-commit hook + modernize python code (#2611) 2025-06-10 18:52:38 +00:00
Shuchang Zheng
272985f1bb decrease svg css timeout to 30s (#2671) 2025-06-10 18:37:54 +00:00
Shuchang Zheng
95de4d06a0 fix svg css llm call timeout bug (#2670) 2025-06-11 02:19:39 +08:00
Asher Foa
e30a4cf258 add orgnization ID to build_xxxx_uri methods + make methods require named args + add basic tests (#2628) 2025-06-10 17:29:10 +00:00
Asher Foa
049152df4a pydantic model config migration (#2646) 2025-06-10 17:17:30 +00:00
Asher Foa
0ddb7e0286 Add some basic tests to AgentDB. (#2666) 2025-06-10 12:04:11 -04:00
Asher Foa
25f7cb43f7 Stop using deprecated FilterRequestsOnUrl (#2645) 2025-06-10 10:37:19 -04:00
Shuchang Zheng
09ca00e948 fix timeout for svg and css LLM call (#2662)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-10 07:23:15 +00:00
Shuchang Zheng
7fa002c500 CodeGen part1 - move ActionType to it's own py file (#2655) 2025-06-09 20:21:43 -07:00
Asher Foa
0503f403bd Allow AgentDB init to accept a db_engine (for unit tests) (#2626) 2025-06-09 13:12:23 -07:00
Asher Foa
4de7746ebc Move save legacy file logic to S3Storage + add storage class support + add logging (#2624) 2025-06-09 16:13:20 +00:00
Asher Foa
fc1e7ae37e More not allowing org id to be None in some cases (mypy only) (#2620) 2025-06-09 12:09:19 -04:00
Shuchang Zheng
311e641908 action.get_xpath (#2642) 2025-06-09 03:26:44 -07:00
Shuchang Zheng
fdf61aa2f9 feat: summarize failure on max retries (#2641)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-09 07:29:14 +00:00
Shuchang Zheng
c531395c39 fix input interactable detect (#2621)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-09 06:45:32 +00:00
Shuchang Zheng
3a927aa4e2 fix upload file storage class input style (#2618) 2025-06-06 01:36:46 -07:00
Shuchang Zheng
25cea85be0 fix artifact.id bug (#2617) 2025-06-06 00:46:40 -07:00
Prakash Maheshwaran
583429713d refactor: rename stop_workflow command to cancel_workflow for consistency (#2616) 2025-06-06 00:04:16 -04:00
Asher Foa
e258c6332d Don't allow None for org id (partial mypy only change) more to come (#2613) 2025-06-05 19:00:20 -04:00
Asher Foa
990b1c921f Add support for s3 storage classes + added logging when we upload to s3 (#2610) 2025-06-05 18:26:52 -04:00
Shuchang Zheng
019e244cd8 generate totp code right before input (#2608) 2025-06-06 00:41:06 +08:00
Shuchang Zheng
71bba769ef enrich local logger (#2605) 2025-06-05 10:01:46 -04:00
Prakash Maheshwaran
ee0302171e Revert "Revert "feat: add SKYVERN_BASE_URL environment variable support for client base URL""
This reverts commit d0ea267ad1.
2025-06-05 06:47:05 -04:00
Prakash Maheshwaran
c4955e098a Revert "feat: add SKYVERN_BASE_URL environment variable support for client configuration"
This reverts commit f1465456e0.
2025-06-05 04:49:37 -04:00
Prakash Maheshwaran
f1465456e0 feat: add SKYVERN_BASE_URL environment variable support for client configuration 2025-06-05 04:47:08 -04:00
Prakash Maheshwaran
d0ea267ad1 Revert "feat: add SKYVERN_BASE_URL environment variable support for client base URL"
This reverts commit 8e414ae232.
2025-06-05 04:44:53 -04:00
Prakash Maheshwaran
8e414ae232 feat: add SKYVERN_BASE_URL environment variable support for client base URL 2025-06-05 04:41:07 -04:00
Prakash Maheshwaran
642994eaae added new CLi to stof skyvern sever (#2549)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-05 04:22:03 -04:00
Shuchang Zheng
4fd8f5fdad add error handle for click event check (#2596) 2025-06-05 14:17:28 +08:00
Shuchang Zheng
a46f7248a7 enhance clickable element detect (#2595) 2025-06-05 14:05:34 +08:00
Shuchang Zheng
06d026a231 fallback gemini to gpt + use latest gemini flash 2.5 release (#2588) 2025-06-04 14:41:38 +08:00
Shuchang Zheng
8acefa1fe2 update webhook_url docstring (#2587) 2025-06-03 15:33:34 -07:00
Shuchang Zheng
d59c133dbd log totp parser llm response (#2585) 2025-06-03 15:15:51 -07:00
Asher Foa
77c17b705f more logging when org not found (#2569) 2025-06-03 10:58:28 -07:00
Shuchang Zheng
2ddcb9eb0b log duration and prompt_name in llm failure log (#2578) 2025-06-03 10:24:47 -07:00
Shuchang Zheng
f27c2cd92d fix selfhost streaming issue (#2576)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-06-03 17:10:30 +08:00
Shuchang Zheng
db856cd843 fix jinja runtime leak (#2575) 2025-06-03 14:03:49 +08:00
Suchintan
d18f67cd70 Update model selector to use O4 mini (#2560) 2025-06-02 17:26:03 -04:00
Shuchang Zheng
aef945cb63 fix llm key override in llm_api_handler_with_router_and_fallback (#2562) 2025-05-31 23:23:37 -07:00
Shuchang Zheng
2167d88c20 Jon/model name massage (#2559) 2025-05-31 22:34:30 -04:00
Shuchang Zheng
b4d5837196 ModelSelector: add 'Skyvern Optimized' as hard choice (#2558) 2025-05-31 21:42:57 -04:00
Shuchang Zheng
800a26d323 use model_name instead of name (#2557) 2025-05-31 18:40:36 -07:00
Shuchang Zheng
deb38af17d fix llm_key - render every llm_key for cua in the execute_step (#2556) 2025-05-31 16:26:02 -07:00
Shuchang Zheng
48f5f0913e fix llm_key_override (#2552) 2025-05-31 11:11:25 -07:00
Prakash Maheshwaran
07bf256779 refactor: improve frontend env file setup logic and error handling (#2544) 2025-05-31 02:14:43 -04:00
Shuchang Zheng
2ed14f42e7 add model to Task and TaskV2; expose it to run_task endpoint; thread … (#2540) 2025-05-30 20:07:12 -07:00
Tiger Shen
73e366bbad Fix Claude 4 model names to use specific versions instead of -latest suffix (#2531) 2025-05-30 18:13:05 -07:00
Shuchang Zheng
5580548e7d support anthropic claude 4 bedrock (#2539) 2025-05-30 16:16:07 -07:00
Shuchang Zheng
f0b0a22d25 refresh options before doing select (#2537) 2025-05-30 11:41:36 +08:00
Shuchang Zheng
47709dc0d8 support cross domain css sheet parse (#2535) 2025-05-30 09:51:59 +08:00