Troubleshooting Memory-Enabled Agents (Superseded)¶
This older troubleshooting page referenced commands and storage assumptions that are no longer current, including removed top-level CLI surfaces such as memory query and memory metrics.
Use These Docs Instead¶
- Agent Memory Quickstart
- Memory-enabled agents architecture
- Memory CLI reference
- How to integrate memory into agents
Current Verified CLI Surface¶
The verified top-level commands in this checkout are:
amplihack memory treeamplihack memory cleanamplihack memory exportamplihack memory importamplihack new --enable-memory
Current Memory Surface Split¶
amplihack memory treeshows the top-level SQLite session graph at~/.amplihack/memory.dbamplihack memory cleandeletes matching top-level SQLite sessions, with dry-run by defaultamplihack memory export/amplihack memory importoperate on agent-local hierarchical stores- generated goal-agent packages created with
--enable-memoryuse their own local./memory/directory
See the replacement docs above for the current command syntax and caveats.