Commit Graph

52 Commits

Author SHA1 Message Date
Shuchang Zheng
936282afdb fix task v2 block + post action code gen (#3605) 2025-10-02 21:21:02 -07:00
Shuchang Zheng
1cfa23ae38 generate description for cached action (#3603) 2025-10-02 18:53:08 -07:00
Shuchang Zheng
b97ef02518 script gen support validation block (#3573) 2025-10-01 08:34:29 -07:00
Shuchang Zheng
bb1e7316a3 integrate parameters to support legacy tasks with parameters (#3567) 2025-09-30 17:28:31 -07:00
Shuchang Zheng
7afb5190a6 Script gen support - send email with file attachments (#3551) 2025-09-29 18:37:42 -07:00
Shuchang Zheng
56b4d828c1 fix workflow_run.run_with override (#3543) 2025-09-27 11:18:17 -07:00
Shuchang Zheng
90096bc453 script gen - support skyvern.loop & cleaner interfaces for generated code (no need to pass context.parameters, implicit template rendering) (#3542) 2025-09-26 23:27:29 -07:00
Shuchang Zheng
8c54475fda fix mypy issue for org tokens (#3541) 2025-09-26 16:35:47 -07:00
Shuchang Zheng
96556bf807 use secondary llm to generate workflow parameters for script generation (#3522) 2025-09-24 17:16:51 -04:00
Shuchang Zheng
9a9ee01253 only run script when generate_script is true (#3491) 2025-09-21 02:45:23 -04:00
Shuchang Zheng
5a0a228b56 shu/script status pending (#3481) 2025-09-19 09:00:48 -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
1cb84f13b5 script gen - loop block support (#3455) 2025-09-18 00:27:49 -07:00
Shuchang Zheng
6ee329866b Smarter select_option & input_text actions (#3440) 2025-09-15 13:16:34 -07:00
Shuchang Zheng
dde6837df8 shu/fix totp script gen (#3423) 2025-09-12 12:41:23 -07:00
Shuchang Zheng
2384a8cf24 script gen fix file upload and file download blocks (#3417) 2025-09-11 21:22:03 -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
0e2aecc75d llm log (#3414) 2025-09-11 18:10:05 -07:00
Shuchang Zheng
f582f84c95 scripts gen all block support (#3407) 2025-09-10 17:22:00 -07:00
Shuchang Zheng
67c54c4040 Script gen - support CloudStorageBlock (#3403) 2025-09-09 23:46:45 -07:00
Shuchang Zheng
a903170f14 script gen run code block using the block interface (#3401) 2025-09-09 22:33:59 -07:00
Shuchang Zheng
fb7bc7aa04 sanitize workflow parameters for generate workflow parameters (#3373) 2025-09-04 23:35:37 -07:00
Shuchang Zheng
0fceaac8c8 run script with browser session (#3368) 2025-09-04 21:24:51 -07:00
Shuchang Zheng
916e4699d0 show input value before the value is interpretated into a real secret (#3364) 2025-09-04 16:17:01 -07:00
Shuchang Zheng
960b680efc fix input value bug for script run (#3362) 2025-09-04 14:22:44 -07:00
Shuchang Zheng
f32c1c15d4 ai_adapt_value -> ai_infer (#3359) 2025-09-04 10:51:41 -07:00
Shuchang Zheng
55d847461e ai_adapt_value for text input (#3354) 2025-09-03 16:44:52 -07:00
Shuchang Zheng
01fed0babc script run - fix post action screenshot mismatch issue (#3346) 2025-09-03 01:52:18 -07:00
Shuchang Zheng
9a699e70f8 Fix extraction prompt templating (#3335) 2025-09-01 15:41:40 +08:00
Shuchang Zheng
83b3cfb6af script regeneration after ai fallback (#3330) 2025-08-31 11:46:31 +08:00
Shuchang Zheng
f906eb5e2f Script gen - remove 2 lines before generated parameter schema (#3328) 2025-08-31 08:21:43 +08:00
Shuchang Zheng
1fcbc97678 Add created_by for script actions (#3303) 2025-08-27 04:17:38 +08:00
Shuchang Zheng
472b8b4452 Script action - store text and option (#3289) 2025-08-24 17:34:31 -07:00
Shuchang Zheng
f3167ed2a3 More logs to show why a script fails (#3287) 2025-08-24 15:59:44 -07:00
Shuchang Zheng
d119c0ac92 store workflow start block code (#3283) 2025-08-23 17:27:17 -07:00
Shuchang Zheng
e13ad75dd3 Script - credential / secret integration (#3279) 2025-08-22 18:54:40 -07:00
Shuchang Zheng
9d307a2933 support templating in scripts and support block_output (#3276) 2025-08-22 11:24:09 -07:00
Shuchang Zheng
2a62dc08aa generate GeneratedWorkflowParameters (#3264) 2025-08-21 15:42:34 -07:00
Shuchang Zheng
2392252c66 script gen: extract action support (#3238) 2025-08-19 21:21:05 -07:00
Shuchang Zheng
b011842a71 post action screenshot works for script run (#3235) 2025-08-19 16:44:01 -07:00
Shuchang Zheng
ae4fbe638e run script with workflow block run, task, step and artifacts built (#3234) 2025-08-19 13:32:39 -07:00
Shuchang Zheng
adee311e6a migrate block and workflow related schemas to skyvern/schemas/workflows.py (#3227) 2025-08-18 16:18:50 -07:00
Shuchang Zheng
35313508d0 run scripts with workflow run paramters (#3219) 2025-08-17 20:27:53 -07:00
Shuchang Zheng
b9b7591079 script generation improvement (#3216) 2025-08-16 17:48:10 -07:00
Shuchang Zheng
d0ab9a4eae script generation: regenerate click xpath from intention (#3169) 2025-08-12 17:40:02 -07:00
Shuchang Zheng
ce60f2fbe1 fix script_block file path by removing the script_block_id from the path (#3162) 2025-08-11 05:07:53 -07:00
Shuchang Zheng
976d636b3a fix script creation post workflow run (#3160) 2025-08-10 22:57:00 -07:00
Shuchang Zheng
58bd43171e Script generation (#3157) 2025-08-10 13:16:46 -07:00
Shuchang Zheng
16596e5c61 workflow script creation (#3151) 2025-08-09 13:11:16 -07:00