Hermes Agent c78be834d0 refactor: import engine calls resource module's load_product_category_product
- core.py: import_categories_and_products() now takes resource_module as first arg,
  uses importlib to load {resource_module}.init, calls load_product_category_product(parent_category_id)
- Resource module owns the full import logic (read source + write product_management)
- __init__.py: updated wrapper signature
- import_category_products.dspy: updated call
2026-06-23 14:47:12 +08:00
..