Commit Graph

1326 Commits

Author SHA1 Message Date
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
Shuchang Zheng
0024af2fe8 use wpid for MissingValueForParameter error (#2527) 2025-05-29 14:26:09 -07:00
Shuchang Zheng
ea5620acd2 weave LLMCaller.llm_key through to api handler/agent (#2524) 2025-05-29 16:49:59 -04:00
Shuchang Zheng
62e9d84fd6 fix url encoding in the param part (#2520) 2025-05-29 12:55:48 -07:00
Shuchang Zheng
bd72491d7d add current item in forloop + global forloop reference (#2512) 2025-05-29 23:12:07 +08:00
Shuchang Zheng
49ef1aaa07 fix li interactable (#2511) 2025-05-29 23:03:39 +08:00
Shuchang Zheng
08bf2bc428 backend changes extracted from codex/jon/SKY-5016 (#2508) 2025-05-29 09:15:04 -04:00
Shuchang Zheng
4ad65b579c use wpid for MissingValueForParameter error (#2505) 2025-05-29 02:51:45 -07:00
Shuchang Zheng
cf08ca951e Fix chrome user data dir problem (#2503) 2025-05-28 22:41:06 -07:00
Shuchang Zheng
a930f0965b fix pre-commit errors (#2501) 2025-05-28 15:31:55 -07:00
Shuchang Zheng
a2ff8791d6 make wait_for_completion=False by default for run_task function in the python lib (#2500) 2025-05-28 15:27:50 -07:00
Prakash Maheshwaran
fc028212be feat: enforce Python 3.11+ version check during MCP setup 2025-05-28 15:09:14 -07:00
Prakash Maheshwaran
4554633046 fixed python version check in mcp CLI setup 2025-05-28 14:55:49 -07:00
Shuchang Zheng
31d6dbdacd stop removing target attr when scraping (#2495) 2025-05-28 15:55:01 +08:00
Shuchang Zheng
91a666f705 fix sequential click bug (#2494)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
2025-05-28 15:33:29 +08:00
Shuchang Zheng
3d1572f462 remove skyvern sdk sub group interfaces in doc (#2492) 2025-05-27 23:50:09 -07:00
Shuchang Zheng
abab86619c move every interface to top level and get rid of sdk client grouping (#2490) 2025-05-27 23:38:14 -07:00
Shuchang Zheng
1e16559141 refactor skyvern current state json file (#2489) 2025-05-27 17:38:24 -07:00
Shuchang Zheng
c575ad8bc7 fix webhook successful status code range (#2486) 2025-05-27 03:21:50 -07:00
Shuchang Zheng
de18a60ac2 Revert "revert webhook schema updates" (#2482) 2025-05-27 03:00:14 -07:00
Prakash Maheshwaran
a7ff5aaade added new all in one setup CLI Skyvern quickstart (#2480) 2025-05-27 01:54:31 -04:00
Shuchang Zheng
da4afddc21 revert webhook schema updates (#2479) 2025-05-26 21:18:42 -07:00
Suchintan
374a1003d7 Update README (#2470) 2025-05-26 23:09:54 -04:00
Shuchang Zheng
fc71c32133 Add Anthropic Claude 4 and 3.5 Haiku models (#2477) 2025-05-26 22:18:20 -04:00
Shuchang Zheng
e3c17a0384 fix precommit (#2474) 2025-05-26 18:50:11 -07:00
Shuchang Zheng
a86a5e34d1 Update workflow docs (#2472) 2025-05-26 21:30:43 -04:00
Cristian Branet
1fdc40eaef doc update - Clarified startup options for local development - skyvern run server vs Docker Compose (#2442) 2025-05-26 19:18:23 -04:00
Shuchang Zheng
c11fb425e3 TOTP endpoint update - support sending code that's less than or equal to 10 chars directly (#2464) 2025-05-26 13:28:20 -07:00
Shuchang Zheng
bd8ea04077 update workflow webhook resposne (#2459) 2025-05-27 00:13:19 +08:00
Shuchang Zheng
04c47b7e79 fix workflow run webhook status (#2458) 2025-05-26 23:49:42 +08:00
Shuchang Zheng
2438bcacbf add engine to more blocks (#2457) 2025-05-26 23:19:42 +08:00
Shuchang Zheng
913cd15fc4 Fern openapi update (#2455) 2025-05-25 19:31:48 -07:00
Shuchang Zheng
7ab5617b98 only ignore skyvern/artifacts folder (#2449) 2025-05-25 00:54:45 -07:00
Shuchang Zheng
6f83978937 doc update - add run tasks page (#2425) 2025-05-24 23:46:31 -07:00
Shuchang Zheng
601cd099f7 add logs to debug task timeout (#2447) 2025-05-24 15:25:19 -07:00