Currently, only binary modules located in phlow_packages can be imported.
It is necessary to allow importing .so modules directly by their path.
modules:
- module: ./my_module.so
name: cli
In this case, for modules loaded by path, the name field is mandatory.
parameter, version, not required here.