OFFIS-DAI / mango

Modular Python-based agent framework to implement multi-agent systems
https://mango-agents.readthedocs.io/
MIT License
12 stars 2 forks source link

[Roles] Subscribe to message type convenience method #41

Open rcschrg opened 1 year ago

rcschrg commented 1 year ago

Its pretty common to subscribe to certain types of contents using isinstance checks. Therefore, it could make sense to create a convenience method in the RoleContext for that f.e. 'subscribe_message_type()'