Commit Graph

2155 Commits

Author SHA1 Message Date
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
kati3-design
f3d7f76c6f Update prompting-guide.mdx (#2538)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-05-30 16:15:16 -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
ad9daae283 allow null choice for models (#2534) 2025-05-29 21:36:09 -04:00
Shuchang Zheng
6904423812 Doc update: find your api key in .env (#2532) 2025-05-29 16:08:54 -07:00
Shuchang Zheng
69a07c01ab SKY-5061: add model to workflow (#2529) 2025-05-29 18:06:31 -04:00
Shuchang Zheng
0024af2fe8 use wpid for MissingValueForParameter error (#2527) 2025-05-29 14:26:09 -07:00
Prakash Maheshwaran
e5bfca9f19 docs: add local development installation instructions to README (#2523) 2025-05-29 17:17:02 -04:00
Prakash Maheshwaran
829e46c726 Include .env in Docker build for easy llm setup (#2484)
Co-authored-by: Shuchang Zheng <shu@skyvern.com>
2025-05-29 17:16:21 -04:00
Shuchang Zheng
ed9dda6d8f add pytest run to ci (#2525) 2025-05-29 14:13:28 -07:00
Prakash Maheshwaran
4bfb7114ca chore: remove setup.sh script as CLI skyvern quickstart does the same… (#2519) 2025-05-29 17:12:56 -04:00
Prakash Maheshwaran
9174791c1a docs: add agent guide with coding standards and contribution workflow (#2521) 2025-05-29 17:07:42 -04:00
Shuchang Zheng
8637ce834c remove doctoc (#2526) 2025-05-29 14:02:24 -07:00
Shuchang Zheng
ea5620acd2 weave LLMCaller.llm_key through to api handler/agent (#2524) 2025-05-29 16:49:59 -04:00
Asher Foa
7f6b65ba61 Fix UndefinedVar on PYTHONPATH (#2518) 2025-05-29 13:27:21 -07:00
Shuchang Zheng
62e9d84fd6 fix url encoding in the param part (#2520) 2025-05-29 12:55:48 -07:00
Prakash Maheshwaran
401729fb12 Revert "chore: remove setup.sh script as CLI skyvern quickstart does the same and .sh is not maintained too"
This reverts commit 055f484a4c.
2025-05-29 12:28:49 -07:00
Prakash Maheshwaran
055f484a4c chore: remove setup.sh script as CLI skyvern quickstart does the same and .sh is not maintained too 2025-05-29 12:21:15 -07:00
Asher Foa
ee5e375967 fix issue caused by .env.example not ending with a newline (#2516) 2025-05-29 10:46:18 -07:00
Asher Foa
98f257d54e Fix warning on pre-commit run (#2514) 2025-05-29 09:53:39 -07:00
Asher Foa
96b3cc3fe8 Fix warning on dockerfile syntax (#2513) 2025-05-29 09:53:15 -07:00
Asher Foa
8a95e72219 Fix broken pre-commit checks (isort/ruff formatting) (#2515) 2025-05-29 12:01:28 -04:00
Jonathan Dobson
abf68face8 out-of-sync db migration for sync pr 2508 (#2510) 2025-05-29 11:34:30 -04:00
Asher Foa
fe70ec3ede Use .nvmrc and avoid installing nvm in container since we only need node & npm there. (#2499) 2025-05-29 23:28:15 +08: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
75ec2095e9 quick fix of indentation in python - quickstart doc (#2507) 2025-05-29 02:48:51 -07:00
Shuchang Zheng
bfd3eb55ca fix run workflows api link (#2506) 2025-05-29 00:23:53 -07:00
Shuchang Zheng
3e97daa97a Skyvern v0.2.0 - the official SDK (#2497) 2025-05-28 23:46:40 -07:00
Shuchang Zheng
f497ca0ebe fix links in see in action (#2504) 2025-05-28 23:33:43 -07:00
Shuchang Zheng
cf08ca951e Fix chrome user data dir problem (#2503) 2025-05-28 22:41:06 -07:00
Shuchang Zheng
869757398a v0.1.88 (#2502) 2025-05-28 15:50:40 -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
Fern Support
7875e088cc feat: upgrade to v3 parser and make improvements for required api keys, examples, etc. (#2496)
Co-authored-by: Sahil Chatiwala <sahilchatiwala@gmail.com>
Co-authored-by: Sahil <sahil@buildwithfern.com>
2025-05-28 13:05:45 -07:00
Shuchang Zheng
813d90cf55 v0.1.86 (#2498) 2025-05-28 08:07:22 -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
1d1827059c fix grammar errors & typos (#2493) 2025-05-28 00:21:50 -07: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
306eac8a58 simplify credentials doc (#2488) 2025-05-27 11:06:12 -07:00
Shuchang Zheng
9e646bd9a1 simplify docs for tasks (#2487) 2025-05-27 10:45:08 -07:00