English | įŽäŊ䏿
Alibaba Cloud AgentExplorer SDK for C++
Alibaba Cloud AgentExplorer SDK is based on the Darabonba DSL solution, which is a domain specific language for OpenAPI applications. It can be used to generate multilingual SDKs, code samples, test cases, interface choreography, etc. for any style of API.
Required Dependency Libraries
To use this SDK to access the API, you must first install the required dependency libraries.
- Install with Homebrew
brew install boost cpprestsdk openssl
- Install with yum
yum install boost-devel openssl-devel
# The cpprestsdk does not support installation with yum.
- Install with api-get
# install boost
sudo add-apt-repository ppa:mhier/libboost-latest -y
sudo apt-get update
sudo apt-get install libboost-all-dev
sudo apt-get install libcpprest-dev libcurl4-openssl-dev libssl-dev
- Install with vcpkg
vcpkg install boost cpprestsdk openssl-windows
Installation
Linux
git clone https://github.com/aliyun/alibabacloud-cpp-sdk.git
sh agentexplorer-20260317/scripts/install.sh
Windows
- Run the following command to clone code from Github via :