Add support for secure access to Aliyun models in AgentScope
Our system needs to securely access Aliyun model services (e.g., Model Studio) using encryption protocols like TLS and token authentication. According to Aliyun's documentation, encrypted API calls are required for cloud model inference.
Request
Does AgentScope currently support this secure access pattern? If not, would it be possible to implement a standardized solution for encrypted cloud service integration?
Use case
Securely call Aliyun-hosted models while complying with enterprise security policies (e.g., TLS encryption, token-based authentication).