resolve_agent_conflict
Resolve conflicts between two agent memories by applying a strategy such as most recent, highest confidence, most confirmations, or trusted agent.
Instructions
Resolve a conflict between two agent memories using a specified strategy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategy | No | Conflict resolution strategy (default: most_recent) | |
| primaryMemory | Yes | Name of the first conflicting memory | |
| conflictingMemory | Yes | Name of the second conflicting memory |