Registry / ai-ml / sovyx
library0.49.58pypypi✓ verified 80d ago

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 sovyx
INSTALL
IMPORT
SIG · SOVYX
S
sovyx
ai-mlpythonv0.49.58
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Sovyx
import sovyx
from sovyx import Sovyx

Initialize a persistent AI agent with memory backend.

from sovyx import Sovyx import os agent = Sovyx( api_key=os.environ.get('OPENAI_API_KEY', ''), memory_backend='sqlite' ) response = agent.chat("Hello, remember me?") print(response)
Debug
Known issues
breakingAPI changed from `Agent` class to `Sovyx` class in v0.40.
fix
Replace `Agent(...)` with `Sovyx(...)`.
affects: <0.40
breaking`memory_backend` parameter renamed `persistence` in v0.45.
fix
Use `persistence='sqlite'` instead of `memory_backend='sqlite'`.
affects: 0.40-0.44
gotchaRequires Python >=3.11 – fails silently on older versions.
fix
Check Python version: `python --version` must be 3.11+.
affects: all
Upgrade
Version history
0.49.58latest on PyPI · released Jun 2, 2026
Audit
Dependencies
openaioptionalDefault LLM backend
sqlalchemyoptionalMemory persistence
Agent activity
27 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
sovyx — pip install sovyx · libregistry