llmemory export

Export one conversation to Markdown or JSON.

Usage

llmemory export <conversation-id> <output>

Writes a single conversation to a file, either as clean Markdown (default) or raw JSON, ready for Obsidian, Notion, or scripting.

Options

FlagDescription
--format <format>json | md (default: md)

Examples

llmemory export abc123 ./chat.md
llmemory export abc123 ./chat.json --format json

← All commands