Implement configurable database backends (SQLite/JSON) with unified memory management, automated migration, Docker support, and privacy controls. Maintains full backward compatibility while enabling future PostgreSQL/ChromaDB.
16 lines
No EOL
338 B
JSON
16 lines
No EOL
338 B
JSON
{
|
|
"conversations": {
|
|
"test_channel": [
|
|
{
|
|
"timestamp": "2025-10-10T16:57:27.533778",
|
|
"user_id": "test_user",
|
|
"content": "test message",
|
|
"context": "test context",
|
|
"importance": 0.8,
|
|
"id": "test_channel_1760129847"
|
|
}
|
|
]
|
|
},
|
|
"user_memories": {},
|
|
"global_events": []
|
|
} |