SingleStore conversation store for PraisonAI
pip install singlestoredb
from praisonai.persistence.factory import create_conversation_store
store = create_conversation_store(
"singlestore",
url="singlestoredb://user:password@host:3306/database"
)