CLI - skyvern run code (#3738)

This commit is contained in:
Shuchang Zheng
2025-10-16 10:53:55 -07:00
committed by GitHub
parent 8b93cdf5ad
commit 88bd516f88
4 changed files with 228 additions and 17 deletions

View File

@@ -44,6 +44,8 @@ class SkyvernContext:
loop_metadata: dict[str, Any] | None = None
loop_output_values: list[dict[str, Any]] | None = None
script_run_parameters: dict[str, Any] = field(default_factory=dict)
script_mode: bool = False
ai_mode_override: str | None = None
"""
Example output value:
{"loop_value": "str", "output_parameter": "the key of the parameter", "output_value": Any}