valory-xyz / open-aea

A framework for open autonomous economic agent (AEA) development - no package vendor is prioritised over other package vendors
https://open-aea.docs.autonolas.tech
Apache License 2.0
63 stars 14 forks source link

Add support for custom packages #717

Closed angrybayblade closed 7 months ago

angrybayblade commented 7 months ago

Proposed changes

This PR

Fixes

fixes #706

Types of changes

What types of changes does your code introduce to agents-aea? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply.

codecov-commenter commented 7 months ago

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (1408e07) 90.29% compared to head (abb8a89) 90.26%.

Files Patch % Lines
aea/configurations/base.py 65.62% 11 Missing :warning:
aea/cli/scaffold.py 85.71% 1 Missing :warning:
aea/cli/utils/context.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #717 +/- ## ========================================== - Coverage 90.29% 90.26% -0.03% ========================================== Files 371 373 +2 Lines 29807 29854 +47 ========================================== + Hits 26914 26949 +35 - Misses 2893 2905 +12 ``` | [Flag](https://app.codecov.io/gh/valory-xyz/open-aea/pull/717/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=valory-xyz) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/valory-xyz/open-aea/pull/717/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=valory-xyz) | `90.26% <75.92%> (-0.03%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=valory-xyz#carryforward-flags-in-the-pull-request-comment) to find out more.

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

angrybayblade commented 7 months ago

You can also scaffold custom components using aea scaffold custom