script gen - loop block support (#3455)

This commit is contained in:
Shuchang Zheng
2025-09-18 00:27:49 -07:00
committed by GitHub
parent 598c06cdd1
commit 1cb84f13b5
6 changed files with 611 additions and 314 deletions

View File

@@ -39,6 +39,7 @@ from skyvern.services.script_service import ( # noqa: E402
login, # noqa: E402
parse_file, # noqa: E402
prompt, # noqa: E402
render_list, # noqa: E402
render_template, # noqa: E402
run_code, # noqa: E402
run_script, # noqa: E402
@@ -63,6 +64,7 @@ __all__ = [
"login",
"parse_file",
"prompt",
"render_list",
"render_template",
"run_code",
"run_script",