feat(silo): headless runner entry points — dag_extract, validate, export (#217) #226
Reference in New Issue
Block a user
Delete Branch "feat/silo-runner"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
New file:
mods/silo/freecad/runner.pywith three headless entry points for the silorunner compute worker.Entry Points
dag_extract(input_path, output_path)validate(input_path, output_path)export(input_path, output_path, format)Invocation
No display server required — all functions work in headless mode.
Depends On
Closes #217