dump_threads
Export conversation threads to JSON or Markdown for backup and cold-reload after memory expiry. Filter by thread IDs for selective output.
Instructions
Export conversation threads as JSON or Markdown. Threads persist to disk and can be cold-reloaded after memory expiry. Use thread_ids to filter specific threads, format to choose output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: 'markdown' (clean export with YAML frontmatter, written to disk) or 'json' (raw thread data, inline). | markdown |
| thread_ids | No | Filter to specific thread UUIDs. Omit for all active threads. |