关于
Memory offers a persistent, SQLite-backed storage solution designed for agents, providing both a command-line interface and a programmatic API. It ensures reliable memory management with broad cross-platform support by leveraging `sqlite3`, avoiding complex native build steps. Key features include optional FTS5 indexing for enhanced search capabilities, robust input validation to prevent oversized data payloads, and automatic semantic embedding generation via OpenAI for advanced contextual recall. This allows agents to efficiently store, recall, list, forget, export, and import memories, with fallbacks to text-only scoring when embedding keys are not provided.