Package SDK v.37 release
- 최종 업데이트2025/07/07
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_OS
has been introduced within theCommandPkg
section. This allows developers to explicitly enable their custom packages for execution on macOS bot agents. - Windows and Cloud Agent Support: The existing
AllowedTarget.HEADLESS
value ensures that custom packages can be used seamlessly on Windows and Cloud-based bot agents. - Windows-Specific Support: The
AllowedTarget.WINDOWS
value remains available for developers who need to restrict the usage of their custom packages to Windows bot agents only.