In this mode, an orchestrator is provided to run Heex Kernel
.
You will have to handle how to run your implementations.
Prerequisites :
To run you implementations, you have 2 options.
~/Heex_SDK_<version>/implementations
folder.implementations.json
file by running the CLI command ./heex sdk generate-implementations-file
(use --help
for more info).๐ Note:
You donโt necessarily have to add
--config path/to/system_conf.json
to your command, if yoursystemConf.json
is located insidekernel/systemConfs
.
โน๏ธ Info: Cleanup
We recommend that you stop
Heex Kernel
when you are done using CTRL+C.