Memory Tiering
Multi-tiered memory management that organizes your bot's data into HOT, WARM, and COLD tiers for efficient retrieval and cost optimization.
KEY FEATURES
Automatic classification into HOT (active), WARM (recent), and COLD (archive) tiers
Smart promotion and demotion between tiers based on access patterns
Configurable retention policies per tier
Semantic search across all memory tiers
Memory compression for COLD tier to save token costs
CONFIGURATION EXAMPLE
"skills": {
"entries": {
"memory-tiering": { "enabled": true }
}
}EXAMPLE CONVERSATION
What did we discuss about project Alpha last week?
Retrieving from WARM memory... Last Tuesday you shared the project Alpha requirements: - Budget: €50K for Q2 - Deadline: March 15 - Team: 4 developers You also mentioned wanting to use React for the frontend. Want me to promote this to HOT memory for faster access?
TIPS & BEST PRACTICES
Set shorter WARM retention for chatbots with high message volume
COLD tier data is compressed — retrieval is slower but more cost-effective
Pair with Context Budgeting for maximum token savings
RELATED SKILLS
Enable on your bot
Memory Tiering · Memory