open-autonomy icon indicating copy to clipboard operation
open-autonomy copied to clipboard

A framework for the creation of autonomous agent services.

Results 81 open-autonomy issues
Sort by recently updated
recently updated
newest added
trafficstars

### Subject of the issue when executing `autonomy scaffold fsm --help` it outputs: Error: Agent configuration file 'aea-config.yaml' not found in the current directory. when executed inside an agent directory...

bug
cli

**Is your feature request related to a problem? Please describe.** When building and pushing images it always annoys me that i have to build the image, then copy the image...

enhancement
cli

The ipfs connection cannot handle directories that contain other directories.

bug
core-packages

1. Remove safe owner list reversal. https://github.com/valory-xyz/open-autonomy/pull/1459#discussion_r1011719332 2. A more sophisticated termination logic. https://github.com/valory-xyz/open-autonomy/pull/1459#discussion_r1011720299 3. Add `with_termination()`. https://github.com/valory-xyz/open-autonomy/pull/1459#discussion_r1011724787 https://github.com/valory-xyz/agent-academy-1/pull/155#discussion_r1013713819 4. Add `use_termination` flag that will allow the operator to turn...

enhancement
open-autonomy

``` 2022-12-02T10:39:17.3162409Z =================================== FAILURES =================================== 2022-12-02T10:39:17.3216448Z __________ TestHelloWorldABCIFourAgentsCatchupOnRegister.test_run[4] ___________ ``` for all agents looks as follows: ``` agent_00001 period: 0 round: registration event: Event.DONE agent_00001 period: 0 round: collect_randomness event:...

test
core-packages

This seems highly illogical and probably incorrect https://github.com/valory-xyz/open-autonomy/blob/main/tests/test_autonomy/test_cli/test_deploy/test_build/test_deployment.py

open-autonomy

Right now we're using string templates to generate deployment builds like here https://github.com/valory-xyz/consensus-algorithms/blob/3bc1650cce5f63bb617cb97e4c769f838f0b7f50/aea_swarm/deploy/generators/docker_compose/templates.py#L58-L85 Which seems a bit unsystematic, I propose we replace these with actual json config templates which we...

refactor
open-autonomy

when running the command `aea publish --push-missing` packages are copied from the agent intot he packages dir. Unfortunately, the new custom tyes are not ejected.

https://github.com/valory-xyz/open-autonomy/blob/31ab0338e649e74ba0309638e13d09fba6b967ec/setup.py#L61

**Is your feature request related to a problem? Please describe.** Some base rounds require a number of base attributes to be defined by the superclasses. For example, [none_type](https://github.com/valory-xyz/open-autonomy/blob/89a778cd71bbb56ed4805fa95470cd4f160217e7/packages/valory/skills/abstract_round_abci/base.py#L1548) on `CollectSameUntilThresholdRound`....

enhancement
core-packages