promote_memory
Promote high-value memories to long-term storage. Automatically detect candidates or specify a memory ID, with dry-run preview for safe promotion.
Instructions
Promote high-value memories to long-term storage.
Memories with high scores or frequent usage are promoted to the Obsidian vault (or other long-term storage) where they become permanent.
Args: memory_id: Specific memory ID to promote (valid UUID). auto_detect: Automatically detect promotion candidates. dry_run: Preview what would be promoted without promoting. target: Storage backend for promotion. Default: "obsidian" (Obsidian-compatible markdown). Note: This is a storage format, not a file path. Path configured via LTM_VAULT_PATH. force: Force promotion even if criteria not met.
Returns: List of promoted memories and promotion statistics.
Raises: ValueError: If memory_id is invalid or target is not supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| target | No | obsidian | |
| dry_run | No | ||
| memory_id | No | ||
| auto_detect | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||