open-autonomy
open-autonomy copied to clipboard
A framework for the creation of autonomous agent services.
After the files are [read in the IPFS connection](https://github.com/valory-xyz/open-autonomy/blob/main/packages/valory/connections/ipfs/connection.py#L264), they should be deleted. After some time, they can build up and take unnecessary space.
The method [`generate_agent`](https://github.com/valory-xyz/open-autonomy/blob/89a778cd71bbb56ed4805fa95470cd4f160217e7/autonomy/deploy/base.py#L725) has a problematic behaviour when the key values in a dictionary of an exported variable contain dots `.` This produces environment variables containing dots, which are not...
Will affect us if we update to `pytest` 8. More details: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
**Is your feature request related to a problem? Please describe.** Custom components cannot be ejected;  **Describe the solution you'd like** Would be nice if the customs component was added...
I reran this for like 5 times and it still failed, https://github.com/valory-xyz/open-autonomy/actions/runs/9298233533/job/25594891633 so I skipped it temporarily _Originally posted by @angrybayblade in https://github.com/valory-xyz/open-autonomy/pull/2234#discussion_r1620495649_
https://github.com/valory-xyz/open-autonomy/blob/cb874b71583562ca689c79cf98f3f93ac410c7e9/autonomy/deploy/generators/docker_compose/base.py#L170
### Subject of the issue If there are two services running on the same machine, for example: a `hello-world` service and a `trader` service. When we use `autonomy deploy stop...
## Proposed changes Porting the code from Pearl to here that runs an agent on local host system without docker. ## Types of changes What types of changes does your...
> I suggest removing this, along with support, as Goerli has been deprecated. _Originally posted by @Adamantios in https://github.com/valory-xyz/open-autonomy/pull/2262#discussion_r1786127958_
**Is your feature request related to a problem? Please describe.** Right now, when we build for local deployment with `deploy build --localhost`, tendermint is configured hardcoded to use its default...