This ability would be nested away in aegis.json and not changeable via Aegis runtime. Perhaps built-in support for pigz and 7zip?
config value something like:
"compression-program": "tar czf {1} {0}",
where {0} is the directory to be compressed and {1} is the output so that a user could change it like so:
"compression-program": "tar cf - {0} | pigz > {1}",