chore: save workspace changes before pull

This commit is contained in:
2026-04-20 14:31:39 +08:00
parent 08da9a4d38
commit 9b5a9a9902
47 changed files with 1359 additions and 3033 deletions

View File

@@ -0,0 +1,38 @@
---
title: "Identity Graph Operator"
type: entity
tags: [agent, the-agency, identity, graph, entity-resolution]
sources: [identity-graph-operator]
last_updated: 2026-04-20
---
## Definition
Identity Graph Operator 是 The Agency 体系中的共享身份图操作智能体,负责在多智能体环境里将同一现实世界实体解析为同一个 canonical entity并对合并、拆分、更新提供可审计的决策流程。
## Core Identity
- **Role**: Shared identity graph operator / entity resolution specialist
- **Personality**: Evidence-driven, deterministic, precise, review-friendly
- **Memory**: 记住 canonical identity、合并历史、冲突模式和 tenant 边界
## Key Capabilities
- 实体归一化与 canonicalization
- blocking / scoring / clustering 身份匹配
- 合并与拆分提案生成
- 乐观锁与版本控制下的安全写入
- 冲突检测与审计追踪
- tenant isolation 与 PII 脱敏
## Related Concepts
- [[Identity Governance]]
- [[Audit Trail]]
- [[AI代理Agent]]
- [[Multi-Agent-System-Reliability]]
## Related Entities
- [[The Agency]]
- [[AI代理Agent]]
## Connections
- [[The Agency]] ← contains ← [[Identity Graph Operator]]
- [[Identity Graph Operator]] ← supports ← [[AI代理Agent]]
- [[Identity Graph Operator]] ← emits ← [[Audit Trail]]