5.2.4 LinkSoul Cloud Interaction
About LinkSoul
LinkSoul is AgiBot’s cloud interaction platform, providing cloud-based AI interaction capabilities for robots. Developers configure and publish custom agents on the LinkSoul platform, then connect via LinkSoul-AgentSDK from the robot side or third-party cloud to enable secondary development of cloud interaction, including speech recognition, semantic understanding, text generation, and speech synthesis for end-to-end human-robot interaction.
For platform usage, refer to the LinkSoul User Manual.
Technical Architecture
The AgiBot cloud interaction platform provides a comprehensive closed-loop capability for secondary development:
Developers configure and publish custom agents on the LinkSoul platform, generating appId and appSecret
Integrate into your own services (such as ASR, LLM, TTS scenarios) via LinkSoul-AgentSDK, completing authentication and connection through the secondary development gateway
The interaction gateway serves as a unified entry point, dispatching in-house algorithms (LLM, VLM, Agent, etc.), channel APIs, and secondary development services to enable active/passive interaction with robots
The overall architecture standardizes input/output and unified scheduling, enabling developers to quickly reuse AI capabilities and focus on business logic
Usage Steps
For the complete steps of platform-side configuration (enabling SDK template creation permission, creating the template, configuring the agent, and connectivity testing) and LinkSoul-AgentSDK integration, refer to SOP: LinkSoul Platform Agent SDK Secondary Development Configuration.