llmemory pull

Pull conversations from a remote vault into the local index.

Usage

llmemory pull

Pulls conversations from Google Drive or a filesystem remote (a folder containing manifest.json + one JSON file per conversation) into your local vault.

Options

FlagDescription
--from <dir>Filesystem remote: a folder with manifest.json + <id>.json files
--drivePull from Google Drive (requires `llmemory connect` first)

Examples

llmemory pull --drive
llmemory pull --from ./shared-vault

← All commands