File size: 671 Bytes
ed6bec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "namespace": "CTX.memory",
  "description": "Represents short-term and long-term memory summaries for the agent.",
  "entries": [
    {
      "glyph": "CTX.memory.short_term",
      "meaning": "A summary of recent user interactions relevant to the current turn."
    },
    {
      "glyph": "CTX.memory.long_term",
      "meaning": "A stable memory summary that persists across sessions."
    },
    {
      "glyph": "CTX.memory.relevance",
      "meaning": "Indicates which memories should influence the current response."
    },
    {
      "glyph": "CTX.memory.align",
      "meaning": "Ensures memory usage aligns with identity, safety, and intent."
    }
  ]
}