Appearance
Agent 标准生态
Agent 标准生态把 Agent 产品拆成可移植契约。每个标准只拥有一层语义,并通过 stable refs 与其他标准连接,而不是吞并彼此职责。
本页是当前标准的公开友链地图。用它发现相邻协议,也用它判断一个新概念应该由哪个标准拥有。
Agent UI 的位置
Agent UI 拥有 interaction surfaces:composer、message parts、runtime status、tool UI、task capsules、artifact workspace、evidence timeline 与 controlled UI actions。
UI 展示并控制 Agent 工作,但不成为 execution authority。
当前标准
| Standard | 角色 | Site | LLM context | Repository |
|---|---|---|---|---|
| Agent Knowledge | 面向 Agent 的 source-grounded knowledge packs。 | site | llms-full | repo |
| Agent UI | 面向 Agent 产品的 interaction surfaces。 | site | llms-full | repo |
| Agent Runtime | Execution facts、controls、tasks、tools 与 recovery。 | site | llms-full | repo |
| Agent Evidence | Evidence、provenance、verification、review、replay 与 export。 | site | llms-full | repo |
| Agent Policy | risk、permission、approval、retention、waiver、access 与 policy decision facts。 | site | llms-full | repo |
| Agent Artifact | durable deliverables、versions、parts、previews、exports、source links 与 handoff packages。 | site | llms-full | repo |
| Agent Tool | tool declarations、surfaces、invocations、progress、results、permissions 与 audit refs。 | site | llms-full | repo |
| Agent Context | Agent 当前可用、选择、预算、组装、注入、压缩、缺失与脱敏的上下文事实。 | site | llms-full | repo |
边界规则
text
Agent Knowledge -> Agent 可以使用什么长期、可溯源上下文
Agent Runtime -> Agent 工作如何被接受、执行、控制和恢复
Agent UI -> Agent 工作如何投影到用户可见表面
Agent Evidence -> Agent 结果为什么可信、如何评审、回放和导出
Agent Policy -> Agent 动作是否可以继续以及需要哪些约束
Agent Artifact -> Agent 产出了什么 durable deliverable 以及它如何变化
Agent Tool -> Agent 暴露、调用、推进并返回了什么能力
Agent Context -> Agent 当前可用、选择、组装、压缩、缺失并注入了什么上下文没有任何一个标准应该变成整个 stack。兼容实现应保留 native ids,并通过 refs 连接不同标准。
未来标准候选
| Candidate | 为什么可能成为标准 |
|---|---|
| Agent Evaluation | Acceptance scenarios、rubrics、eval runs、quality gates 与 evidence-backed benchmark records。 |
| Agent Workflow | Portable multi-step work plans、scene launches、background jobs 与 handoff states。 |
| Agent Model Routing | Task profiles、model candidates、routing decisions、fallback、quota 与 cost records。 |
这些候选在能脱离单一产品实现之前,应先保持为设计说明。
外部对齐
| Reference | 用途 |
|---|---|
| Agent Skills | Skill package format, authoring style, and AI-friendly docs reference. |
| Model Context Protocol | Tool, resource, prompt, and JSON-RPC capability reference. |
| Agent2Agent Protocol | Peer agent tasks, messages, artifacts, and native id reference. |
| OpenTelemetry GenAI | Trace, span, GenAI operation, and telemetry correlation reference. |
| CloudEvents | Portable event envelope reference. |
| W3C PROV | Entity, activity, agent, derivation, and attribution reference. |
外部协议是参考,不是所有权转移。Agent 标准应保留外部协议的 native ids 与 semantics,同时定义 Agent-specific relationships。