archive_entities
Archive old or low-importance entities from the knowledge graph based on date, importance thresholds, or tags to maintain organized storage.
Instructions
Archive old or low-importance entities
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| olderThan | No | Archive entities older than this date (ISO 8601) | |
| importanceLessThan | No | Archive entities below this importance | |
| tags | No | Archive entities with these tags | |
| dryRun | No | Preview without applying changes |