llmemory import

Import conversations from local sources.

Usage

llmemory import [source]

Imports conversation history from a local coding-agent source into the vault. Omit the source to import every source configured via `llmemory setup`. Supported sources: codex, claude-code, cursor, opencode, aider, t3.

Options

FlagDescription
[source]codex | claude-code | cursor | opencode | aider | t3 — omit to import all configured sources
--path <path>Override the source's default file path

Examples

llmemory import claude-code
llmemory import codex --path ~/custom/codex/sessions

← All commands