memory
Browse, search, and manage your saved technique library
Show the user's technique memory library. Follow these steps:
- Call
memory_list(limit=20)to get an overview of saved techniques - Format as an organized list grouped by type:
- Beats — beat_pattern techniques
- Device Chains — device_chain techniques
- Mix Templates — mix_template techniques
- Browser Pins — browser_pin techniques
- Preferences — preference techniques
- For each technique show: name, summary, rating (stars), favorite marker, tags
- Show total count and breakdown by type
After presenting, ask if the user wants to:
- Search — "search for [query]" → use memory_recall
- View details — "show me [name]" → use memory_get
- Delete — "delete [name]" → use memory_delete (confirm first)
- Rate — "rate [name] 5 stars" → use memory_favorite