Skip to content

术语表

本页定义当前 Agent App 标准中的术语。

术语含义
Agent App安装到宿主 Runtime 的完整智能应用包。
APP.md必需发现入口,包含 YAML frontmatter 和人类可读指南。
Runtime packageAPP.md 引用的 UI、worker、storage、workflow、artifact、eval 等文件。
Host安装、投影、授权并运行 App 的客户端或平台。
Desktop host桌面 App 宿主类别,包括 Lime Desktop Platform、Electron adapter、Tauri adapter 和共享同一 Agent App 契约的 runtime-backed shell。
Lime Desktop PlatformLime 的标准桌面宿主实现,负责应用中心、共享设置、OAuth、OEM、billing、更新、Host Bridge 和 Agent App 生命周期。
Host Bridge沙箱 UI 与宿主之间的标准事件桥,协议为 lime.agentApp.bridge
Capability SDK宿主注入的稳定 API,例如 lime.uilime.storage
CapabilityApp 通过 SDK 调用的宿主能力。
Shared platform capability跨 App 共享的平台能力,例如 lime.cloudSessionlime.modelSettingslime.brandinglime.billinglime.appUpdates,不应在每个 App 里重复实现。
Entry宿主可见入口,例如 page、command、workflow、artifact、background-task、settings。
Expert聊天优先入口;当前 manifest 中是 expert-chat,不是整个 App。
Projection从 manifest 到宿主 catalog objects 的确定性编译。
Readiness运行前静态设置和兼容性检查。
Overlay官方 package 外的租户、workspace、用户或客户配置。
Knowledge template描述必需或可选 Knowledge binding 的槽位。
Skill reference指向 Agent Skill 的流程工艺引用。
Tool reference外部或宿主 Tool 的需求声明。
Artifact typeApp 创建或查看的持久输出契约。
Eval输出验收的质量门禁或人工 review 规则。
Evidencetask、Tool、Knowledge source、Artifact、Eval 的 provenance 和支撑记录。
Secret slot由宿主 Secret Manager 解析的凭证占位。
Package hashpackage 内容完整性 hash。
Manifest hashmanifest 或 APP.md frontmatter 完整性 hash。
Local runtimeApp 在宿主本地授权环境中运行。
Server-assisted远端服务辅助 catalog、gateway 或 Tool,但不默认成为隐藏 Runtime。

兼容或弃用术语

术语状态
scene entry历史兼容术语。当前 App 应使用 pagecommandworkflowartifactbackground-tasksettings
home entry历史兼容术语。App 首页应使用 page

命名建议

标准使用 Agent App,具体包使用 app。产品示例使用 内容工厂 这类领域名。避免把完整应用说成单个对话框。

术语分组

分组应一起 review 的术语
PackagingAgent App、APP.md、runtime package、package hash、manifest hash。
RuntimeHost、Capability SDK、capability、local runtime、server-assisted。
UI 与 workflowEntry、expert、projection、readiness、overlay。
CompositionKnowledge template、Skill reference、Tool reference、Artifact type。
GovernanceEval、Evidence、secret slot、policy、compatibility。

如何使用术语表

写 manifest、SDK 文档、release note 和 host UI 文案时,把术语表当作命名护栏。如果新术语和已有术语重叠,除非它拥有不同 runtime boundary,否则优先复用已有术语。

消歧规则

  • 改变 agent 如何行动,优先归为 Skill。
  • 提供可信事实,优先归为 Knowledge。
  • 调用外部系统,优先归为 Tool。
  • 形成持久输出,优先归为 Artifact。
  • 组合 UI、workflow、storage、permissions 和 lifecycle,使用 Agent App。

Draft host-platform standard for installable agent applications.