What problem does it solve?
When multiple agents ingest or act on the same real-world entities from different sources, they often create duplicate records, conflicting actions, and cascading errors. This Skill provides a deterministic, evidence-driven identity layer so every agent resolves to the same canonical entity_id and avoids duplicate billing, duplicate shipments, and inconsistent customer state.
Core Features & Use Cases
- Deterministic Resolution: Normalize fields, block candidates, compute field-level scores, and return a canonical entity_id with a confidence score and per-field evidence.
- Collaborative Proposals & Auditing: When confidence is ambiguous, generate merge or split proposals with explicit evidence and maintain a full audit trail of decisions and agent provenance.
- Graph Integrity & Safety: Support optimistic locking, simulation/previews of mutations, tenant-scoped queries, PII masking, and rollback for erroneous merges.
- Use Case: In an e-commerce platform, prevent double-charges and duplicate shipments by resolving orders and customers from multiple ingestion points (web, support, third-party integrations) into a single canonical entity.
Quick Start
Resolve this record against the shared identity graph and return the canonical entity_id, confidence, per-field evidence, and whether to auto-merge or propose.