Skip to content

feat(android): 安卓移动端初适配 (agent-mobile / Tauri) - #467

Open
Islatri wants to merge 2 commits into
Stack-Cairn:mainfrom
Islatri:main
Open

feat(android): 安卓移动端初适配 (agent-mobile / Tauri)#467
Islatri wants to merge 2 commits into
Stack-Cairn:mainfrom
Islatri:main

Conversation

@Islatri

@Islatri Islatri commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Linked issue

Closes #464

Summary

本PR通过新建基于 Tauri 的 agent-mobile 工作区,引入对安卓移动端的支持。移动端的行为模式与 agent-gateway 基本一致,因此独立创建 agent-mobile 项目,并基于 agent-gateway 前端进行移植适配。

主要改动:

  • 新建 agent-mobile 工作区,使用 Tauri v2 并配置安卓构建目标
  • agent-gateway 移植核心 UI 组件和业务逻辑,保持功能一致

Change scope

  • 涉及模块: agent-mobile(新工作区),agent-gateway(仅作为参考,无改动)
  • 关键路径:
    • apps/agent-mobile/ - 新建的 Tauri 移动端应用
    • apps/agent-mobile/src/ - React/TypeScript 前端(从 agent-gateway 移植)

Screenshots / preview

laa0 laa1

Verification

构建验证:

cd crates/agent-mobile
pnpm install
cargo tauri android dev
  • 应用在安卓模拟器上正常运行(Pixel 7, API 34)

Pre-submit checklist

考虑到移动端的行为模式基本与agent-gateway中的相同(并且会多出一些系统能力),故另开agent-mobile并基于agent-gateway的前端移植;
关联Issue: [Feature] 安卓端客户端支持(agent-mobile / Tauri) Stack-Cairn#464
@StackCairn
StackCairn marked this pull request as draft August 13, 2026 17:00
@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

PR governance checks passed. Awaiting human review.

@Islatri
Islatri marked this pull request as ready for review August 13, 2026 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] 安卓端客户端支持(agent-mobile / Tauri)

1 participant