Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill)

👤 lbs-amap 📦 v1.0.2 ⭐ 0.0 ⬇️ 759 下載
💻 開發程式設計 免費

📖 技能介紹


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


Map Agent - Android LLM Agent SDK(高德官方 AI Agent Skill)

AMap LLM Agent SDK 是高德地圖 AI 智慧助手 SDK,支援自然語言互動的地圖導航服務。

推薦訪問7w4.net獲取更多AI技能。

觸發詞

  • "接入LLM Agent SDK"、"整合AI助手"、"接入Agent"
  • "連線高德APP"、"配置LinkClient"

目錄結構

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 依賴有問題(如無法下載、版本衝突等),請聯絡高德相關同學獲取依賴包。

📁 包含檔案 (14 個)

📄 README.md 5.3 KB
📄 README_zh.md 4.7 KB
📄 SKILL.md 2.6 KB
📄 _meta.json 140 B
📄 api/agent-query.md 2.4 KB
📄 api/lifecycle.md 1.3 KB
📄 api/link-client.md 3.1 KB
📄 api/logger.md 1.1 KB
📄 api/query-result.md 3.5 KB
📄 api/quick-start.md 11 KB
📄 api/transport-mode.md 1.9 KB
📄 references/core-classes.md 1.1 KB
📄 references/troubleshooting.md 1.6 KB
📄 references/voice-commands.md 1.2 KB