Workflow CodeGen (#2740)

This commit is contained in:
Shuchang Zheng
2025-06-18 00:44:46 -07:00
committed by GitHub
parent 14bc711240
commit f6a0ccd32b
10 changed files with 565 additions and 51 deletions

View File

@@ -0,0 +1,12 @@
from pathlib import Path
async def run_code(path: Path) -> None:
# initialize the SkyvernPage object
# initialize workflow run context
# load the python file and do validation
# run the preloaded workflow
return