Persistent memory system for AI agents to remember facts, learn from experiences, recall memories, and track entities across sessions.
AgentMemory 1.0.0 initial release - Provides a persistent memory system for AI agents to remember facts, learn from experience, and track entities across sessions. - Offers a simple Python API to store, recall, and learn from information and actions. - Supports tracking entities with customizable roles and attributes. - Includes integration guidelines for Clawdbot workflows. - Uses a local SQLite database for storing memory by default, with configurable location.