Files
Dorod-Sky/skyvern/services/run_code_service.py

13 lines
237 B
Python
Raw Normal View History

2025-06-18 00:44:46 -07:00
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