Device Panel Intelligent Agent Development Kit

Last Updated on : 2026-07-21 08:15:30Copy for LLMView as MarkdownDownload PDF

Intelligent agent-related interaction interfaces, suitable for mobile device panel development.

Intelligent agent role

API NameURL
Create Custom Role Based on TemplatesPOST:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/custom-roles/from-template
Query Custom RolesGET:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/custom-roles
Query Custom Role DetailsGET:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/custom-roles/{role_id}
Modify Custom RolePUT:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/custom-roles/{role_id}
Delete Custom RoleDELETE:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/custom-roles/{role_id}
Query Role Template ListGET:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/role-templates
Query Role Template DetailsGET:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/role-templates/{template_id}
Bind RolePOST:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/role-bindings
Query Bound RolesGET:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/role-bindings
Initialize Binding RelationshipPOST:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/agent-roles/initialization
Update Workflow TypePUT:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/role-workflow
Create Custom RolePOST:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/custom-role

Intelligent agent role dialogue management

API NameURL
Query Chat HistoryGET:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/history
Delete Chat HistoryDELETE:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/history
Query Memory Enabling StatusGET:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/memory/switch
Delete Role MemoryDELETE:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/memories
Query Memory ListGET:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/memories
Clear Role ContextDELETE:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/chat-context
Count Real-time Core Device Data of the DayGET:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/statistical-data
Count Core Data of Chat HistoryGET:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/statistical-data-history

Intelligent agent configuration service

API NameURL
Get LanguagesGET:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/languages
Get Large Language ModelsGET:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/large-models

agent variables

API NameURL
Query VariablesGET:/v1.0/cloud/agent/ai/b/devices/{device_id}/agent-variables
Update Agent VariablesPUT:/v1.0/cloud/agent/ai/b/devices/{device_id}/agent-variables