script gen run code block using the block interface (#3401)

This commit is contained in:
Shuchang Zheng
2025-09-09 22:33:59 -07:00
committed by GitHub
parent 53c62bf5fb
commit a903170f14
3 changed files with 99 additions and 15 deletions

View File

@@ -36,6 +36,7 @@ from skyvern.services.script_service import ( # noqa: E402
generate_text, # noqa: E402
login, # noqa: E402
render_template, # noqa: E402
run_code, # noqa: E402
run_script, # noqa: E402
run_task, # noqa: E402
wait, # noqa: E402
@@ -53,6 +54,7 @@ __all__ = [
"generate_text",
"login",
"render_template",
"run_code",
"run_script",
"run_task",
"setup",