memanto memory export
Export all agent memories to file.--agent TEXT- Specific agent (default: active)--output PATH- Output file path (a directory when--okfis used)--limit INTEGER- Maximum memories per type,1–100(default:25)--okf- Export an OKF bundle (a directory of markdown files) instead of a singlememory.md--split TEXT- OKF layout:auto(default),file, ortype(only used with--okf)
- If the backend is unreachable, export now fails loudly (
ConnectionError) instead of silently writing an empty cache — a genuine “no memories of this type” still exports fine, but a full outage no longer overwrites a good cache with an empty one. - With
--okf, the bundle is written to~/.memanto/exports/<agent>_okf/(or the--outputdirectory) and nests memories undermemories/alongsidedaily-summaries/,sessions/, andmetrics/sections when that data exists locally. To place a bundle inside a project directory, usememanto memory sync --okf. See the OKF integration for the full bundle layout.