What happens when the user talks
The user speaks naturally. The agent does not ask them to manage a memory database. MCP gives the agent tools; the agent initializes memory, observes the user turn, and only stores the message if classification says it contains durable operational signal.
memory_initLoads the stable agent identity and the most salient standing context for the conversation.memory_observeClassifies the literal user turn and stores durable memory without adding recalled memories to context.memory_recallRetrieves typed memories when they can improve planning, coding, debugging, or product decisions.memory_check_actionRuns a safety check before risky or irreversible actions.