valory-xyz / open-autonomy

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

Changed RandomnessBehaviour docstring #2162

Closed Devanshusisodiya closed 8 months ago

Devanshusisodiya commented 8 months ago

Proposed changes

Changed the docstring of the class RandomnessBehaviour, also changed the references to docstring of RandomnessBehaviour class.

Fixes

fixes #2135

Types of changes

What types of changes does your code introduce? (A breaking change is a fix or feature that would cause existing functionality and APIs to not work as expected.) Put an x in the box that applies

Checklist

Put an x in the boxes that apply.

Further comments

On running the command tox -e generate-api-documentation a lot files in the folder docs/api/* were automatically getting deleted. So after running the command those changes were reverted back.

Devanshusisodiya commented 8 months ago

@Devanshusisodiya Please run tox -e lock-packages to update the package hashes

while doing the dev setup, command autonomy packages sync --update-packages gives the following error Error: Cannot connect to node with addr: /dns/registry.autonolas.tech/tcp/443/https - ive ran the autonolas-registries container as well but still.

Relevance - running tox -e lock-packages ends in this error InvocationError for command /Users/sdevanshu/projects/dev_folds/open-autonomy/.tox/lock-packages/bin/autonomy packages lock (exited with code 1)

Devanshusisodiya commented 8 months ago

@angrybayblade The environment issue was resolved, and I've pushed changes after updating package hashes.