Enable agents to remember information across conversations
Feature | Thread | Memory |
---|---|---|
Persistence | Temporary (session) | Long-term (across sessions) |
Storage | SQLite database | Vector database |
Scope | All messages in a conversation | Specific information to remember |
Retrieval | Sequential access | Semantic search |
Purpose | Maintain conversation flow | Store specific knowledge |
key
: A unique identifier for this memory (alphanumeric and underscores only)instructions
: Guidance for how the memory should be used