Package SDK v.37 release
- Updated: 2025/09/22
What's new
SDK download link: A360-package-sdk-2.12.0.zip
Docs download link: A360-package-sdk-2.12.0-javadoc.zip
| Enhanced operating system support for custom
packages This release of the Package SDK significantly expands the compatibility of custom command Packages, now enabling developers to build and deploy packages for macOS, Windows, and cloud-based bot agents. A new allowed agent type with the value
To illustrate this functionality,
the |
- macOS Agent Support: The new
AllowedTarget.MAC_OShas been introduced within theCommandPkgsection. This allows developers to explicitly enable their custom packages for execution on macOS bot agents. - Windows and Cloud Agent Support: The existing
AllowedTarget.HEADLESSvalue ensures that custom packages can be used seamlessly on Windows and Cloud-based bot agents. - Windows-Specific Support: The
AllowedTarget.WINDOWSvalue remains available for developers who need to restrict the usage of their custom packages to Windows bot agents only.