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

Moving creation of inbox to on_start. #122

Closed rcschrg closed 1 week ago

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 88.56%. Comparing base (500c4d7) to head (b41e76a). Report is 7 commits behind head on development.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #122 +/- ## ============================================ Coverage 88.55% 88.56% ============================================ Files 22 22 Lines 2395 2404 +9 ============================================ + Hits 2121 2129 +8 - Misses 274 275 +1 ```

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

maurerle commented 2 weeks ago

Looks good! From the current view, I would like to have a release after this PR, as it now has everything I would need to migrate to mango 2 :)