Hello, thanks for the great work!
I was wondering how to implement a mode executor with multiple custom modes. It's clear to me that one executor just owns one mode and thus is only capable of accessing the mode ID of the owned mode. However, is there a specific way to handle switching to other custom modes with unknown mode IDs during execution or is it not intended to use multiple custom modes within one executor?