feat(memory): add index, structured TODO, and heartbeat state schema
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"lastChecks": {
|
||||
"email": null,
|
||||
"calendar": null,
|
||||
"weather": null,
|
||||
"todo": 1773116700,
|
||||
"memory_index": 1773116700
|
||||
},
|
||||
"todoWatch": {
|
||||
"enabled": true,
|
||||
"defaultIntervalHours": 6,
|
||||
"overdueEscalation": true,
|
||||
"lastScanAt": "2026-03-10 09:45 GMT+8",
|
||||
"nextScanAt": "2026-03-10 15:45 GMT+8"
|
||||
},
|
||||
"memoryHygiene": {
|
||||
"enabled": true,
|
||||
"lastCompactionAt": "2026-03-10 09:45 GMT+8",
|
||||
"nextCompactionAt": "2026-03-11 09:45 GMT+8",
|
||||
"maxMemoryIndexLines": 150
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user