AI-Discord-Bot/src/memory.json
milo 5f8c93ff69 🗄️ Add SQLite database system with JSON fallback and memory controls
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.
2025-10-10 13:04:48 -04:00

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": []
}