memory_graph_review
Manage proposals to modify the knowledge graph: list pending review items, approve or reject link additions, entity merges, and junk removal to maintain data quality.
Instructions
Work the graph review queue — deep-dream proposals that need a verdict before they touch the real graph.
Actions:
list: pending findings/proposals (optional scope filter).
propose: submit link proposals [{src, relation, dst, similarity?, rationale?}] — stored for review, never written
directly.
dismiss_pair: mark src/dst as genuinely distinct — the
pair stops resurfacing as a duplicate candidate.
dismiss_slot_pair: same for lesson/world duplicate listings
(store; src/dst = listed "entity|attribute" keys).
accept_link / reject_link: settle an edge proposal by
proposal_id.
accept_merge: fold a near-duplicate entity into its twin.
accept_junk: delete an over-extraction artifact entity.
reject_entity: keep the entity; dismiss its proposal.
Returns: per-action dict; {error} on a bad action or missing input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dst | No | ||
| src | No | ||
| scope | No | ||
| store | No | ||
| action | No | list | |
| proposals | No | ||
| proposal_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||