mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-10 23:44:36 +00:00
8 lines
121 B
Python
8 lines
121 B
Python
SCRIPT_TASK_BLOCKS = {
|
|
"task",
|
|
"file_download",
|
|
"navigation",
|
|
"action",
|
|
"extraction",
|
|
"login",
|
|
}
|