agentscope-extensions-mysql provides full-stack JDBC-based distributed storage for teams with existing relational database infrastructure.
Dependency
mysql-connector-j, postgresql).
One-Line Setup
Components Provided
1. MysqlAgentStateStore
Agent state persisted to a MySQL table.2. JdbcStore (BaseStore)
Workspace filesystem KV storage with auto-detected dialect.3. JdbcSnapshotSpec
Sandbox snapshots as LONGBLOB in a database table.4. JdbcSandboxExecutionGuard
Distributed lock via MySQLGET_LOCK() / RELEASE_LOCK().