Semantic Kernel has a [Processes concept](https://learn.microsoft.com/en-us/semantic-kernel/frameworks/process/process-framework). Processes use steps, and both the process and the steps seem analogous to stateless. I wonder if Stateless could be extended to allow its states, triggers, etc., to work with Semantic Kernel processes and steps. What do you think?