架构集验证什么
该架构集将 UAI-1 转换为工具、CI 管道和运行时服务可以一致应用的已发布检查。
- 版本、配置文件、源、目标和消息标识的信封和标头规则。
- 正文内容和相关嵌套对象的形状和类型约束。
- 来源、完整性和日志字段使交换保持可审计性。
- 保留可预测结果的错误和结果结构。
散文中仍然存在着什么
模式是必要的,但还不够。语义意图、兼容性承诺、治理决策和更广泛的操作含义仍然存在于书面规范、注册表注释、变更日志和治理记录中。
实施者应如何使用本节
- 找到与您想要支持的交换相匹配的已发布配置文件。
- 在部署之前验证候选消息并保留结果结果记录。
- 读取匹配的内容 注册表 条目,以便您了解配置文件 ID、模式映射以及连接到该配置文件的示例装置。
- 使用 验证器 和 示例 作为实际检查您的实施是否与发布的记录相符。
当前架构系列
uai.intent.request.v1验证声明的请求信封、请求身份和请求特定的正文字段。uai.intent.response.v1验证面向结果的响应信封以及将响应与声明的请求联系起来的字段。uai.capability.statement.v1验证发现和互操作性审查中使用的功能元数据和支持的配置文件声明。uai.error.v1验证失败的验证、传输或执行路径的稳定错误报告。uai.conformance.result.v1验证从验证器导出的结果记录,以便证据可以在同一公共消息系列中传输。
架构更改应如何进入公开发布路径
- 让每个模式更新都与匹配相关联 注册表 录入并发表 例子 夹具。
- 重新运行 验证器 并将所得证据带入相关部门 实施轨道 发布前跟踪。
- 记录兼容性和迁移影响 变更日志,并使用 新闻 当架构更改也需要公开摘要时。
- 使用 参考资料与贡献者 当读者需要已发布模式系列的稳定发现和引用链接时。
已发布的架构目录
以下记录来自当前的 UAIX 标准目录,并与验证器和示例装置使用的公共 UAI-1 配置文件相匹配。
模式记录
UAI 意图请求 v1
用于更丰富的 UAI-1 公共交换信封中显式意图请求的模式。
- 配置文件
- uai.intent.request.v1
- 规范
- UAI-1
- 必需正文字段
- intent, subject, requested_profile, parameters, constraints, response_profile
- 路由
- /wp-json/uaix/v1/schemas/uai.intent.request.v1
模式记录
UAI 意图响应 v1
用于更丰富的 UAI-1 公共交换信封中直接结果和已接受任务响应的模式。
- 配置文件
- uai.intent.response.v1
- 规范
- UAI-1
- 必需正文字段
- status, subject, request_message_id, result, notices
- 路由
- /wp-json/uaix/v1/schemas/uai.intent.response.v1
模式记录
UAI 能力声明 v1
用于 UAI-1 中面向发现的能力、端点、安全性、异步和扩展声明的模式。
- 配置文件
- uai.capability.statement.v1
- 规范
- UAI-1
- 必需正文字段
- capability_id, version, operations, input_profiles, output_profiles, async_profiles, security_schemes, endpoints
- 路由
- /wp-json/uaix/v1/schemas/uai.capability.statement.v1
模式记录
UAI 错误 v1
用于更丰富的 UAI-1 信封中类型化验证、传输、授权和执行错误的模式。
- 配置文件
- uai.error.v1
- 规范
- UAI-1
- 必需正文字段
- type, title, detail, status, code, retryable, instance
- 路由
- /wp-json/uaix/v1/schemas/uai.error.v1
模式记录
UAI 一致性结果 v1
用于更丰富的 UAI-1 信封中验证器输出、关联制品和问题报告的模式。
- 配置文件
- uai.conformance.result.v1
- 规范
- UAI-1
- 必需正文字段
- status, checked_profile, issues, summary, artifacts
- 路由
- /wp-json/uaix/v1/schemas/uai.conformance.result.v1
模式记录
UAI 任务状态 v1
用于更丰富的 UAI-1 公共交换信封中长时异步任务状态的模式。
- 配置文件
- uai.task.status.v1
- 规范
- UAI-1
- 必需正文字段
- task_id, state, subject, progress, status_message
- 路由
- /wp-json/uaix/v1/schemas/uai.task.status.v1
模式记录
UAI Agent Message v1
Portable multi-agent message packet for informational, directive, or query communication with context references and acknowledgement requirements. Uses the canonical UAI-1 envelope; agent runtimes execute and UAIX records the reviewed communication boundary.
- 配置文件
- uai.agent.message.v1
- 规范
- UAI-1
- 必需正文字段
- message_type, content, context_refs, requires_acknowledgement, intent_semantics, execution_constraints, support_boundary
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.message.v1
模式记录
UAI Agent Acknowledgement v1
Acknowledgement packet that records receipt, parsing, validation, rejection, and acknowledgement-loop closure. Uses the canonical UAI-1 envelope; agent runtimes execute and UAIX records the reviewed communication boundary.
- 配置文件
- uai.agent.ack.v1
- 规范
- UAI-1
- 必需正文字段
- acknowledged_message_id, status, received_at_utc, closes_acknowledgement_loop, support_boundary
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.ack.v1
模式记录
UAI Agent Task 状态 v1
Task status packet for progress, current action, UTC estimates, and correlation-linked task state from external runtimes. Uses the canonical UAI-1 envelope; agent runtimes execute and UAIX records the reviewed communication boundary.
- 配置文件
- uai.agent.task-status.v1
- 规范
- UAI-1
- 必需正文字段
- task_id, state, percent_complete, current_action, support_boundary
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.task-status.v1
模式记录
UAI Agent Blocker v1
Blocker packet for authorization, resource, ambiguity, system fault, missing context, unsupported capability, validation, secret, destructive-action, and boundary conflicts. Uses the canonical UAI-1 envelope; agent runtimes execute and UAIX records the reviewed communication boundary.
- 配置文件
- uai.agent.blocker.v1
- 规范
- UAI-1
- 必需正文字段
- blocker_id, blocker_type, description, human_review_required, support_boundary
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.blocker.v1
模式记录
UAI Agent Memory Proposal v1
Memory proposal packet that separates proposed durable facts from task execution and blocks secret or cold-memory direct promotion. Uses the canonical UAI-1 envelope; agent runtimes execute and UAIX records the reviewed communication boundary.
- 配置文件
- uai.agent.memory-proposal.v1
- 规范
- UAI-1
- 必需正文字段
- proposal_id, source_type, proposed_facts, proposed_status, task_execution_separation, support_boundary
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.memory-proposal.v1
模式记录
UAI Agent Handoff v1
Handoff packet for transferring task responsibility with target actor, context summary, reason, and exact next action. Uses the canonical UAI-1 envelope; agent runtimes execute and UAIX records the reviewed communication boundary.
- 配置文件
- uai.agent.handoff.v1
- 规范
- UAI-1
- 必需正文字段
- task_id, target_agent_id, context_summary, handoff_reason, exact_next_action, support_boundary
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.handoff.v1
模式记录
UAI Agent Final Report v1
Final report packet requiring complete task evidence, files, tests, skipped checks, blockers, risks, memory decisions, and exact next action. Uses the canonical UAI-1 envelope; agent runtimes execute and UAIX records the reviewed communication boundary.
- 配置文件
- uai.agent.final-report.v1
- 规范
- UAI-1
- 必需正文字段
- 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
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.final-report.v1
模式记录
UAI Agent Correction v1
Correction packet that preserves immutable history by explaining what changed and why instead of deleting prior messages. Uses the canonical UAI-1 envelope; agent runtimes execute and UAIX records the reviewed communication boundary.
- 配置文件
- uai.agent.correction.v1
- 规范
- UAI-1
- 必需正文字段
- original_message_id, correction_reason, changed_summary, support_boundary
- 路由
- /wp-json/uaix/v1/schemas/uai.agent.correction.v1
模式记录
UAI Capability 配置文件 v1
Capability-adaptive web interaction profile for declaring the client level, safe fallbacks, consent boundaries, known limits, and evidence expected before an agent or browser claims support.
- 配置文件
- uai.capability.profile.v1
- 规范
- UAI-1
- 必需正文字段
- 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
- 路由
- /wp-json/uaix/v1/schemas/uai.capability.profile.v1
模式记录
UAI Capability Negotiation v1
Capability negotiation record for matching a task to the safest client level, unsupported features, consent boundary, fallback behavior, and evidence requirements.
- 配置文件
- uai.capability.negotiation.v1
- 规范
- UAI-1
- 必需正文字段
- 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
- 路由
- /wp-json/uaix/v1/schemas/uai.capability.negotiation.v1
模式记录
UAI Limited Browser Client v1
L0 client capability profile for static text, static HTML, Markdown, sitemap, llms.txt, and JSON fetches without JavaScript execution or write authority.
- 配置文件
- uai.client.limited-browser.v1
- 规范
- UAI-1
- 必需正文字段
- 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
- 路由
- /wp-json/uaix/v1/schemas/uai.client.limited-browser.v1
模式记录
UAI Structured Fetch Client v1
L1 client capability profile for predictable structured fetch of static resources and machine-readable JSON with low-token, no-JavaScript fallbacks.
- 配置文件
- uai.client.structured-fetch.v1
- 规范
- UAI-1
- 必需正文字段
- 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
- 路由
- /wp-json/uaix/v1/schemas/uai.client.structured-fetch.v1
模式记录
UAI Browser-Assisted Client v1
L2 client capability profile for human-visible browser assistance, JavaScript rendering, and parity checks without autonomous tool execution.
- 配置文件
- uai.client.browser-assisted.v1
- 规范
- UAI-1
- 必需正文字段
- 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
- 路由
- /wp-json/uaix/v1/schemas/uai.client.browser-assisted.v1
模式记录
UAI Tool Agent Client v1
L3 client capability profile for tool-calling agents that can fetch, authenticate, and post through explicit consent and idempotency controls.
- 配置文件
- uai.client.tool-agent.v1
- 规范
- UAI-1
- 必需正文字段
- 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
- 路由
- /wp-json/uaix/v1/schemas/uai.client.tool-agent.v1
模式记录
UAI Workflow Agent Client v1
L4 client capability profile for long-running workflow agents that preserve correlation, task status, fallback, consent, and final-report evidence.
- 配置文件
- uai.client.workflow-agent.v1
- 规范
- UAI-1
- 必需正文字段
- 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
- 路由
- /wp-json/uaix/v1/schemas/uai.client.workflow-agent.v1
模式记录
UAI Multi-Agent Runtime Client v1
L5 client capability profile for external multi-agent runtimes that coordinate agents while preserving UAIX as the record and evidence boundary, not the executor.
- 配置文件
- uai.client.multi-agent-runtime.v1
- 规范
- UAI-1
- 必需正文字段
- 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
- 路由
- /wp-json/uaix/v1/schemas/uai.client.multi-agent-runtime.v1
模式记录
UAI Audited Agent System Client v1
L6 client capability profile for high-assurance agent systems that attach provenance, audit evidence, consent records, final reports, and fallback proof.
- 配置文件
- uai.client.audited-agent-system.v1
- 规范
- UAI-1
- 必需正文字段
- 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
- 路由
- /wp-json/uaix/v1/schemas/uai.client.audited-agent-system.v1
模式记录
UAIX Ability 配置文件 L6 v1
UAIX Ability 配置文件 L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.ability-profile.v1
- 规范
- UAI-1
- 必需正文字段
- ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.v1
模式记录
UAIX Startup Packet v1
UAIX Startup Packet v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.startup-packet.v1
- 规范
- UAI-1
- 必需正文字段
- startup_packet_id, read_order, domain_boundaries, first_acceptable_response, no_op_triggers, validation_targets, identity, token_custody, discovery_bootstrap, safe_harbor, utc_requirements
- 路由
- /wp-json/uaix/v1/schemas/uaix.startup-packet.v1
模式记录
UAIX Memory Maintenance v1
通用 required UAIX memory package policy for memory lifecycle, hot/cold boundaries, compaction, archival policy, access controls, protected paths, validation behavior, and memory write safety.
- 配置文件
- uaix.memory-maintenance.v1
- 规范
- UAI-1
- 必需正文字段
- 路由
- /wp-json/uaix/v1/schemas/uaix.memory-maintenance.v1
模式记录
UAIX 下一步 Recursive Prompt v1
Derived hot-memory resume artifact for code-bearing UAIX packages. Authoritative .uai records win on conflict. This record is not a second source of truth and does not authorize execution.
- 配置文件
- uaix.next-recursive-prompt.v1
- 规范
- UAI-1
- 必需正文字段
- 路由
- /wp-json/uaix/v1/schemas/uaix.next-recursive-prompt.v1
模式记录
UAIX 暂停 Packet v1
UAIX 暂停 Packet v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.suspension-packet.v1
- 规范
- UAI-1
- 必需正文字段
- suspension_packet_id, state_summary, checks_run, checks_skipped, blockers, next_safe_step, network_obstruction, retry_policy, evidence_packet, human_escalation
- 路由
- /wp-json/uaix/v1/schemas/uaix.suspension-packet.v1
模式记录
UAIX Receiver Brief v1
UAIX Receiver Brief v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.receiver-brief.v1
- 规范
- UAI-1
- 必需正文字段
- receiver_brief_id, read_order, first_acceptable_response, domain_boundaries, escalation_triggers, no_op_triggers
- 路由
- /wp-json/uaix/v1/schemas/uaix.receiver-brief.v1
模式记录
UAIX Memory Firewall Policy v1
UAIX Memory Firewall Policy v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.memory-firewall-policy.v1
- 规范
- UAI-1
- 必需正文字段
- policy_id, quarantine_default, adoption_requirements, blocked_requests, no_op_triggers, human_review_required
- 路由
- /wp-json/uaix/v1/schemas/uaix.memory-firewall-policy.v1
模式记录
UAIX No-Op Trigger 目录 v1
UAIX No-Op Trigger 目录 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.no-op-trigger-catalog.v1
- 规范
- UAI-1
- 必需正文字段
- catalog_id, triggers, default_response, human_review_url, forbidden_recovery
- 路由
- /wp-json/uaix/v1/schemas/uaix.no-op-trigger-catalog.v1
模式记录
UAIX Authority 边界 v1
UAIX Authority 边界 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.authority-boundary.v1
- 规范
- UAI-1
- 必需正文字段
- matrix_id, boundaries, not_authorized_for, no_op_triggers, safe_quote_summary
- 路由
- /wp-json/uaix/v1/schemas/uaix.authority-boundary.v1
模式记录
UAIX 一致性 证据 v1
UAIX 一致性 证据 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.conformance-evidence.v1
- 规范
- UAI-1
- 必需正文字段
- evidence_id, profile_id, schema_url, fixture_url, checks, result, limitations
- 路由
- /wp-json/uaix/v1/schemas/uaix.conformance-evidence.v1
模式记录
UAIX Evaluation Packet Summary v1
UAIX Evaluation Packet Summary v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.evaluation-packet-summary.v1
- 规范
- UAI-1
- 必需正文字段
- summary_id, packet_profiles, required_levels, no_op_triggers, limitations
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation-packet-summary.v1
模式记录
UAIX Ability 配置文件 L6 v1
UAIX Ability 配置文件 L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.ability-profile.l0.v1
- 规范
- UAI-1
- 必需正文字段
- ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.l0.v1
模式记录
UAIX Ability 配置文件 L6 v1
UAIX Ability 配置文件 L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.ability-profile.l1.v1
- 规范
- UAI-1
- 必需正文字段
- ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.l1.v1
模式记录
UAIX Ability 配置文件 L6 v1
UAIX Ability 配置文件 L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.ability-profile.l2.v1
- 规范
- UAI-1
- 必需正文字段
- ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.l2.v1
模式记录
UAIX Ability 配置文件 L6 v1
UAIX Ability 配置文件 L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.ability-profile.l3.v1
- 规范
- UAI-1
- 必需正文字段
- ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.l3.v1
模式记录
UAIX Ability 配置文件 L6 v1
UAIX Ability 配置文件 L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.ability-profile.l4.v1
- 规范
- UAI-1
- 必需正文字段
- ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.l4.v1
模式记录
UAIX Ability 配置文件 L6 v1
UAIX Ability 配置文件 L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.ability-profile.l5.v1
- 规范
- UAI-1
- 必需正文字段
- ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.l5.v1
模式记录
UAIX Ability 配置文件 L6 v1
UAIX Ability 配置文件 L6 v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.ability-profile.l6.v1
- 规范
- UAI-1
- 必需正文字段
- ability_profile_id, declared_level, label, capability_surface, authority_boundary, required_human_approval, no_op_triggers, evidence_requirements
- 路由
- /wp-json/uaix/v1/schemas/uaix.ability-profile.l6.v1
模式记录
UAIX Expression-Concept Review v1
UAIX Expression-Concept Review v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.evaluation.expression-concept-review.v1
- 规范
- UAI-1
- 必需正文字段
- source_expression, concept_boundary, interpretation, confidence, no_op_triggers
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation.expression-concept-review.v1
模式记录
UAIX Resource-Economy Trace v1
UAIX Resource-Economy Trace v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.evaluation.resource-economy-trace.v1
- 规范
- UAI-1
- 必需正文字段
- resource_scope, cost_model, limits, evidence_refs, no_op_triggers
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation.resource-economy-trace.v1
模式记录
UAIX Operator Decision v1
UAIX Operator Decision v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.evaluation.operator-decision.v1
- 规范
- UAI-1
- 必需正文字段
- decision, authority_basis, options_reviewed, human_review_required, no_op_triggers
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation.operator-decision.v1
模式记录
UAIX No-op Justification v1
UAIX No-op Justification v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.evaluation.no-op-justification.v1
- 规范
- UAI-1
- 必需正文字段
- trigger, reason, missing_evidence, human_review_url, safe_next_step
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation.no-op-justification.v1
模式记录
UAIX Local Sandbox Safety Review v1
UAIX Local Sandbox Safety Review v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.evaluation.local-sandbox-safety-review.v1
- 规范
- UAI-1
- 必需正文字段
- sandbox_scope, unsafe_requests, blocked_operations, review_result, no_op_triggers
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation.local-sandbox-safety-review.v1
模式记录
UAIX Memory Ecosystem Handoff v1
UAIX Memory Ecosystem Handoff v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.evaluation.memory-ecosystem-handoff.v1
- 规范
- UAI-1
- 必需正文字段
- source_memory, quarantine_status, promotion_targets, conflicts, receiver_brief
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation.memory-ecosystem-handoff.v1
模式记录
UAIX DE11 Benchmark Summary v1
UAIX DE11 Benchmark Summary v1 profile for UAI-1 review packets. UAIX records are schemas, profiles, handoff packets, and conformance evidence. They do not authorize execution, prove safety, validate credentials, or certify agent intelligence.
- 配置文件
- uaix.evaluation.de11-benchmark-summary.v1
- 规范
- UAI-1
- 必需正文字段
- benchmark_id, bounded_scope, reference_result, limitations, non_claims
- 路由
- /wp-json/uaix/v1/schemas/uaix.evaluation.de11-benchmark-summary.v1
模式记录
UAIX SPEC-01 Canonical 信封 v1
Publication-envelope contract for portable evidence-bearing UAIX records, including payload, evidence, redaction, trust, signature status, verification, exceptions, and warnings. Uses the canonical UAI-1 transport envelope; UAIX 记录证据 and handoff boundaries but does not authorize execution.
- 配置文件
- uaix.spec-01.envelope.v1
- 规范
- UAI-1
- 必需正文字段
- uaixVersion, spec, envelopeId, createdUtc, issuer, issuerDisplayName, issuerPublicUrl, issuerCapabilityLevel, audience, lifecycleState, trustPosture, payloadType, payload模式, payload, evidence, redactions, signature, signature状态, verification, exceptions, warnings, rules, support边界, localPolicyWins
- 路由
- /wp-json/uaix/v1/schemas/uaix.spec-01.envelope.v1
模式记录
UAIX Capability 配置文件 v1
UAIX capability profile for declaring L0-L6 client posture, consent boundaries, fallback behavior, evidence requirements, and safe default behavior. Uses the canonical UAI-1 transport envelope; UAIX 记录证据 and handoff boundaries but does not authorize execution.
- 配置文件
- uaix.capability-profile.v1
- 规范
- UAI-1
- 必需正文字段
- capability配置文件Id, profileVersion, declaredLevel, supportedLevels, capabilities, consentRequiredFor, fallbacks, safe默认Response, evidenceRequirements, support边界, localPolicyWins
- 路由
- /wp-json/uaix/v1/schemas/uaix.capability-profile.v1
模式记录
UAIX Capability Ladder v1
Machine-readable L0-L6 capability ladder with safe fallbacks, unsupported implication boundaries, and reference-only client scenarios. Uses the canonical UAI-1 transport envelope; UAIX 记录证据 and handoff boundaries but does not authorize execution.
- 配置文件
- uaix.capability-ladder.v1
- 规范
- UAI-1
- 必需正文字段
- ladderId, levels, fallbackRules, safe默认Response, reference示例, support边界, localPolicyWins
- 路由
- /wp-json/uaix/v1/schemas/uaix.capability-ladder.v1
模式记录
UAIX SPEC-02 项目交接 v1
Portable project memory and custody transfer contract for humans, agents, vendors, future sessions, and reviewed runtime consumers. Uses the canonical UAI-1 transport envelope; UAIX 记录证据 and handoff boundaries but does not authorize execution.
- 配置文件
- uaix.spec-02.project-handoff.v1
- 规范
- UAI-1
- 必需正文字段
- projectId, handoffId, createdUtc, owner, custodian, frontDoor, memoryRoots, requiredReads, currentState, constraints, decisions, nextActions, targeted检查s, evidence, redactions, warnings, reference场景s, support边界, localPolicyWins
- 路由
- /wp-json/uaix/v1/schemas/uaix.spec-02.project-handoff.v1
模式记录
UAIX SPEC-03 AGENTS.md Metadata v1
AGENTS.md front-door metadata for canonical roots, nested instruction scope, command policy, memory loading, and safety boundaries. Uses the canonical UAI-1 transport envelope; UAIX 记录证据 and handoff boundaries but does not authorize execution.
- 配置文件
- uaix.spec-03.agents-md-metadata.v1
- 规范
- UAI-1
- 必需正文字段
- repositoryId, canonicalRoot, agentsMdPath, coordinatorPath, localUaiRoot, nestedScopes, requiredReads, commandPolicy, forbiddenOperations, memoryPolicy, securityBoundaries, examples, support边界, localPolicyWins
- 路由
- /wp-json/uaix/v1/schemas/uaix.spec-03.agents-md-metadata.v1
模式记录
UAIX SPEC-04 文件交接 v1
Safe supplied-file intake contract for manifests, bucket review, disposition, redaction, evidence, lifecycle, blocked-file rules, and archives. Uses the canonical UAI-1 transport envelope; UAIX 记录证据 and handoff boundaries but does not authorize execution.
- 配置文件
- uaix.spec-04.file-handoff.v1
- 规范
- UAI-1
- 必需正文字段
- handoffId, createdUtc, intakeBuckets, fileManifest, reviewDispositions, redactionPolicy, lifecycle, archivePolicy, evidence, blockedFileRules, support边界, localPolicyWins
- 路由
- /wp-json/uaix/v1/schemas/uaix.spec-04.file-handoff.v1
模式记录
UAIX Review Receipt v1
Review receipt for inspected UAIX envelopes, checks, skipped checks, warnings, exceptions, trust decision, and local-policy result. Uses the canonical UAI-1 transport envelope; UAIX 记录证据 and handoff boundaries but does not authorize execution.
- 配置文件
- uaix.review-receipt.v1
- 规范
- UAI-1
- 必需正文字段
- receiptId, reviewed信封Id, reviewedUtc, reviewer, reviewResult, checksRun, checksSkipped, warnings, exceptions, trustDecision, support边界, localPolicyWins
- 路由
- /wp-json/uaix/v1/schemas/uaix.review-receipt.v1
模式记录
UAIX Public-Safe Audit Digest v1
Public-safe audit digest for evidence references, redactions, public findings, excluded private material, verification, exceptions, and warnings. Uses the canonical UAI-1 transport envelope; UAIX 记录证据 and handoff boundaries but does not authorize execution.
- 配置文件
- uaix.public-safe-audit-digest.v1
- 规范
- UAI-1
- 必需正文字段
- digestId, subject, createdUtc, scope, evidenceRefs, redactions, publicFindings, privateMaterialExcluded, verification, exceptions, warnings, support边界, localPolicyWins
- 路由
- /wp-json/uaix/v1/schemas/uaix.public-safe-audit-digest.v1
模式记录
UAIX Redaction Policy v1
Redaction policy for secret patterns, data classes, review gates, never-publish values, verification, exceptions, and warnings. Uses the canonical UAI-1 transport envelope; UAIX 记录证据 and handoff boundaries but does not authorize execution.
- 配置文件
- uaix.redaction-policy.v1
- 规范
- UAI-1
- 必需正文字段
- policyId, createdUtc, appliesTo, secret模式s, dataClasses, redactionActions, reviewRequiredFor, neverPublish, verification, exceptions, warnings, support边界, localPolicyWins
- 路由
- /wp-json/uaix/v1/schemas/uaix.redaction-policy.v1
下一步
继续 注册表 用于将每个模式连接到更广泛的公共记录的配置文件 IDs 和引用。