移动应用
移动端带来什么
Section titled “移动端带来什么”移动应用连接到 Aegis Core,让手机或平板成为助手系统的一部分:
- 随时使用 Chat。
- 查看任务、审批和结果。
- 接收通知。
- 通过 share sheet、语音、相机、文件、位置和生物认证采集上下文。
- 作为 Mobile Native Node 上报设备能力与权限状态。
移动端不会替代 Core。它连接到 Core endpoint,并使用受限的 native node token。
打开移动应用 -> 连接 Aegis Core -> 扫描二维码 / 打开 setup link / 输入 Core URL -> Core health check -> 配对审批 -> 受限 mobile token 保存到平台安全存储 -> Home / Chat / WorkbenchAegis 语音输入是 Chat composer 的能力。语音识别先进入可编辑草稿,你决定何时发送。
iOS 当前源码构建使用 Apple Speech,通过 SFSpeechRecognizer 与麦克风权限工作。在对应 locale 支持时,会优先使用 on-device recognition。
| 平台 | 方向 |
|---|---|
| iOS / iPadOS | SwiftUI、Keychain、本地通知、share capture、location、LocalAuthentication、Apple Speech,以及未来 APNs/TestFlight。 |
| Android | Kotlin、Jetpack Compose、Android Keystore、FCM、sharesheet、BiometricPrompt 和平台语音识别。 |