Memory Tree Visualization¶
This page documents the current amplihack memory tree command.
Overview¶
amplihack memory tree renders the repo's top-level session memory graph using MemoryDatabase, a SQLite store at ~/.amplihack/memory.db by default.
It is a graph view over the top-level CLI/session memory store. It is not a live view into a generated goal agent's local ./memory/ directory.
Usage¶
Basic command¶
Filter by session¶
Filter by current parser type¶
The current parser accepts these legacy type names:
conversationdecisionpatterncontextlearningartifact
Limit depth¶
Supported Options¶
There is no supported top-level --backend flag on memory tree in the current parser.
Output Shape¶
The command renders a Rich tree of the current session graph, grouped by session and memory item metadata. The exact styling may change, but the current command is intended for human inspection rather than machine parsing.
Related Commands¶
amplihack memory export/amplihack memory importfor agent-local hierarchical memory transferamplihack new --enable-memoryfor generated agent scaffolds with local./memory/