If you need to roll back or completely remove Hexus from your environment, follow the steps below.
hermes config set memory.provider none
sudo systemctl restart hermes.service
⚠️ WARNING: This will cause irreversible data loss.
sudo -u postgres psql -d <your-memory-db> -c "
DROP TABLE IF EXISTS conversations;
DROP TABLE IF EXISTS memory_entries;
"rm -rf ~/.hermes/plugins/hexus