support templating in scripts and support block_output (#3276)

This commit is contained in:
Shuchang Zheng
2025-08-22 11:24:09 -07:00
committed by GitHub
parent 2903291dc4
commit 9d307a2933
6 changed files with 181 additions and 73 deletions

View File

@@ -35,6 +35,7 @@ from skyvern.services.script_service import ( # noqa: E402
extract, # noqa: E402
generate_text, # noqa: E402
login, # noqa: E402
render_template, # noqa: E402
run_script, # noqa: E402
run_task, # noqa: E402
wait, # noqa: E402
@@ -51,6 +52,7 @@ __all__ = [
"extract",
"generate_text",
"login",
"render_template",
"run_script",
"run_task",
"setup",