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

A framework for the creation of autonomous agent services.

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

It will better to not task a developer with assigning each timeout manually in the setup of the [`SharedState`](https://github.com/valory-xyz/open-autonomy/blob/48e6806ec638f8debc5deb4144e3612dbe49578e/packages/valory/skills/oracle_abci/models.py#L62-L113). We should abstract this away as this can happen completely automatically...

enhancement
core-packages

**Is your feature request related to a problem? Please describe.** In several occasions, some team members have stated that we should consider using deques or equivalent data structures to avoid...

enhancement
core-packages

### Subject of the issue Teardown for base test class `BaseTendermintServerTest` might fail on macos: https://github.com/valory-xyz/open-autonomy/runs/6983972858?check_suite_focus=true ### Your environment macos-latest, python 3.9 in https://github.com/valory-xyz/open-autonomy/blob/1b497512e2a394f24f93ade5f5be8ad51bd53bee/.github/workflows/main_workflow.yml. ### Steps to reproduce Ci run:...

test
core-packages

**Is your feature request related to a problem? Please describe.** When using the transaction settlement skill, we might have pending transactions which are not cleared when we shut down the...

enhancement
core-packages

**Is your feature request related to a problem? Please describe.** At the moment sync up works only from a cold start (see here: https://github.com/valory-xyz/consensus-algorithms/pull/480#discussion_r809252749) **Describe the solution you'd like** Consider...

enhancement
core-packages

**Is your feature request related to a problem? Please describe.** Investigate the use of a `CheckTxState` to make the ABCI request `check_tx` stateful and more fine-grained. For more details, see:...

enhancement
core-packages

**Is your feature request related to a problem? Please describe.** Currently, In order to interact with a Tendermint node, we use Tendermint RPC calls through HTTP. However, that requires encoding...

enhancement
core-packages

At some point, it would be nice to start warning the devs if they try to update a value in the `BaseSynchronizedData`. Imagine the following situation: some user has no...

enhancement
core-packages

**Is your feature request related to a problem? Please describe.** Currently, `autonomy scaffold fsm` generates a collection of template classes that require be populated in order to have a working...

enhancement
open-autonomy

**Is your feature request related to a problem? Please describe.** Currently, services can be built and run locally for testing (build-image, deploy build, deploy run) if one of the two...

enhancement
cli