Skip to content

v0.3.0

Choose a tag to compare

@AndreasGassmann AndreasGassmann released this 27 Mar 14:55
· 40 commits to main since this release
v0.3.0
139f1b9

Features

  • Add bundle support. The CLI now creates a zip file before uploading it to ipfs. This allows for folder structures to be uploaded, which means that file imports are now supported, it no longer needs to be a single executable. To make use of this feature, simply change the fileUrl to a folder instead of a file, and set the entrypoint property in acurast.json to the file that should be used as a starting point.
  • Add support for the new RestartPolicy. You can specify how your script should behave in case of a crash or early termination.
  • Add "LLM" as a new value for "requiredModules".