Heex Runtime Environment. It contains agent Kernel and your agents.

Usage

SubcommandDescriptionExample
packageCreate an installer with Heex agents and your agents./heex hre package -c your_system_conf
usage: heex hre [--help] {package} ...

How to release Your Own Heex Runtime Environment

To take advantage of the ease of deployment and over-the-air update capabilities, you need to release your runtime environment to our Cloud.
Please use the command below, specifying the UUIDs of the systems you want the runtime environment to be associated with:

./heex hre release --system_uuids SYSTEM_UUID_1 SYSTEM_UUID_2 ... --environment ENV
  • ENV being your heex server environment (ie: https://ENV.heex.io)

Getting Help

./heex hre --help