Zoe Forbes
|
da2a360c56
|
feat: add headless runner entry points
New file: runner.py with three entry points for silorunner:
- dag_extract(input_path, output_path): extract feature DAG as JSON
- validate(input_path, output_path): rebuild features, report pass/fail
- export(input_path, output_path, format): export to STEP/IGES/STL/OBJ
Invoked via: create --console -e 'from runner import dag_extract; ...'
Closes kindred/create#217
|
2026-02-14 15:17:30 -06:00 |
|