get_memory_impact
Compute the graph impact of a memory to understand its influence. Returns entity count, relation count, cross-namespace info, and an impact score.
Instructions
Compute the graph impact of a memory. Returns the number of entities linked to the memory, the number of relations it evidences, whether it spans multiple namespaces, and an impact_score (entity_count0.4 + relation_count0.4 + cross_namespace*0.2). Requires storage adapter with graph capability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | The memory's storage_key (memory_id) to evaluate |