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

allows ordering AgentAddresses #127

Closed maurerle closed 1 week ago

maurerle commented 1 week ago

I had the issue, that I ordered the AgentAddress tuples just fine in mango 1.x to create reproducibility.

This was missing in the AgentAddress, but is added through order=True in the dataclass. This does not bring any harm and allows for comparison of AgentAddresses.

I also fixed the ruff linting which failed in the dev branch and added an empty context for the tests to succeed

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.57%. Comparing base (5a557d9) to head (c9f4512). Report is 5 commits behind head on development.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #127 +/- ## ============================================ Coverage 88.56% 88.57% ============================================ Files 22 22 Lines 2404 2406 +2 ============================================ + Hits 2129 2131 +2 Misses 275 275 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.