Use the AICallKit SDK to integrate an AI agent into your app project for AI chat.
Introduction
Alibaba Cloud provides the AICallKit SDK to help you integrate an AI agent into your project. The SDK covers most AI agent features out of the box, which reduces development time and delivers a smoother interactive experience to users.
For integration across platforms, see API reference and iOS.
For server-side development, see Server-side Integration and API references.
Workflow
-
The messaging capability relies on the interactive messaging SDK
AliVCInteractionMessage. Its latest version is V1.5.0. For more information, see Interactive messaging (new). -
To initiate a chat, call the startChat method. If the engine is not connected, obtain the token through a callback event and return it to the AICallKit SDK.
-
To conclude a chat, call the endChat method.
Benefits
Benefits of this solution:
-
Quickly integrate an AI agent and develop messaging capability.
-
Develop the app server flexibly.
-
Support both Android and iOS platforms.