File size: 388 Bytes
e706de2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "memories": [
    {
      "type": "fact",
      "key": "user_name",
      "value": "Alex",
      "source": "user",
      "timestamp": "2025-11-05T20:24:58.220Z"
    },
    {
      "type": "preference",
      "key": "favorite_food",
      "value": "pizza",
      "source": "user",
      "timestamp": "2025-11-05T20:24:58.848Z"
    }
  ],
  "conversationHistory": []
}