Commit Graph

611 Commits

Author SHA1 Message Date
Shuchang Zheng
6b385b3c85 Post action improvements: only generate scripts for a certain list of actions (#3676) 2025-10-15 19:41:52 +00:00
pedrohsdb
dfe8d6fb85 Refactor LLM config to payload-based approach and add NORMAL/CUSTOM select-agent handlers (#3723) 2025-10-15 12:14:22 -07:00
LawyZheng
f69acdaadc readonly input type dropdown (#3717) 2025-10-15 14:39:27 +08:00
Stanislav Novosad
975e431bac Revert "Make navigate_to_url idempotent" (#3712) 2025-10-14 17:36:45 -06:00
Stanislav Novosad
ff4a2c982b Make navigate_to_url idempotent (#3705)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-10-14 16:34:20 -06:00
LawyZheng
dc832ea6db support magic link login (#3702) 2025-10-14 16:24:14 +08:00
LawyZheng
e08778993e abort scraping when too many elements (#3678) 2025-10-10 15:46:55 +08:00
Shuchang Zheng
40d127de58 store xpath as root level attribute of action (#3654) 2025-10-09 00:59:30 -07:00
LawyZheng
04e768987e improve download handler (#3642) 2025-10-08 15:23:28 +08:00
LawyZheng
009bb119b9 improve input handler (#3635) 2025-10-07 22:33:45 +08:00
Shuchang Zheng
337687dbdc fix script run totp (#3632) 2025-10-07 01:26:42 -07:00
pedrohsdb
6fc56d9775 Pedro/support_multi_field_6_digit_totp (#3622) 2025-10-06 16:37:35 -07:00
Jonathan Dobson
a758b03861 make browser download timeout configurable for blocks and tasks (#3619) 2025-10-06 11:09:20 -04:00
Shuchang Zheng
ba78db3b70 add pre click back to select option handler (#3608) 2025-10-03 13:38:50 -07:00
pedrohsdb
52c38a66c1 reverting lawys PR to fix workable (#3579) 2025-10-01 11:51:07 -07:00
pedrohsdb
80c7ea2577 Revert "skip malformed css selector" (#3578) 2025-10-01 11:38:07 -07:00
pedrohsdb
0fce84a384 skip malformed css selector (#3577) 2025-10-01 11:24:43 -07:00
Stanislav Novosad
d61179e132 Migrate Skyvern to uv from poetry (#3554)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: stas <stas@skyvern.com>
2025-09-30 15:19:12 -06:00
LawyZheng
6b90f10221 remove valid css selector check (#3524) 2025-09-25 11:06:28 +08:00
LawyZheng
3e5e61ed50 do no surface error code for completion (#3510) 2025-09-24 12:12:12 +08:00
Shuchang Zheng
e730d4a31f close session instead of delete session (#3505) 2025-09-23 20:53:04 -04:00
Shuchang Zheng
698d29036d add recordings to browser session object (#3503) 2025-09-23 16:54:34 -04:00
pedrohsdb
10fac9bad0 fix input on blocking element issue (#3500) 2025-09-22 14:03:37 -07:00
LawyZheng
7e73a55046 sort pbs downloaded files (#3496) 2025-09-22 14:41:59 +08:00
LawyZheng
ea7c54c271 pass reasoning to error code gen (#3494) 2025-09-22 12:34:59 +08:00
LawyZheng
5e1409a5c7 downloaded files in pbs response (#3487) 2025-09-20 09:34:25 +08:00
LawyZheng
82b2187583 better totp failure reason and error code (#3472) 2025-09-19 10:08:25 +08:00
LawyZheng
3e12133af9 support proxy select for pbs (#3461) 2025-09-18 17:21:46 +08:00
LawyZheng
763eb7bd4f hostfix cua click (#3460) 2025-09-18 16:08:44 +08:00
LawyZheng
598c06cdd1 fix cua bug (#3459) 2025-09-18 14:31:11 +08:00
pedrohsdb
2024484ede Add auto-completion flash lite support for Gemini 2.5 Flash Lite testing (#3453)
original PR with approval: https://github.com/Skyvern-AI/skyvern-cloud/pull/6309
2025-09-17 17:38:02 -07:00
pedrohsdb
9d8a5b9742 Setting for check-user-goal in sequential click for dropdown (flash_lite xp) (#3451) 2025-09-17 08:52:04 -07:00
pedrohsdb
9742112449 setting up a separate handler for parse input or select, for experiment (#3449) 2025-09-16 19:05:18 -07:00
Shuchang Zheng
6ee329866b Smarter select_option & input_text actions (#3440) 2025-09-15 13:16:34 -07:00
LawyZheng
66b2004b70 Use gemini 2_5 flash lite for create_extract_action (#3429) 2025-09-13 16:22:57 +08:00
LawyZheng
031d9083a6 add history to surface errorcode prompt (#3428) 2025-09-13 16:13:35 +08:00
stenn930
8df506660e Azure Vault credential support (#3394) 2025-09-12 10:01:57 -07:00
LawyZheng
a05987768a selfhost debugger support part 1 -- give a VNC support flag in backend (#3418) 2025-09-12 13:09:43 +08:00
LawyZheng
907a530b26 fix generate error code bug (#3416) 2025-09-12 11:13:13 +08:00
Shuchang Zheng
f1aa653b82 add totp_code_required info to the InputTextAction json (#3415) 2025-09-11 19:05:25 -07:00
Shuchang Zheng
0e2aecc75d llm log (#3414) 2025-09-11 18:10:05 -07:00
Shuchang Zheng
b7515919d7 Pedro/migrate context call to main prompt (#3400) 2025-09-11 13:49:05 -07:00
LawyZheng
ef99a3cc99 pbs proxy debugging (#3409) 2025-09-11 13:18:47 +08:00
LawyZheng
a5c25b5f7f refactor select option logic (#3408) 2025-09-11 13:10:02 +08:00
LawyZheng
3b8789d045 use single prompt to generate error code (#3396) 2025-09-10 02:45:07 +08:00
LawyZheng
ceec64d201 generate error failure when summary failure reason (#3395) 2025-09-10 02:03:00 +08:00
LawyZheng
115c46ff8b try to fix pbs proxy issue (#3375) 2025-09-05 16:19:10 +08:00
LawyZheng
9413958f4b fix block screenshot bug (#3361) 2025-09-05 02:31:29 +08:00
LawyZheng
e5612540b2 fix extract action model (#3348) 2025-09-03 12:05:20 +08:00
LawyZheng
aee181c307 fix browser cdp connection (#3339) 2025-09-02 15:53:48 +08:00