In this PR, I have addressed a common comment from the community regarding the lack of typing for actors. The framework is now fully typed, ensuring that actors are explicitly defined for the messages they can receive and respond with. This enhancement improves type safety, reduces runtime errors, and makes the codebase more robust and maintainable.
In this PR, I have addressed a common comment from the community regarding the lack of typing for actors. The framework is now fully typed, ensuring that actors are explicitly defined for the messages they can receive and respond with. This enhancement improves type safety, reduces runtime errors, and makes the codebase more robust and maintainable.