Agent Memory Integration (Superseded)¶
This page used to describe an older Neo4j-era memory integration flow.
That material is no longer the current source of truth for this repo.
Use These Docs Instead¶
- Agent Memory Quickstart
- Memory-enabled agents architecture
- Memory tutorial
- How to integrate memory into agents
- Memory CLI reference
What Changed¶
The current docs separate two different memory surfaces:
- the in-repo CLI memory backend under
src/amplihack/memory - the generated
amplihack new --enable-memoryscaffold that usesamplihack_memoryhelpers in a standalone package
The older automatic Neo4j injection and extraction flow described in the previous version of this page is not the current repo story.