Versioning
-
To publish an Agent, you will need to freeze your agent, capturing a full copy of the Agent at that time as a version.
-
iostack can then host and serve that version of your Agent via our inference API.
-
You can access the version using the drop-in Javascript Widget or build your own front-end client.
Version Limits
- You can maintain a collection of up to 25 versions for each agent.
Version-specific Access
- Each version has a unique access key associated with it to access that specific version. It will not work with any other version.
To host a long running Agent (with multiple versions) without having to change the access key to match each new version, associate your version with an Environment and use an Environment Access Key instead.
Widget Code Snippet
-
You can copy a Javascript code snippet configuring the Javascript Widget for use in any HTML page.
-
The code snippet captures the settings associated with that version of the Agent at the time it was published.