valory-xyz / open-autonomy

A framework for the creation of autonomous agent services.
https://docs.autonolas.network
Apache License 2.0
79 stars 25 forks source link

Missing dependency undetected #2218

Closed Adamantios closed 5 months ago

Adamantios commented 5 months ago

A dependency missing from the agent's configuration went undetected by our framework's checks. This dependency was present in a custom package. More info in https://github.com/valory-xyz/baby-degen/pull/68.

angrybayblade commented 5 months ago

You need to define the custom package as dependency for the agent, this way the aea install will take care of installing the package dependencies.

customs:
- valory/trend_following_strategy:0.1.0:...