memory_graph_review
Review and triage pending memory graph proposals: list, accept, reject, merge, or dismiss to keep the knowledge graph accurate.
Instructions
Work the graph review queue — deep-dream proposals that need a verdict before they touch the graph.
Actions:
list: pending findings/proposals (scope filters).
propose: file link proposals [{src, relation, dst, similarity?, rationale?}] for review.
relate: related-not-duplicate verdict — writes the
relation edge and dismisses the pair.
dismiss_pair: mark src/dst genuinely distinct.
dismiss_slot_pair: same for lesson/world duplicate
listings (store; keys are "entity|attribute").
accept_link/reject_link: settle an edge proposal by id.
accept_merge: fold a near-duplicate into its twin.
accept_junk: delete an over-extraction artifact.
reject_entity: keep the entity, dismiss the proposal.
Id actions accept proposal_ids for batch triage.
Returns: per-action dict; {error} on bad input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dst | No | ||
| src | No | ||
| scope | No | ||
| store | No | ||
| action | No | list | |
| relation | No | ||
| proposals | No | ||
| proposal_id | No | ||
| proposal_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||