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

use AgentAddress in create_acl for receiver_addr and sender_addr #114

Closed maurerle closed 2 weeks ago

maurerle commented 2 weeks ago

This improves readability of the create_acl functions by always letting the user use the AgentAddress. In some of the test cases this feels cumbersome, but when using the create_acl with existing Agents, this makes much more sense.

closes #112