Skip to content

Commit c92e9ec

Browse files
feat: Update memory feature to highlight both short-term and long-term storage
- Renamed 'Long-Term Memory' to 'Persistent Memory System' - Added description of short-term Redis memory for agent coordination - Clarified long-term MemDocs storage for patterns, decisions, and context
1 parent a706167 commit c92e9ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ const features = [
3131
},
3232
{
3333
icon: '🧠',
34-
title: 'Long-Term Memory',
35-
description: 'Your AI remembers patterns, decisions, and context across sessions. No more repeating yourself.',
34+
title: 'Persistent Memory System',
35+
description: 'Short-term Redis memory for agent coordination during workflows. Long-term MemDocs storage remembers your coding patterns, past decisions, and project context across sessions.',
3636
link: '/framework-docs/',
3737
},
3838
{

0 commit comments

Comments
 (0)