Files
agent_ops/02.架构设计/01.当前有效设计/README.md
T

22 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# LineUp App 当前设计文档
这里集中放置 LineUp App 当前阶段仍在使用的设计文档。LineUp App 是用户使用的主应用,Runtime 是 App 内部提供给 MiniApp 的核心运行环境;当前设计以这组文档为准。
## 当前权威入口
- [APP架构设计.md](APP架构设计.md):当前产品边界、Runtime、MiniApp、SDK、Interact 以及发布安全约束的总入口。
- [LineUp App 最终设计方案](02.正式方案/app_final_design.md):当前架构、契约和实施顺序的详细汇总。
## 详细方案
- [LineUp App 层架构与迁移记录](02.正式方案/lineup-app-layer-architecture.md):M0~M4 的实施边界、迁移记录和分层规则。
- [LineUp Runtime 与 App SDK 架构方案](02.正式方案/lineup-runtime-sdk-architecture.md)Runtime、App Manager、Tool Registry、SDK 和消息路由的详细方案。
- [运行时与智能体工具](02.正式方案/运行时与智能体工具.md):远端 Agent 的角色与能力边界,以及 Agent Tool、本地 UI Action、Host 生命周期意图三条入口的正式约束。
- [LineUp UI Surface 与 App Capability 协议](02.正式方案/lineup-ui-surface-protocol.md)Surface、Capability、权限确认和 Bundle 安全规则。
## 迭代和评审
迭代定义以及每轮设计评审、验收记录保留在 [迭代/](../迭代/README.md)。设计文档描述长期架构和当前阶段的约束,迭代文档描述具体要交付的工作。
根目录下的 `设计/00.records``设计/01.前期分析与设计` 属于历史资料,不作为当前 LineUp App 设计的主入口。