本地化版本正在审查
英文 UAI-1 标准和机器可读 JSON 记录仍为权威来源。此本地化页面是阅读辅助,不应视为单独的规范性翻译。
架构集验证什么
该架构集将 UAI-1 转换为工具、CI 运行和运行时桥可以一致应用的已发布验证目标。当前模式系列验证公共记录使用的共享信封和特定于个人资料的身体形状。
当前机器验证的信封
- 身份:版本、配置文件、消息 ID、源和目标。
- 工作流程状态:对话连续性、交付模式、到期时间、确认和选定的任务参考。
- 信任姿态:通道、身份验证方案、主体、选定的凭据参考和选定的重播窗口提示。
- 可审计性:出处、完整性和受控扩展元数据。
当前架构系列
uai.intent.request.v1验证请求方意图、主题、约束和响应期望。uai.intent.response.v1验证结果端状态、请求链接、通知和选定的任务切换。uai.capability.statement.v1验证面向发现的操作、配置文件、端点和安全方案。uai.error.v1使用状态、代码、详细信息和结构化子错误来验证类型化的公共故障。uai.conformance.result.v1验证导出的验证器证据和工件引用。uai.task.status.v1验证异步进度、状态、结果引用和更新注释。
模式不能单独做什么
模式是必要的,但还不够。验证器仍然应用策略检查,例如交付到期、信任引用提示、接受响应任务引用、任务状态进度一致性和一致性摘要完整性。书面记录仍然带有语义意图和支持边界意义。
已发布的架构目录
当您需要构建验证器和示例所依据的确切当前架构文档时,请使用下面的目录。
机器可读发布
已发布的 UAI-1 模式
这些 JSON 模式 记录是当前 UAI-1 配置文件面向实现的契约,包括代理通信操作模型配置文件。它们涵盖对话连续性、交付语义、信任元数据、异步任务状态、类型化错误、合规结果证据、代理身份、确认、阻断项、记忆提案、交接、最终报告、更正以及特定配置文件的正文规则。
在提出新的信封变体之前,请结合注册表、字段顺序映射、示例和验证器路线使用模式目录。
模式记录
UAI 意图请求 v1
更丰富的 UAI-1 公共交换信封中显式意图请求的架构。
- 配置文件
- uai.intent.request.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.intent.request.v1
必需正文字段:
intent
, subject
, requested_profile
, parameters
, constraints
, response_profile
模式记录
UAI 意图响应 v1
更丰富的 UAI-1 公共交换信封中的直接结果和接受任务响应的架构。
- 配置文件
- uai.intent.response.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.intent.response.v1
必需正文字段:
status
, subject
, request_message_id
, result
, notices
模式记录
UAI 功能声明 v1
UAI-1 中面向发现的功能、端点、安全、异步和扩展声明的架构。
- 配置文件
- uai.capability.statement.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.capability.statement.v1
必需正文字段:
capability_id
, version
, operations
, input_profiles
, output_profiles
, async_profiles
, security_schemes
, endpoints
模式记录
UAI 错误 v1
更丰富的 UAI-1 信封中的类型化验证、传输、授权和执行错误的架构。
- 配置文件
- uai.error.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.error.v1
必需正文字段:
type
, title
, detail
, status
, code
, retryable
, instance
模式记录
UAI 一致性结果 v1
验证器输出、链接工件和问题报告的架构在更丰富的 UAI-1 信封中。
- 配置文件
- uai.conformance.result.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.conformance.result.v1
必需正文字段:
status
, checked_profile
, issues
, summary
, artifacts
模式记录
UAI 任务状态 v1
更丰富的 UAI-1 公共交换信封中长时间运行的异步任务状态的架构。
- 配置文件
- uai.task.status.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.task.status.v1
必需正文字段:
task_id
, state
, subject
, progress
, status_message
模式记录
UAI 代理消息 v1
便携式多代理消息包,用于带有上下文引用和确认要求的信息、指令或查询通信。使用规范的 UAI-1 信封;代理运行时执行并 UAIX 记录审查的通信边界。
- 配置文件
- uai.agent.message.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.message.v1
必需正文字段:
message_type
, content
, context_refs
, requires_acknowledgement
, intent_semantics
, execution_constraints
, support_boundary
模式记录
UAI 代理确认 v1
记录接收、解析、验证、拒绝和确认循环闭合的确认数据包。使用规范的 UAI-1 信封;代理运行时执行并 UAIX 记录审查的通信边界。
- 配置文件
- uai.agent.ack.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.ack.v1
必需正文字段:
acknowledged_message_id
, status
, received_at_utc
, closes_acknowledgement_loop
, support_boundary
模式记录
UAI 代理任务状态 v1
来自外部运行时的进度、当前操作、UTC 估计和关联链接任务状态的任务状态数据包。使用规范的 UAI-1 信封;代理运行时执行并 UAIX 记录审查的通信边界。
- 配置文件
- uai.agent.task-status.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.task-status.v1
必需正文字段:
task_id
, state
, percent_complete
, current_action
, support_boundary
模式记录
UAI 代理阻止程序 v1
针对授权、资源、歧义、系统故障、上下文缺失、不支持的功能、验证、秘密、破坏性操作和边界冲突的阻止数据包。使用规范的 UAI-1 信封;代理运行时执行并 UAIX 记录审查的通信边界。
- 配置文件
- uai.agent.blocker.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.blocker.v1
必需正文字段:
blocker_id
, blocker_type
, description
, human_review_required
, support_boundary
模式记录
UAI 代理内存提案 v1
内存提议数据包将提议的持久事实与任务执行分开,并阻止秘密或冷内存直接升级。使用规范的 UAI-1 信封;代理运行时执行并 UAIX 记录审查的通信边界。
- 配置文件
- uai.agent.memory-proposal.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.memory-proposal.v1
必需正文字段:
proposal_id
, source_type
, proposed_facts
, proposed_status
, task_execution_separation
, support_boundary
模式记录
UAI 代理切换 v1
用于与目标参与者、上下文摘要、原因和确切的下一步操作转移任务责任的切换数据包。使用规范的 UAI-1 信封;代理运行时执行并 UAIX 记录审查的通信边界。
- 配置文件
- uai.agent.handoff.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.handoff.v1
必需正文字段:
task_id
, target_agent_id
, context_summary
, handoff_reason
, exact_next_action
, support_boundary
模式记录
UAI 代理最终报告 v1
最终报告包需要完整的任务证据、文件、测试、跳过的检查、阻止程序、风险、内存决策和确切的下一步操作。使用规范的 UAI-1 信封;代理运行时执行并 UAIX 记录审查的通信边界。
- 配置文件
- uai.agent.final-report.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.final-report.v1
必需正文字段:
task_id
, summary
, files_changed
, new_files
, tests_run
, skipped_checks
, blockers
, risks
, validation_evidence
, memory_updates_proposed
, memory_updates_skipped
, exact_next_action
, support_boundary
模式记录
UAI 代理修正 v1
修正数据包,通过解释更改的内容和原因来保留不可变的历史记录,而不是删除先前的消息。使用规范的 UAI-1 信封;代理运行时执行并 UAIX 记录审查的通信边界。
- 配置文件
- uai.agent.correction.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.correction.v1
必需正文字段:
original_message_id
, correction_reason
, changed_summary
, support_boundary
模式记录
UAI 功能简介 v1
功能自适应 Web 交互配置文件,用于在代理或浏览器声明支持之前声明客户端级别、安全后备、同意边界、已知限制和预期证据。
- 配置文件
- uai.capability.profile.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.capability.profile.v1
必需正文字段:
client_level
, client_name
, can_fetch_static
, can_fetch_json
, can_execute_javascript
, can_use_browser_ui
, can_post_data
, can_authenticate
, can_call_tools
, can_run_long_tasks
, can_store_memory
, can_coordinate_agents
, requires_human_consent_for
, recommended_uaix_profiles
, fallback_behavior
, known_limits
, evidence_requirements
, safe_default_response
模式记录
UAI 能力协商 v1
用于将任务与最安全的客户端级别、不支持的功能、同意边界、后备行为和证据要求相匹配的能力协商记录。
- 配置文件
- uai.capability.negotiation.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.capability.negotiation.v1
必需正文字段:
negotiation_id
, requested_client_level
, observed_client_level
, selected_client_level
, selected_profile
, requested_operation
, unsupported_features
, fallback_behavior
, consent_boundaries
, evidence_requirements
, recommended_uaix_profiles
, safe_default_response
, support_boundary
模式记录
UAI 有限浏览器客户端 v1
L0 客户端功能配置文件,用于静态文本、静态 HTML、Markdown、站点地图、llms.txt 和 JSON 获取,无需 JavaScript 执行或写入权限。
- 配置文件
- uai.client.limited-browser.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.client.limited-browser.v1
必需正文字段:
client_level
, client_name
, can_fetch_static
, can_fetch_json
, can_execute_javascript
, can_use_browser_ui
, can_post_data
, can_authenticate
, can_call_tools
, can_run_long_tasks
, can_store_memory
, can_coordinate_agents
, requires_human_consent_for
, recommended_uaix_profiles
, fallback_behavior
, known_limits
, evidence_requirements
, safe_default_response
模式记录
UAI 结构化获取客户端 v1
L1 客户端功能配置文件,用于以低令牌、无 JavaScript 回退的方式对静态资源和机器可读的 JSON 进行可预测的结构化获取。
- 配置文件
- uai.client.structured-fetch.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.client.structured-fetch.v1
必需正文字段:
client_level
, client_name
, can_fetch_static
, can_fetch_json
, can_execute_javascript
, can_use_browser_ui
, can_post_data
, can_authenticate
, can_call_tools
, can_run_long_tasks
, can_store_memory
, can_coordinate_agents
, requires_human_consent_for
, recommended_uaix_profiles
, fallback_behavior
, known_limits
, evidence_requirements
, safe_default_response
模式记录
UAI 浏览器辅助客户端 v1
L2 客户端功能配置文件,用于人类可见的浏览器帮助、JavaScript 渲染和奇偶校验,无需自动执行工具。
- 配置文件
- uai.client.browser-assisted.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.client.browser-assisted.v1
必需正文字段:
client_level
, client_name
, can_fetch_static
, can_fetch_json
, can_execute_javascript
, can_use_browser_ui
, can_post_data
, can_authenticate
, can_call_tools
, can_run_long_tasks
, can_store_memory
, can_coordinate_agents
, requires_human_consent_for
, recommended_uaix_profiles
, fallback_behavior
, known_limits
, evidence_requirements
, safe_default_response
模式记录
UAI 工具代理客户端 v1
用于工具调用代理的 L3 客户端功能配置文件,可以通过显式同意和幂等性控制来获取、身份验证和发布。
- 配置文件
- uai.client.tool-agent.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.client.tool-agent.v1
必需正文字段:
client_level
, client_name
, can_fetch_static
, can_fetch_json
, can_execute_javascript
, can_use_browser_ui
, can_post_data
, can_authenticate
, can_call_tools
, can_run_long_tasks
, can_store_memory
, can_coordinate_agents
, requires_human_consent_for
, recommended_uaix_profiles
, fallback_behavior
, known_limits
, evidence_requirements
, safe_default_response
模式记录
UAI 工作流代理客户端 v1
适用于长期运行的工作流代理的 L4 客户端功能配置文件,可保留相关性、任务状态、回退、同意和最终报告证据。
- 配置文件
- uai.client.workflow-agent.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.client.workflow-agent.v1
必需正文字段:
client_level
, client_name
, can_fetch_static
, can_fetch_json
, can_execute_javascript
, can_use_browser_ui
, can_post_data
, can_authenticate
, can_call_tools
, can_run_long_tasks
, can_store_memory
, can_coordinate_agents
, requires_human_consent_for
, recommended_uaix_profiles
, fallback_behavior
, known_limits
, evidence_requirements
, safe_default_response
模式记录
UAI 多代理运行时客户端 v1
用于协调代理的外部多代理运行时的 L5 客户端功能配置文件,同时保留 UAIX 作为记录和证据边界,而不是执行者。
- 配置文件
- uai.client.multi-agent-runtime.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.client.multi-agent-runtime.v1
必需正文字段:
client_level
, client_name
, can_fetch_static
, can_fetch_json
, can_execute_javascript
, can_use_browser_ui
, can_post_data
, can_authenticate
, can_call_tools
, can_run_long_tasks
, can_store_memory
, can_coordinate_agents
, requires_human_consent_for
, recommended_uaix_profiles
, fallback_behavior
, known_limits
, evidence_requirements
, safe_default_response
模式记录
UAI 审核的代理系统客户端 v1
高保证代理系统的 L6 客户端功能配置文件,附加出处、审计证据、同意记录、最终报告和后备证明。
- 配置文件
- uai.client.audited-agent-system.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uai.client.audited-agent-system.v1
必需正文字段:
client_level
, client_name
, can_fetch_static
, can_fetch_json
, can_execute_javascript
, can_use_browser_ui
, can_post_data
, can_authenticate
, can_call_tools
, can_run_long_tasks
, can_store_memory
, can_coordinate_agents
, requires_human_consent_for
, recommended_uaix_profiles
, fallback_behavior
, known_limits
, evidence_requirements
, safe_default_response
模式记录
UAIX 能力档案 L6 v1
UAIX UAI-1 审核数据包的能力配置文件 L6 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.ability-profile.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.v1
必需正文字段:
ability_profile_id
, declared_level
, label
, capability_surface
, authority_boundary
, required_human_approval
, no_op_triggers
, evidence_requirements
模式记录
UAIX 启动包 v1
UAIX UAI-1 审核数据包的启动数据包 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.startup-packet.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.startup-packet.v1
必需正文字段:
startup_packet_id
, read_order
, domain_boundaries
, first_acceptable_response
, no_op_triggers
, validation_targets
, identity
, token_custody
, discovery_bootstrap
, safe_harbor
, utc_requirements
模式记录
UAIX 内存维护 v1
内存生命周期、热/冷边界、压缩、归档策略、访问控制、受保护路径、验证行为和内存写入安全所需的通用 UAIX 内存包策略。
- 配置文件
- uaix.memory-maintenance.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.memory-maintenance.v1
模式记录
UAIX 下一个递归提示 v1
为包含代码的 UAIX 包派生热内存恢复工件。权威的 .uai 记录在冲突中获胜。该记录不是第二个事实来源,也不授权执行。
- 配置文件
- uaix.next-recursive-prompt.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.next-recursive-prompt.v1
模式记录
UAIX 暂停数据包 v1
UAIX UAI-1 审核数据包的暂停数据包 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.suspension-packet.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.suspension-packet.v1
必需正文字段:
suspension_packet_id
, state_summary
, checks_run
, checks_skipped
, blockers
, next_safe_step
, network_obstruction
, retry_policy
, evidence_packet
, human_escalation
模式记录
UAIX 接收者简介 v1
UAIX UAI-1 审查数据包的接收器简介 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.receiver-brief.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.receiver-brief.v1
必需正文字段:
receiver_brief_id
, read_order
, first_acceptable_response
, domain_boundaries
, escalation_triggers
, no_op_triggers
模式记录
UAIX 内存防火墙策略 v1
用于 UAI-1 审查数据包的 UAIX 内存防火墙策略 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.memory-firewall-policy.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.memory-firewall-policy.v1
必需正文字段:
policy_id
, quarantine_default
, adoption_requirements
, blocked_requests
, no_op_triggers
, human_review_required
模式记录
UAIX 无操作触发器目录 v1
UAIX UAI-1 审核数据包的无操作触发目录 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.no-op-trigger-catalog.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.no-op-trigger-catalog.v1
必需正文字段:
catalog_id
, triggers
, default_response
, human_review_url
, forbidden_recovery
模式记录
UAIX 权限边界 v1
UAIX UAI-1 审核数据包的权限边界 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.authority-boundary.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.authority-boundary.v1
必需正文字段:
matrix_id
, boundaries
, not_authorized_for
, no_op_triggers
, safe_quote_summary
模式记录
UAIX 一致性证据 v1
UAIX UAI-1 审查数据包的一致性证据 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.conformance-evidence.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.conformance-evidence.v1
必需正文字段:
evidence_id
, profile_id
, schema_url
, fixture_url
, checks
, result
, limitations
模式记录
UAIX 评估包摘要 v1
UAIX UAI-1 审核数据包的评估数据包摘要 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.evaluation-packet-summary.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation-packet-summary.v1
必需正文字段:
summary_id
, packet_profiles
, required_levels
, no_op_triggers
, limitations
模式记录
UAIX 能力档案 L6 v1
UAIX UAI-1 审核数据包的能力配置文件 L6 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.ability-profile.l0.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.l0.v1
必需正文字段:
ability_profile_id
, declared_level
, label
, capability_surface
, authority_boundary
, required_human_approval
, no_op_triggers
, evidence_requirements
模式记录
UAIX 能力档案 L6 v1
UAIX UAI-1 审核数据包的能力配置文件 L6 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.ability-profile.l1.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.l1.v1
必需正文字段:
ability_profile_id
, declared_level
, label
, capability_surface
, authority_boundary
, required_human_approval
, no_op_triggers
, evidence_requirements
模式记录
UAIX 能力档案 L6 v1
UAIX UAI-1 审核数据包的能力配置文件 L6 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.ability-profile.l2.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.l2.v1
必需正文字段:
ability_profile_id
, declared_level
, label
, capability_surface
, authority_boundary
, required_human_approval
, no_op_triggers
, evidence_requirements
模式记录
UAIX 能力档案 L6 v1
UAIX UAI-1 审核数据包的能力配置文件 L6 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.ability-profile.l3.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.l3.v1
必需正文字段:
ability_profile_id
, declared_level
, label
, capability_surface
, authority_boundary
, required_human_approval
, no_op_triggers
, evidence_requirements
模式记录
UAIX 能力档案 L6 v1
UAIX UAI-1 审核数据包的能力配置文件 L6 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.ability-profile.l4.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.l4.v1
必需正文字段:
ability_profile_id
, declared_level
, label
, capability_surface
, authority_boundary
, required_human_approval
, no_op_triggers
, evidence_requirements
模式记录
UAIX 能力档案 L6 v1
UAIX UAI-1 审核数据包的能力配置文件 L6 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.ability-profile.l5.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.l5.v1
必需正文字段:
ability_profile_id
, declared_level
, label
, capability_surface
, authority_boundary
, required_human_approval
, no_op_triggers
, evidence_requirements
模式记录
UAIX 能力档案 L6 v1
UAIX UAI-1 审核数据包的能力配置文件 L6 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.ability-profile.l6.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.l6.v1
必需正文字段:
ability_profile_id
, declared_level
, label
, capability_surface
, authority_boundary
, required_human_approval
, no_op_triggers
, evidence_requirements
模式记录
UAIX 表达式概念审查 v1
UAIX UAI-1 审阅数据包的表达式概念审阅 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.evaluation.expression-concept-review.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation.expression-concept-review.v1
必需正文字段:
source_expression
, concept_boundary
, interpretation
, confidence
, no_op_triggers
模式记录
UAIX 资源经济跟踪 v1
UAIX UAI-1 审查数据包的资源经济跟踪 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.evaluation.resource-economy-trace.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation.resource-economy-trace.v1
必需正文字段:
resource_scope
, cost_model
, limits
, evidence_refs
, no_op_triggers
模式记录
UAIX 操作员决策 v1
UAIX UAI-1 审核数据包的操作员决策 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.evaluation.operator-decision.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation.operator-decision.v1
必需正文字段:
decision
, authority_basis
, options_reviewed
, human_review_required
, no_op_triggers
模式记录
UAIX 无操作理由 v1
UAIX UAI-1 审核数据包的无操作理由 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.evaluation.no-op-justification.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation.no-op-justification.v1
必需正文字段:
trigger
, reason
, missing_evidence
, human_review_url
, safe_next_step
模式记录
UAIX 本地沙箱安全审查 v1
UAIX UAI-1 审核数据包的本地沙盒安全审核 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.evaluation.local-sandbox-safety-review.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation.local-sandbox-safety-review.v1
必需正文字段:
sandbox_scope
, unsafe_requests
, blocked_operations
, review_result
, no_op_triggers
模式记录
UAIX 内存生态系统切换 v1
UAIX UAI-1 审查数据包的内存生态系统切换 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.evaluation.memory-ecosystem-handoff.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation.memory-ecosystem-handoff.v1
必需正文字段:
source_memory
, quarantine_status
, promotion_targets
, conflicts
, receiver_brief
模式记录
UAIX DE11 基准测试摘要 v1
UAIX UAI-1 审查数据包的 DE11 基准摘要 v1 配置文件。 UAIX 记录是模式、配置文件、切换数据包和一致性证据。他们不授权执行、证明安全、验证凭证或证明特工情报。
- 配置文件
- uaix.evaluation.de11-benchmark-summary.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation.de11-benchmark-summary.v1
必需正文字段:
benchmark_id
, bounded_scope
, reference_result
, limitations
, non_claims
模式记录
UAIX .uaix 包清单草案 v0.1
Draft v0.1 .uaix 桌面 AI 内存包容器的清单架构。该包是本地内存和证据,而不是运行时权限。
- 配置文件
- uaix.package.v0.1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.package.v0.1
模式记录
UAIX 角色 v1
用于非项目助手包、有界个性包和支持角色切换的包的 UAIX 角色内存文件。
- 配置文件
- uaix.persona.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.persona.v1
模式记录
UAIX 用户角色存储绑定 v1
高级角色配置文件包的附加数据支持绑定。文件仍然是主要的可移植表示形式。
- 配置文件
- uaix.persona.storage-binding.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.persona.storage-binding.v1
模式记录
UAIX 高级多代理工作负载 v1
高级多代理工作负载的可移植配置、逻辑身份、权限边界、恢复指南和审查证据。运行时系统保留身份验证、租用、队列、事务、数据库、工具和交付权限。
- 配置文件
- uaix.multi-agent-workload.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.multi-agent-workload.v1
模式记录
UAIX SPEC-01 规范信封 v1
用于便携式证据 UAIX 记录的出版信封合同,包括有效负载、证据、编辑、信任、签名状态、验证、异常和警告。使用规范的 UAI-1 传输信封; UAIX 记录证据和移交边界,但不授权执行。
- 配置文件
- uaix.spec-01.envelope.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.spec-01.envelope.v1
必需正文字段:
uaixVersion
, spec
, envelopeId
, createdUtc
, issuer
, issuerDisplayName
, issuerPublicUrl
, issuerCapabilityLevel
, audience
, lifecycleState
, trustPosture
, payloadType
, payload模式
, payload
, evidence
, redactions
, signature
, signature状态
, verification
, exceptions
, warnings
, rules
, support边界
, localPolicyWins
模式记录
UAIX 功能简介 v1
UAIX 功能配置文件,用于声明 L0-L6 客户端姿势、同意边界、后备行为、证据要求和安全默认行为。使用规范的 UAI-1 传输信封; UAIX 记录证据和移交边界,但不授权执行。
- 配置文件
- uaix.capability-profile.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.capability-profile.v1
必需正文字段:
capability配置文件Id
, profileVersion
, declaredLevel
, supportedLevels
, capabilities
, consentRequiredFor
, fallbacks
, safe默认Response
, evidenceRequirements
, support边界
, localPolicyWins
模式记录
UAIX 能力阶梯 v1
机器可读的 L0-L6 能力阶梯,具有安全回退、不支持的含义边界和仅供参考的客户端场景。使用规范的 UAI-1 传输信封; UAIX 记录证据和移交边界,但不授权执行。
- 配置文件
- uaix.capability-ladder.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.capability-ladder.v1
必需正文字段:
ladderId
, levels
, fallbackRules
, safe默认Response
, reference示例
, support边界
, localPolicyWins
模式记录
UAIX SPEC-02 项目交接 v1
面向人员、代理、供应商、未来会话和审查的运行时消费者的便携式项目内存和贸易交接合同。使用规范的 UAI-1 传输信封; UAIX 记录证据和移交边界,但不授权执行。
- 配置文件
- uaix.spec-02.project-handoff.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.spec-02.project-handoff.v1
必需正文字段:
projectId
, handoffId
, createdUtc
, owner
, custodian
, frontDoor
, memoryRoots
, requiredReads
, currentState
, constraints
, decisions
, nextActions
, targeted检查s
, evidence
, redactions
, warnings
, reference场景s
, support边界
, localPolicyWins
模式记录
UAIX SPEC-03 AGENTS.md 元数据 v1
AGENTS.md 规范根、嵌套指令范围、命令策略、内存加载和安全边界的前门元数据。使用规范的 UAI-1 传输信封; UAIX 记录证据和移交边界,但不授权执行。
- 配置文件
- uaix.spec-03.agents-md-metadata.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.spec-03.agents-md-metadata.v1
必需正文字段:
repositoryId
, canonicalRoot
, agentsMdPath
, coordinatorPath
, localUaiRoot
, nestedScopes
, requiredReads
, commandPolicy
, forbiddenOperations
, memoryPolicy
, securityBoundaries
, examples
, support边界
, localPolicyWins
模式记录
UAIX SPEC-04 文件交接 v1
强制性可信工作接收合同,具有经过证据测试的内容处理、完整的每个文件生命周期证明、受保护的锚点证据和最终源删除。使用规范的 UAI-1 传输信封; UAIX 记录证据和移交边界,但不授权执行。
- 配置文件
- uaix.spec-04.file-handoff.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.spec-04.file-handoff.v1
必需正文字段:
handoffId
, createdUtc
, intakeAuthority
, liveIntakeScan
, intakeBuckets
, fileManifest
, reviewDispositions
, file结果s
, finalIntakeScan
, intakeComplete
, anchor证据
, redactionPolicy
, lifecycle
, preservationPolicy
, evidence
, blockedFileRules
, support边界
, localPolicyWins
模式记录
UAIX 查看收据 v1
查看已检查的 UAIX 信封、支票、跳过的检查、警告、例外、信任决定和本地策略结果的收据。使用规范的 UAI-1 传输信封; UAIX 记录证据和移交边界,但不授权执行。
- 配置文件
- uaix.review-receipt.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.review-receipt.v1
必需正文字段:
receiptId
, reviewed信封Id
, reviewedUtc
, reviewer
, reviewResult
, checksRun
, checksSkipped
, warnings
, exceptions
, trustDecision
, support边界
, localPolicyWins
模式记录
UAIX 公共安全审计摘要 v1
公共安全审计摘要,用于证据参考、修订、公开调查结果、排除的私人材料、验证、例外和警告。使用规范的 UAI-1 传输信封; UAIX 记录证据和移交边界,但不授权执行。
- 配置文件
- uaix.public-safe-audit-digest.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.public-safe-audit-digest.v1
必需正文字段:
digestId
, subject
, createdUtc
, scope
, evidenceRefs
, redactions
, publicFindings
, privateMaterialExcluded
, verification
, exceptions
, warnings
, support边界
, localPolicyWins
模式记录
UAIX 修订政策 v1
针对秘密模式、数据类、审查门、永不发布值、验证、异常和警告的编辑策略。使用规范的 UAI-1 传输信封; UAIX 记录证据和移交边界,但不授权执行。
- 配置文件
- uaix.redaction-policy.v1
- 规范
- UAI-1
- 路由
- /wp-json/uaix/v1/schemas/uaix.redaction-policy.v1
必需正文字段:
policyId
, createdUtc
, appliesTo
, secret模式s
, dataClasses
, redactionActions
, reviewRequiredFor
, neverPublish
, verification
, exceptions
, warnings
, support边界
, localPolicyWins
已发布的字段注册表
字段注册表保持带键的 JSON 源记录、无键传输顺序以及在公共合约中对齐的嵌套主体/组件顺序。将其视为机器可读发布记录的一部分,而不是作为选定的方便说明。
信封顺序
有键与无键记录的根字段
uai_version: 声明消息的活动 UAI 协议版本。profile: 选择确切的已发布消息配置文件。message_id: 用于审查、跟踪和跨记录引用的稳定消息标识符。source: 描述发送者或生产系统。target: 描述预期的接收系统、记录或受众。conversation: 承载对话连续性、回合身份和父链接。delivery: 包含同步与异步模式、优先级、到期时间和确认期望。trust: 声明信任通道、身份验证、凭据、签名、重播窗口、验证器、证明和状态提示。body: 特定于配置文件的有效负载内容。provenance: 包含跟踪、沿袭、发布时间以及模型或代理来源详细信息。integrity: 携带校验和、算法和规范化信息。extensions: 列出附加到消息的声明的扩展命名空间。
组件顺序
跨配置文件保持稳定的嵌套结构
- source:
type, id, label, uri, did, role, implementation, project - target:
type, id, label, uri, did, role, implementation, project - conversation:
conversation_id, turn_id, parent_message_id, traceparent, sequence, correlation_id - delivery:
mode, priority, expires_at, reply_requested, ack_required, task_ref, idempotency_key, retry_count, sequence, lifecycle, timeout_ms, fallback_directive, expected_output_schema, duplicate_of_message_id, dedupe_behavior - trust:
channel, auth_scheme, principal, credential_ref, signature_ref, replay_window_id, trust_profile, verification_status, credential_status, verifier_ref, trust_root_ref, proof_ref, replay_policy_ref, verification_checked_at, verification_expires_at, assurance_level - provenance:
trace_id, parent_trace_id, issued_at, log_ref, agent_id, model_id, confidence, lineage - lineage_item:
stage, actor_id, model_id, note - integrity:
version, algorithm, canonicalization, checksum - extension_item:
namespace, purpose, critical - issue_item:
severity, code, message, path, help_url - error_detail_item:
path, code, message, schemaPointer, payloadPointer, field, expected, actual
代理通信顺序
uai.agent.* 数据包的通用字段
uai_version: 声明代理通信数据包的活动 UAI 协议版本。profile: 选择准确发布的代理通信数据包配置文件。message_id: 用于审查、跟踪和跨记录引用的稳定代理通信数据包标识符。source: 描述发送者或生产系统。target: 描述预期的接收系统、记录或受众。conversation: 承载对话连续性、回合身份和父链接。delivery: 包含同步与异步模式、优先级、到期时间和确认期望。trust: 声明信任通道、身份验证、凭据、签名、重播窗口、验证器、证明和状态提示。body: 特定于配置文件的有效负载内容。provenance: 包含跟踪、沿袭、发布时间以及模型或代理来源详细信息。integrity: 携带校验和、算法和规范化信息。extensions: 列出附加到代理通信数据包的已声明扩展命名空间。
intent, subject, requested_profile, parameters, constraints, response_profile
status, subject, request_message_id, result, notices, task_ref
capability_id, version, operations, input_profiles, output_profiles, async_profiles, security_schemes, transport_bindings, conformance_levels, error_codes, endpoints, extension_namespaces, implementation_tracks
type, title, detail, status, code, retryable, instance, errors, next_step, uaixCode, uaixCategory, uaixSeverity, retryAfterUtc, retryAfterMs, rateLimit, blockedByPolicy, blockedByNetwork, binding状态, constraintViolation, schemaPointer, payloadPointer, field, line, column, expected, actual, allowedValues, documentationUrl, safeHarborUrl, supportReference, evidenceRefs, traceId, correlationId, evidenceRecommended, suspensionRecommended, redactionApplied
status, checked_profile, issues, summary, artifacts, target_message_ref
task_id, state, subject, progress, status_message, result_profile, result_ref, blocking_reasons, updated_fields
message_type, content, context_refs, requires_acknowledgement, intent_semantics, action_type, execution_constraints, support_boundary
acknowledged_message_id, status, received_at_utc, rejection_reason, closes_acknowledgement_loop, support_boundary
task_id, state, percent_complete, current_action, estimated_completion_utc, support_boundary
blocker_id, blocker_type, description, human_review_required, proposed_resolution, support_boundary
proposal_id, source_type, proposed_facts, proposed_status, task_execution_separation, review_required, support_boundary
task_id, target_agent_id, context_summary, handoff_reason, exact_next_action, delegated_authorization, support_boundary
task_id, summary, files_changed, new_files, tests_run, skipped_checks, blockers, risks, validation_evidence, memory_updates_proposed, memory_updates_skipped, exact_next_action, support_boundary
original_message_id, correction_reason, changed_summary, corrected_fields, revised_payload, support_boundary
client_level, client_name, can_fetch_static, can_fetch_json, can_execute_javascript, can_use_browser_ui, can_post_data, can_authenticate, can_call_tools, can_run_long_tasks, can_store_memory, can_coordinate_agents, requires_human_consent_for, recommended_uaix_profiles, fallback_behavior, known_limits, evidence_requirements, safe_default_response, support_boundary, carcinus_boundary, localendpoint_boundary
negotiation_id, requested_client_level, observed_client_level, selected_client_level, selected_profile, requested_operation, unsupported_features, fallback_behavior, consent_boundaries, evidence_requirements, recommended_uaix_profiles, safe_default_response, support_boundary, carcinus_boundary, localendpoint_boundary
client_level, client_name, can_fetch_static, can_fetch_json, can_execute_javascript, can_use_browser_ui, can_post_data, can_authenticate, can_call_tools, can_run_long_tasks, can_store_memory, can_coordinate_agents, requires_human_consent_for, recommended_uaix_profiles, fallback_behavior, known_limits, evidence_requirements, safe_default_response, support_boundary, carcinus_boundary, localendpoint_boundary
client_level, client_name, can_fetch_static, can_fetch_json, can_execute_javascript, can_use_browser_ui, can_post_data, can_authenticate, can_call_tools, can_run_long_tasks, can_store_memory, can_coordinate_agents, requires_human_consent_for, recommended_uaix_profiles, fallback_behavior, known_limits, evidence_requirements, safe_default_response, support_boundary, carcinus_boundary, localendpoint_boundary
client_level, client_name, can_fetch_static, can_fetch_json, can_execute_javascript, can_use_browser_ui, can_post_data, can_authenticate, can_call_tools, can_run_long_tasks, can_store_memory, can_coordinate_agents, requires_human_consent_for, recommended_uaix_profiles, fallback_behavior, known_limits, evidence_requirements, safe_default_response, support_boundary, carcinus_boundary, localendpoint_boundary
client_level, client_name, can_fetch_static, can_fetch_json, can_execute_javascript, can_use_browser_ui, can_post_data, can_authenticate, can_call_tools, can_run_long_tasks, can_store_memory, can_coordinate_agents, requires_human_consent_for, recommended_uaix_profiles, fallback_behavior, known_limits, evidence_requirements, safe_default_response, support_boundary, carcinus_boundary, localendpoint_boundary
client_level, client_name, can_fetch_static, can_fetch_json, can_execute_javascript, can_use_browser_ui, can_post_data, can_authenticate, can_call_tools, can_run_long_tasks, can_store_memory, can_coordinate_agents, requires_human_consent_for, recommended_uaix_profiles, fallback_behavior, known_limits, evidence_requirements, safe_default_response, support_boundary, carcinus_boundary, localendpoint_boundary
client_level, client_name, can_fetch_static, can_fetch_json, can_execute_javascript, can_use_browser_ui, can_post_data, can_authenticate, can_call_tools, can_run_long_tasks, can_store_memory, can_coordinate_agents, requires_human_consent_for, recommended_uaix_profiles, fallback_behavior, known_limits, evidence_requirements, safe_default_response, support_boundary, carcinus_boundary, localendpoint_boundary
client_level, client_name, can_fetch_static, can_fetch_json, can_execute_javascript, can_use_browser_ui, can_post_data, can_authenticate, can_call_tools, can_run_long_tasks, can_store_memory, can_coordinate_agents, requires_human_consent_for, recommended_uaix_profiles, fallback_behavior, known_limits, evidence_requirements, safe_default_response, support_boundary, carcinus_boundary, localendpoint_boundary
ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
startup_packet_id, read_order, domain_boundaries, first_acceptable_response, no_op_triggers, validation_targets, identity, token_custody, discovery_bootstrap, safe_harbor, utc_requirements
uai_version, profile, schema_version, requirement, governance, protected_paths, validation, recommendation_boundary, provenance
uai_version, profile, schema_version, scope, lifecycle, activation_policy, objective, authoritative_refs, resume_context, next_loop, checks, writeback_policy, security, cold_memory, integrity, provenance
suspension_packet_id, state_summary, checks_run, checks_skipped, blockers, next_safe_step, network_obstruction, retry_policy, evidence_packet, human_escalation
receiver_brief_id, read_order, first_acceptable_response, domain_boundaries, escalation_triggers, no_op_triggers
policy_id, quarantine_default, adoption_requirements, blocked_requests, no_op_triggers, human_review_required
catalog_id, triggers, default_response, human_review_url, forbidden_recovery
matrix_id, boundaries, not_authorized_for, no_op_triggers, safe_quote_summary
evidence_id, profile_id, schema_url, fixture_url, checks, result, limitations
summary_id, packet_profiles, required_levels, no_op_triggers, limitations
ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
source_expression, concept_boundary, interpretation, confidence, no_op_triggers
resource_scope, cost_model, limits, evidence_refs, no_op_triggers
decision, authority_basis, options_reviewed, human_review_required, no_op_triggers
trigger, reason, missing_evidence, human_review_url, safe_next_step
sandbox_scope, unsafe_requests, blocked_operations, review_result, no_op_triggers
source_memory, quarantine_status, promotion_targets, conflicts, receiver_brief
benchmark_id, bounded_scope, reference_result, limitations, non_claims
uaixVersion, packageFormat, packageId, profileId, status, createdUtc, issuer, declaredScopes, entrypoints, files, integrity, support边界
uai_version, profile, schema_version, requirement, persona, preservation, boundaries, switching, provenance
profileId, storageMode, profile, package_identity, persona_identity, package_id, persona_id, file_first_primary, file_first_boundary, storage_binding_boundary, canonical_path_registry, profile_required_files, content_triggered_files, evidence_files, depth_dimensions, records, digest_roles, round_trip_receipt, authorization_boundary, import_export_rules, round_trip_receipt_shape, memory_layering, support_boundary, memoryendpoints_reference_adapter
enabled, profile, workload_class, workload_label, setup_mode, declared_surfaces, deterministic_activation, root_manifest_path, portable_authority_policy, authority, agent_roster, work_allocation, coordinator_and_delivery, database_npc_identity, runtime_ownership, offline_continuity, generated_files, validation, secret_boundary
uaixVersion, spec, envelopeId, createdUtc, issuer, issuerDisplayName, issuerPublicUrl, issuerCapabilityLevel, audience, lifecycleState, trustPosture, payloadType, payload模式, payload, evidence, redactions, signature, signature状态, verification, exceptions, warnings, rules, support边界, localPolicyWins
capability配置文件Id, profileVersion, declaredLevel, supportedLevels, capabilities, consentRequiredFor, fallbacks, safe默认Response, evidenceRequirements, support边界, localPolicyWins
ladderId, levels, fallbackRules, safe默认Response, reference示例, support边界, localPolicyWins
projectId, handoffId, createdUtc, owner, custodian, frontDoor, memoryRoots, requiredReads, currentState, constraints, decisions, nextActions, targeted检查s, evidence, redactions, warnings, reference场景s, support边界, localPolicyWins
repositoryId, canonicalRoot, agentsMdPath, coordinatorPath, localUaiRoot, nestedScopes, requiredReads, commandPolicy, forbiddenOperations, memoryPolicy, securityBoundaries, examples, support边界, localPolicyWins
handoffId, createdUtc, intakeAuthority, liveIntakeScan, intakeBuckets, fileManifest, reviewDispositions, file结果s, finalIntakeScan, intakeComplete, anchor证据, redactionPolicy, lifecycle, preservationPolicy, evidence, blockedFileRules, support边界, localPolicyWins
receiptId, reviewed信封Id, reviewedUtc, reviewer, reviewResult, checksRun, checksSkipped, warnings, exceptions, trustDecision, support边界, localPolicyWins
digestId, subject, createdUtc, scope, evidenceRefs, redactions, publicFindings, privateMaterialExcluded, verification, exceptions, warnings, support边界, localPolicyWins
policyId, createdUtc, appliesTo, secret模式s, dataClasses, redactionActions, reviewRequiredFor, neverPublish, verification, exceptions, warnings, support边界, localPolicyWins
如何使用本节
- 选择您想要支持的配置文件并解析其架构。
- 检查匹配情况注册表入境及公众现场注册表在实施紧凑运输或主体顺序假设之前。
- 运行验证器与已发表的示例或候选人消息并将结果与发布证据一起保留。
- 将任何面向发布的更改纳入实施轨道, 变更日志, 和参考资料与贡献者.
下一步
继续注册表有关当前版本背后的稳定配置文件图、兼容性提示和架构到示例的链接。