Skip to main content
Released: April 8, 2026 · Status: Live

Overview

The everos-sdk-upgrade plugin is an automated migration tool that handles the full upgrade path from Python SDK v0 (evermemos) to v1 (everos). It covers 13 migration rules, including dependency updates, environment variables, imports, client initialization, API signature rewrites, type renames, and exception classes.

Installation

Add the EverMind plugin marketplace and install the migration tool:
/plugin marketplace add EverMind-AI/everos-plugins
/plugin install everos-sdk-upgrade@everos-plugins
Then run the migration:
/everos-sdk-upgrade

What Gets Migrated

The tool automatically handles 13 migration rules across these categories:
CategoryWhat changes
Package dependencyevermemoseveros
Environment variablesUpdated key names
ImportsAll evermemos imports rewritten
Client initializationUpdated constructor signatures
API signaturesMethod names and parameters updated
Type renamesUpdated class and type names
Exception classesUpdated exception hierarchy

Roadmap

When new SDK versions are released, updated migration rules will be published with a new version number. To get the latest rules, run:
/plugin marketplace update