Released: April 8, 2026 · Status: Live
Overview
Theeveros-sdk-upgrade plugin is an automated migration tool that handles the full upgrade path from Python SDK v0 (evermemos) to v1 (everos-cloud). It covers 13 migration rules, including dependency updates, environment variables, imports, client initialization, API signature rewrites, type renames, and exception classes.
- Plugin name:
everos-sdk-upgrade - Repository: https://github.com/EverMind-AI/everos-plugins
- Migration scope: Python SDK v0 (
evermemos) → v1 (everos-cloud), fully automated - CI: GitHub Actions automatically validates plugin structure to prevent misconfigured merges
- Cross-platform: Follows the Agent Skills open standard, compatible with 45+ AI tools
Installation
- Claude Code
- Other AI Tools
Add the EverMind plugin marketplace and install the migration tool:Then run the migration:
What Gets Migrated
The tool automatically handles 13 migration rules across these categories:| Category | What changes |
|---|---|
| Package dependency | evermemos → everos-cloud |
| Environment variables | Updated key names |
| Imports | All evermemos imports rewritten |
| Client initialization | Updated constructor signatures |
| API signatures | Method names and parameters updated |
| Type renames | Updated class and type names |
| Exception classes | Updated exception hierarchy |

