### Affected area Android Client (agent-mobile / Tauri) ### Problem statement (what should this solve) 基于Tauri提供安卓客户端支持 ### Linked PR 1. #467 ### Proposed behavior 1. UI基本基于`agent-gateway` 2. 安卓移动端适配基于Tauri实现 3. 后续逐渐接入安卓系统能力(如通知、悬浮窗、小组件、快捷操作等等) 4. 后续安卓开发PR均关联此Issue <img width="449" height="962" alt="Image" src="https://github.com/user-attachments/assets/2f2a3dbc-1c88-4be2-9e1f-bfa7d1462b1a" /> ### Estimated change scope crates/agent-mobile ### Alternatives considered 考虑过直接在agent-gui里面进行`cargo tauri android init`,但是考虑到移动端的行为模式基本与`agent-gateway`中的相同(并且会多出一些系统能力),故另开`agent-mobile`并基于`agent-gateway`的前端移植; ### Pre-submit checklist - [x] I searched existing issues and pull requests and found no duplicates. - [x] This proposal is focused on a single feature or improvement. - [x] I understand a PR should come after this issue is confirmed by maintainers, otherwise it will be converted to draft.
Affected area
Android Client (agent-mobile / Tauri)
Problem statement (what should this solve)
基于Tauri提供安卓客户端支持
Linked PR
Proposed behavior
agent-gatewayEstimated change scope
crates/agent-mobile
Alternatives considered
考虑过直接在agent-gui里面进行
cargo tauri android init,但是考虑到移动端的行为模式基本与agent-gateway中的相同(并且会多出一些系统能力),故另开agent-mobile并基于agent-gateway的前端移植;Pre-submit checklist