Commit Graph

2211 Commits

Author SHA1 Message Date
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
Prakash Maheshwaran
2216cb11f7 feat: add search functionality to workflow node library panel (#2597)
Co-authored-by: Jonathan Dobson <jon.m.dobson@gmail.com>
2025-06-08 01:31:03 +00:00
Shuchang Zheng
211cdaa94c Revert "Revert "chore: update pre-commit hooks and add Python version check"" (#2629) 2025-06-07 12:25:52 -07: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
9f3ad91c83 Fix dockerfile FROM (#2581) 2025-06-05 23:46:04 +00: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
64f885907c turn off codeflash (#2614) 2025-06-05 14:56:04 -07:00
Asher Foa
721ed50116 Add yamlfmt precommit hook (#2584)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-06-05 15:34:20 -04:00
Asher Foa
4f0eecc181 Name GHA jobs so they can be used w/ branch protection rules (#2609) 2025-06-05 12:18:13 -07:00
Asher Foa
b9b46d68e5 Revert "chore: update pre-commit hooks and add Python version check" (#2607)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-06-05 12:05:58 -07: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
d4bd317d73 Revert "Revert "Your commit message""
This reverts commit 27c8539e6f.
2025-06-05 06:05:30 -04:00
Prakash Maheshwaran
27c8539e6f Revert "Your commit message"
This reverts commit 69ec20299f.
2025-06-05 06:04:07 -04:00
Prakash Maheshwaran
69ec20299f Your commit message 2025-06-05 06:01:36 -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
08f02cf18a chore: update pre-commit hooks and add Python version check (#2593) 2025-06-05 04:22:52 -04:00
Prakash Maheshwaran
fc500d7b5d added stop docs (#2551) 2025-06-05 04:22:20 -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
Asher Foa
8d0d3b17dc Use .env file for skyvern UI service (#2568) 2025-06-03 23:49:20 -07: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
b818255ca7 fix agent api link (#2586) 2025-06-03 15:22:09 -07:00
Shuchang Zheng
d59c133dbd log totp parser llm response (#2585) 2025-06-03 15:15:51 -07:00
Shuchang Zheng
04615d111c llamaindex tool interface now is compatible with the new pattern (#2582) 2025-06-03 12:33:47 -07:00
Asher Foa
3fa0b36e36 add artifacts dir to gitignore (#2583) 2025-06-03 12:24:32 -07:00
Asher Foa
77c17b705f more logging when org not found (#2569) 2025-06-03 10:58:28 -07:00
Asher Foa
d09c1c865c Add shell check to pre-cmmit hooks & fix issues reported by it (#2579) 2025-06-03 10:37:56 -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
258b6ac660 release skyvern-langchain & skyvern-llamaindex v0.2.0 (#2577) 2025-06-03 10:21:58 -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
4905c03fd5 suchintan.fern/favicon (#2570) 2025-06-02 16:28:38 -07:00
Shuchang Zheng
1041553a8a remove x-fern-sdk-group-name (#2571) 2025-06-02 16:05:40 -07:00
Suchintan
d18f67cd70 Update model selector to use O4 mini (#2560) 2025-06-02 17:26:03 -04:00
Tiger Shen
7bea5f65ae Update .gitignore to exclude Chrome >= 136 user profile directory (#2530) 2025-06-02 01:05:10 -07:00
Petru-Vlad Ionescu
9412553569 [Fern] Chore: Update code snippets in the Quickstart page (#2555)
Co-authored-by: Petru-Vlad Ionescu <ionescupv@gmail.com>
2025-06-01 12:27:49 -07: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