feat(android): 安卓移动端初适配 (agent-mobile / Tauri) - #467
Open
Islatri wants to merge 2 commits into
Open
Conversation
考虑到移动端的行为模式基本与agent-gateway中的相同(并且会多出一些系统能力),故另开agent-mobile并基于agent-gateway的前端移植; 关联Issue: [Feature] 安卓端客户端支持(agent-mobile / Tauri) Stack-Cairn#464
StackCairn
marked this pull request as draft
August 13, 2026 17:00
Contributor
|
PR governance checks passed. Awaiting human review. |
3 tasks
Islatri
marked this pull request as ready for review
August 13, 2026 17:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked issue
Closes #464
Summary
本PR通过新建基于 Tauri 的
agent-mobile工作区,引入对安卓移动端的支持。移动端的行为模式与agent-gateway基本一致,因此独立创建agent-mobile项目,并基于agent-gateway前端进行移植适配。主要改动:
agent-mobile工作区,使用 Tauri v2 并配置安卓构建目标agent-gateway移植核心 UI 组件和业务逻辑,保持功能一致Change scope
apps/agent-mobile/- 新建的 Tauri 移动端应用apps/agent-mobile/src/- React/TypeScript 前端(从 agent-gateway 移植)Screenshots / preview
Verification
构建验证:
cd crates/agent-mobile pnpm install cargo tauri android devPre-submit checklist