MySQL StateStore adapter package for AgentLedger
Project description
agentledger-mysql
MySQL StateStore adapter package for AgentLedger.
pip install agentledger-mysql
pip install "agentledger-runtime[mysql]"
from agentledger_mysql import MySQLStore, MySQLStoreConfig
store = MySQLStore(MySQLStoreConfig.from_env())
store.init()
This package keeps the runtime core dependency-light while making MySQL an explicit opt-in. It re-exports the adapter classes from agentledger.storage_mysql in the 1.2.x line.
Certification:
python3 -m agentledger adapter certify --kind mysql --adapter-version 1.2.3
Production hardening still requires real MySQL service validation, concurrency/load checks, backup/restore drills, and deployment-specific permission review.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentledger_mysql-1.2.3.tar.gz.
File metadata
- Download URL: agentledger_mysql-1.2.3.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39b9c497ed7e58c3471f128dedf9efca0d4361d78740ca907267e4081cf0aa63
|
|
| MD5 |
9be1830adcbff2995eaa31327c390715
|
|
| BLAKE2b-256 |
56104a69f1a14c349b98f11cb8336fb5584a7520fab58911488652ef705b5a8f
|
File details
Details for the file agentledger_mysql-1.2.3-py3-none-any.whl.
File metadata
- Download URL: agentledger_mysql-1.2.3-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcfd5cd2860234f5d48c46fa40b03b0cb7ca2490a59e63ef760f51948c1722d4
|
|
| MD5 |
f07fc5dac5618cf7bc6c94316048dd5e
|
|
| BLAKE2b-256 |
e4bde958db717b11f5fab58c8dc1740ee5de27af79af969505c87b30de077aa7
|