Memory-Enabled Agents API Reference (Superseded)¶
This older page described the standalone amplihack-memory-lib API as if it were the primary memory story for the repo.
That is no longer the best starting point for this checkout.
Use These Docs Instead¶
- Agent Memory Quickstart
- Memory-enabled agents architecture
- Memory tutorial
- How to integrate memory into agents
- Memory CLI reference
Why This Page Was Retired¶
The previous version centered an older standalone SQLite-first API surface and did not reflect the current split between:
- the in-repo CLI memory backend under
src/amplihack/memory - the generated
amplihack new --enable-memoryscaffold that packagesamplihack_memoryhelpers into a standalone agent bundle
If you still need deep standalone-library details, read the amplihack-memory-lib package docs directly. For this repo, start with the replacement docs above.