A complete solution for cross-device data synchronization
Three ways to guarantee role data consistency:
- Official Synchronization Service::
- All data is automatically encrypted and stored in the cloud after registering an account
- Manually triggered via Settings → Data Management → Synchronize Now when a new device logs in
- Manual Backup Solution::
- Role page export JSON file with all settings and memory book content
- Chat logs can be batch exported to HTML or TXT format
- technical program::
- Build your own user-configurable WebDAV server, modify the sync_url parameter in settings.json
- Manage role file changes via Git and create automatic synchronization hooks
Note: Anonymous mode data can not be synchronized, important roles are recommended to register in advance. Synchronization conflict will retain the latest modification time of the data version.
This answer comes from the articleAgnai Chat: an open source chat platform for interacting with personalized AI charactersThe





























