memoryoss_recall
Search your long-term memory. Call this FIRST at the start of every conversation turn to retrieve relevant context from previous sessions. Pass the user's question or topic as the query. Returns ranked results with content and relevance scores. Always check memory before answering - you may already know things the user told you before.
memoryoss_store
Save important information to long-term memory so you can recall it in future sessions. Store facts, decisions, user preferences, project context, and key findings. Call this whenever you learn something worth remembering - if in doubt, store it. Memories persist across sessions and are searchable by content.
memoryoss_update
Update an existing memory by ID. Use this when information has changed - e.g. a user preference was corrected or a fact is outdated. Pass the memory ID from a previous recall result.
memoryoss_forget
Delete memories by their IDs. Use when the user asks you to forget something or when stored information is wrong and should not be updated but removed entirely.