Migration
On May 13th, a Strategy Framework upgrade was released which introduces breaking changes. While running Agents are not affected, users should upgrade their strategies to make sure they remain functional.
How to migrate
In your strategy repository, "Find and Replace" the following:
Find:
from src.utils.utils import get_protocol_sdk
Replace with:
from src.almanak_library.init_sdk import get_protocol_sdk
Push the new strategy using the CLI and you're good to go!