Mem0 Peek Quick search with compact output. Lighter than . Execution Step 1: Parse query The user provides a search query: If no query provided, ask: "What should I search for?" Memory ID detection: If the query matches any of these patterns, treat it as a direct memory ID lookup instead of a search: - Bare hex: (short ID) or (full UUID) - Citation ref: — extract the hex portion When an ID is detected: 1. Call directly (if short ID, try as prefix of full UUID) 2. If found, skip to Step 3 and display the single result 3. If not found, fall through to search using the ID as query text Step 2: S…