Sovyx (Sovereign Minds Engine) is a persistent AI companion library with real memory, enabling long-term context and stateful interactions. Current version 0.49.58 targets Python >=3.11, with weekly releases. It is in active development.
pip install sovyxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a persistent AI agent with memory backend.
Replace `Agent(...)` with `Sovyx(...)`.
Use `persistence='sqlite'` instead of `memory_backend='sqlite'`.
Check Python version: `python --version` must be 3.11+.