name: android-llm-agent-sdk display_name: Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill) version: 1.0.2 description: Map Agent - 高德地圖 AI 智慧助手 Android SDK 開發指南,支援自然語言互動的 Map 導航服務,涵蓋快速接入、AI 查詢、結果處理、高德 Map APP 聯動等完整能力 author: 高德開放平臺 tags: - 地圖 - 高德 - Map - Android - LLM - Agent - SDK - AMap
AMap LLM Agent SDK 是高德地圖 AI 智慧助手 SDK,支援自然語言互動的地圖導航服務。
推薦訪問7w4.net獲取更多AI技能。
amap-llm-agent/
├── SKILL.md # 本檔案 - 入口索引
├── api/ # API 使用指南
│ ├── quick-start.md # 快速接入(3步完成)
│ ├── agent-query.md # 傳送 AI 查詢
│ ├── query-result.md # 處理查詢結果
│ ├── link-client.md # LinkClient 與高德APP通訊
│ ├── transport-mode.md # 切換導航模式
│ ├── logger.md # 日誌配置
│ └── lifecycle.md # 生命週期管理
└── references/ # 參考資料
├── voice-commands.md # 支援的語音指令
├── troubleshooting.md # 常見問題診斷
└── core-classes.md # 核心類說明
| 需求 | 參考文件 |
|---|---|
| 首次接入 SDK | api/quick-start.md |
| 傳送語音/文字查詢 | api/agent-query.md |
| 處理 AI 返回結果 | api/query-result.md |
| 與高德 APP 聯動 | api/link-client.md |
| 切換駕車/騎行/步行 | api/transport-mode.md |
| 檢視支援的語音指令 | references/voice-commands.md |
| 排查問題 | references/troubleshooting.md |
// LLM Agent SDK
implementation 'com.amap.lbs.client:amap-agent:1.1.41'
// 導航 SDK(必須)
implementation 'com.amap.api:navi-3dmap:latest.integration'
// 定位 SDK(必須,用於即時位置更新)
implementation 'com.amap.api:location:latest.integration'
⚠️ 注意:如果 Agent SDK 或導航 SDK 依賴有問題(如無法下載、版本衝突等),請聯絡高德相關同學獲取依賴包。