You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2026. It is now read-only.
Currently the SDK only accepts file paths for workload execution. It would be useful to support passing code directly as a string.
Current behavior:
Proposed enhancement:
Add support for passing code as a string, with options:
Option 1: Separate method
Option 2: Auto-detect (file path vs code string)
Implementation notes:
Related to PR #20 review from @jsturtevant