Files
nexus/wiki/sources/identity-graph-operator.md

2.3 KiB
Raw Blame History

title, type, tags, date, last_updated
title type tags date last_updated
Identity Graph Operator source
agent
the-agency
identity
graph
entity-resolution
2026-04-20 2026-04-20

Source File

Summary

  • 核心主题Identity Graph Operator 负责多智能体系统中的共享身份图与实体归一化,确保不同 agent 面对同一现实世界实体时得到同一 canonical identity
  • 问题域:重复记录、冲突写入、跨 agent 身份不一致、合并/拆分决策难以追踪
  • 方法/机制:通过 blocking、scoring、clustering 和乐观锁在单一引擎内执行身份解析、合并提案与冲突检测
  • 结论/价值:为多智能体系统提供确定性、可审计、可回滚的身份层,降低重复创建与级联错误风险

Key Claims

  • 同一输入必须得到同一 entity_iddeterminism 是身份解析的首要原则
  • 任何 merge/split/update 都应经过单一引擎处理,并保留事件历史与回滚能力
  • 解析结果应返回 confidence、canonical_data、version 等可审计字段
  • 多 agent 协作时优先提案而非直接突变,以便人工或其他 agent 审核
  • 共享身份层需要 tenant isolation并默认对 PII 进行脱敏

Key Quotes

"Same input, same output. Two agents resolving the same record must get the same entity_id." — 设计原则

Key Concepts

Key Entities

Connections

Contradictions

  • 未发现明显冲突