mempalace_kg_check
Run deterministic KG reliability checks to detect active conflicts, stale facts, and source provenance warnings for accurate current-state data.
Instructions
Run deterministic KG reliability checks for active conflicts, stale current-state facts, and source drawer provenance warnings. This is not broad contradiction detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | Date or timestamp used as the current-state reference point. | |
| limit | No | Maximum number of facts considered by the reliability checks. | |
| entity | No | Optional entity to constrain conflict and staleness checks. | |
| predicate | No | Optional predicate to constrain reliability checks. | |
| predicates | No | Optional predicate allowlist for conflict checks. | |
| older_than_days | No | Age threshold for reporting stale facts. | |
| include_source_checks | No | Also warn when fact provenance points to missing or outdated drawers. | |
| single_valued_predicates | No | Predicates that should have at most one active object per subject. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | Yes | ||
| scope | Yes | ||
| summary | Yes | ||
| guidance | Yes | ||
| conflicts | Yes | ||
| stale_facts | Yes | ||
| source_warnings | Yes |