Commit Graph

294 Commits

Author SHA1 Message Date
pedrohsdb
db68d8a60c scope termination-aware verification to file download fallback (#4043) 2025-11-19 17:34:08 -08:00
Stanislav Novosad
0efae234ab Initialize app at runtime instead of import time (#4024) 2025-11-18 17:56:58 -07:00
pedrohsdb
c561885bdd fix: ensure parallel verification runs data extraction (#4014) 2025-11-18 12:17:29 -08:00
LawyZheng
9b97061b6d fix log typo (#4016) 2025-11-18 14:44:09 +08:00
Shuchang Zheng
d118eb5d4e remove cache actions (#4015) 2025-11-17 21:06:51 -08:00
LawyZheng
abcdf6a033 support download by select action (#4009) 2025-11-17 14:46:32 +08:00
Shuchang Zheng
25e375f78f execute_task_webhook uses the latest non canceled step (#4007) 2025-11-16 15:01:40 -08:00
LawyZheng
9814f9803a fix error reason when page is no data (#3998) 2025-11-14 12:38:11 +08:00
pedrohsdb
b7e28b075c parallelize goal check within task (#3997) 2025-11-13 17:18:32 -08:00
LawyZheng
40cc6c7b47 support non url task block (#3983) 2025-11-13 14:28:45 +08:00
pedrohsdb
d88ca1ca27 Pedro/vertex cache minimal fix (#3981) 2025-11-12 10:40:52 -08:00
pedrohsdb
ca958da6be Add termination-aware complete verification experiment (SKY-6884) (#3948) 2025-11-07 18:53:51 -08:00
pedrohsdb
d8631151ba Speed optimizations: Economy element tree and TOTP context parsing skip (#3936) 2025-11-06 21:56:52 -08:00
pedrohsdb
44528cbd38 Pedro/fix explicit caching vertex api (#3933) 2025-11-06 14:47:58 -08:00
pedrohsdb
d2f4e27940 Add feature flag to skip screenshot annotations (#3932) 2025-11-06 12:46:32 -08:00
Marc Kelechava
3db5ec6cd7 [SKY-6974] Browser Profiles [2/3] Marc/backend browser session profiles (#3923) 2025-11-06 01:24:39 -08:00
LawyZheng
7ff809e50b refactor webhook signature (#3889) 2025-11-04 11:29:14 +08:00
pedrohsdb
06bb9efb4a parallel check user goal xp (#3873) 2025-10-31 12:19:50 -07:00
pedrohsdb
0e0ae81693 Improve LLM error message when LLM is down (#3874) 2025-10-31 11:41:07 -07:00
pedrohsdb
76de33edbd removing laminar (#3858) 2025-10-29 21:42:27 -07:00
pedrohsdb
b89b882d6e set up xp for using cheaper model for verication result (#3853) 2025-10-29 15:11:40 -07:00
Shuchang Zheng
b1baacf138 fix reload action (#3811) 2025-10-24 21:06:13 +00:00
Shuchang Zheng
d55b9637c4 set context.step_id and context.task_id at the beginning of execute_step and unset at the end + auto log step_id & task_id (#3803) 2025-10-23 16:32:28 -07:00
LawyZheng
87625d4c0f support new tab magic link logic (#3797) 2025-10-23 14:38:03 +08:00
Stanislav Novosad
54918a1b92 Make PostHog async (#3786) 2025-10-21 21:14:02 -06:00
pedrohsdb
8b93cdf5ad laminar fix attempt (#3742) 2025-10-16 09:55:24 -07:00
Shuchang Zheng
6b385b3c85 Post action improvements: only generate scripts for a certain list of actions (#3676) 2025-10-15 19:41:52 +00:00
LawyZheng
dc832ea6db support magic link login (#3702) 2025-10-14 16:24:14 +08:00
pedrohsdb
89931b50ca Enrich Laminar data (#3650) 2025-10-08 14:58:50 -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
Suchintan
8b0541af9f Fix bug with downloaded file getting their file path added, fix bug with azure blob path (#3592)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2025-10-02 14:32:41 -04:00
Suchintan
f785a17b3d Handle duplicate files (#3558)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2025-09-30 02:14:00 -04:00
Shuchang Zheng
38a9ad2a6b Replace file_suffix with file_name (but keep vairable name for backwards compatibility), Add path to Azure Blob, remove defaulted {workflow_run_id} (#3557) 2025-09-29 19:30:21 -07:00
pedrohsdb
3e1d41d031 Fix unpacking error in build_and_record_step_prompt (#3533) 2025-09-25 20:17:16 -07:00
pedrohsdb
dd9d4fb3a9 Pedro/prompt caching (#3531) 2025-09-25 15:04:54 -07:00
pedrohsdb
412a5011c8 change retry summarization to use secondary llm (#3517) 2025-09-24 11:46:23 -07:00
Shuchang Zheng
c5280782b0 script gen post action (#3480) 2025-09-19 08:50:21 -07:00
LawyZheng
82b2187583 better totp failure reason and error code (#3472) 2025-09-19 10:08:25 +08: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
LawyZheng
863d7473a1 fix run duration calculation (#3427) 2025-09-13 15:57:48 +08:00
Shuchang Zheng
dde6837df8 shu/fix totp script gen (#3423) 2025-09-12 12:41:23 -07:00
Shuchang Zheng
f1aa653b82 add totp_code_required info to the InputTextAction json (#3415) 2025-09-11 19:05:25 -07:00
Shuchang Zheng
b7515919d7 Pedro/migrate context call to main prompt (#3400) 2025-09-11 13:49:05 -07:00
LawyZheng
3d2b164ea8 add back error code description in the main prompt (#3410) 2025-09-11 23:56:28 +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
e1901e281b add skyvern defined error code (#3366) 2025-09-05 11:21:52 +08:00