packages/docs/plugin-registry/memory.md
The Memory plugin provides persistent memory capabilities for Eliza agents.
Package: @elizaos/plugin-memory
This plugin gives agents the ability to remember information across conversations and sessions. It stores and retrieves facts, conversation context, and learned details so agents can maintain continuity and recall prior interactions.
Key capabilities:
eliza plugins install memory
No environment variables or configuration parameters are required. The plugin uses the agent's default storage backend.
"Remember that my preferred language is Python."
"What do you know about my last project?"
"Forget what I told you about the API key."