Pipeline uses subprocess calls instead of direct Python imports between stages #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Description
The pipeline orchestration in
prompt_to_card_pipeline.pyuses subprocess calls and dynamic file-based module loading instead of direct Python imports:Problems
_load_module_from_file()function reinventsimportlibin a fragile wayFix
Once the project has proper package structure (issue #17), replace subprocess calls with direct function calls: