memory_entity_resolve
Resolve a mention to its canonical entity within a project and type, using name/alias matching and embedding similarity. Returns the entity ID or creates a new one if no match exceeds the threshold.
Instructions
v11.0 W1-F: resolve a mention to its canonical entity within a project+type. Cross-session coreference via name/alias index + embedding cosine. Returns canonical_id, matched_via, and is_new flag. Pronouns return -1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Entity type: person, technology, project, company, ... | person |
| mention | Yes | ||
| project | No | general | |
| threshold | No | Cosine similarity threshold for embedding match. | |
| create_if_missing | No |