Use Case
An AI assistant that helps users with coding tasks. It should remember:- Preferred programming languages
- Editor settings
- Notification preferences
- Timezone
Implementation
Store Preferences
Recall on Session Start
Update When Changed
Memory Types
Usememory_type: "preference" for user preferences. This gives them a 180-day half-life, meaning they persist for a long time but eventually decay if not reinforced.
Next Steps
- Add relations between related preferences
- Use suggested to surface stale preferences
- Set up auto-ingest from conversation history