Build a rig

Build a rig

Take an agent workspace you already have and turn it into a portable, shareable artifact.

You have a folder where your agent works. Maybe it's an experiment, maybe it's a finished product. Either way, you want to share it — with a teammate, with the world, or with future-you on a different machine.

The progression:

rig init                  # write rig.toml; inspect, ask, infer
rig add data/strategies/  # opt files in beyond the defaults
rig pack                  # produce dist/<name>-<version>.rig.tgz
rig inspect ./dist/...    # sanity check before publishing

After that, you're ready to publish.

Pages in this section