Commit Graph

351 Commits

Author SHA1 Message Date
Alex Angin
0b47482fcb Feature/workflow history (#3432)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-09-21 02:48:27 -04:00
Shuchang Zheng
9a9ee01253 only run script when generate_script is true (#3491) 2025-09-21 02:45:23 -04:00
Jonathan Dobson
b104776498 default code gen to true for prompt-initiated workflows (#3483) 2025-09-19 15:15:19 -04:00
Shuchang Zheng
c5280782b0 script gen post action (#3480) 2025-09-19 08:50:21 -07:00
Shuchang Zheng
1cb84f13b5 script gen - loop block support (#3455) 2025-09-18 00:27:49 -07:00
LawyZheng
7dd1d5241c denpendent workflow run (#3457) 2025-09-18 13:32:55 +08:00
LawyZheng
4d339b07f8 fix codeblock in debugger (#3452) 2025-09-17 23:58:37 +08:00
Shuchang Zheng
720ebac72c add workflow_run.script_run and mark ai_fallback_triggered when the script falls back to ai run (#3433) 2025-09-14 22:53:52 -07:00
LawyZheng
863d7473a1 fix run duration calculation (#3427) 2025-09-13 15:57:48 +08:00
stenn930
8df506660e Azure Vault credential support (#3394) 2025-09-12 10:01:57 -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
1f51da17a9 fix typing in _resolve_parameter_value (#3390) 2025-09-07 15:36:44 -07:00
stenn930
a7127558f2 Use Jinja-style syntax in Bitwarden parameters (#3387) 2025-09-07 15:21:45 -07:00
Shuchang Zheng
5333c13055 browser session id should be passed to _execute_workflow_script in execute_workflow (#3371) 2025-09-04 22:33:22 -07:00
Shuchang Zheng
0fceaac8c8 run script with browser session (#3368) 2025-09-04 21:24:51 -07:00
LawyZheng
9413958f4b fix block screenshot bug (#3361) 2025-09-05 02:31:29 +08:00
Jonathan Dobson
3299a9fcdd accept ai_fallback for new workflows (#3358) 2025-09-04 12:20:22 -04:00
Jonathan Dobson
8b163ba371 add endpoint/logic for creating a taskv2-workflow from a prompt (#3352) 2025-09-03 16:55:15 -04:00
LawyZheng
c4934153b6 fix credential context bug (#3351) 2025-09-04 01:49:53 +08:00
Shuchang Zheng
5da9b78e10 clean up workflow run when it's done by cached script (#3333) 2025-09-03 02:40:13 -07:00
LawyZheng
97e3d14a52 improve credential input (#3347) 2025-09-03 11:47:49 +08:00
Shuchang Zheng
687bf1e2c7 add generate_script to the task v2 table (#3332) 2025-08-31 15:08:01 +08:00
Jonathan Dobson
d992f2de95 allow ai_fallback to save (#3321) 2025-08-29 16:18:22 -04:00
Shuchang Zheng
2d1bd060a0 disable script for block runs (#3319) 2025-08-30 03:33:42 +08:00
Jonathan Dobson
1067e9a076 Debugger Continuity (BE) (#3314) 2025-08-28 20:05:24 -04:00
Shuchang Zheng
916ab6c067 flag to control ai fallback (#3313) 2025-08-29 05:24:17 +08:00
LawyZheng
17501da7cb allow Exception in code block (#3307) 2025-08-27 14:28:57 +08:00
LawyZheng
dd21c3a707 fix missing recording for task v2 block (#3304) 2025-08-27 12:08:37 +08:00
Suchintan
1167765867 Log http block request body, make azure blob key parameterizable (#3300)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2025-08-25 17:36:29 -04:00
LawyZheng
27b637cbd3 support select llm for file parser (#3291) 2025-08-25 16:40:33 +08: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
LawyZheng
44d7c73242 extend bitwarden credential to support vaultwarden (#3268) 2025-08-22 13:02:12 +08:00
LawyZheng
988416829f shorten random string for secret value (#3263) 2025-08-22 01:23:26 +08:00
LawyZheng
c0a31fe0a6 support cdp for task and workflow (#3244) 2025-08-21 11:16:22 +08: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
54f27a8601 run block using run_workflow interface (#3224) 2025-08-18 13:25:54 -07:00
LawyZheng
4617d2b5ca fix task v2 download issue (#3220) 2025-08-18 14:24:18 +08:00
Shuchang Zheng
b9b7591079 script generation improvement (#3216) 2025-08-16 17:48:10 -07:00
Jonathan Dobson
7e3e16a22e whitelist re for code block (is top-level var) (#3188) 2025-08-14 08:20:53 -04:00
LawyZheng
2a4b26f8e6 fix file type detect bug (#3172) 2025-08-13 11:24:20 +08: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
devsy-bot[bot]
1a3938a756 feat: migrate workflow use_cache field to generate_script (#3154)
Co-authored-by: devsy-bot <no-reply@devsy.ai>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-08-10 09:02:23 -07:00
Shuchang Zheng
16596e5c61 workflow script creation (#3151) 2025-08-09 13:11:16 -07:00
Shuchang Zheng
2679b0b9cd do not include totp in the credential secrets if totp is not defined for a credential item (#3147) 2025-08-08 16:56:10 -07:00
Shuchang Zheng
4da3efdffa fix totp parser for totp secret stored in credential item (#3146) 2025-08-08 13:38:07 -07:00
Trevor Sullivan
b3e17c12b3 [Feature] Adding Azure Blob Storage support to File Upload workflow block (#3130) 2025-08-07 21:59:37 -07:00