open-autonomy
                                
                                
                                
                                    open-autonomy copied to clipboard
                            
                            
                            
                        A framework for the creation of autonomous agent services.
## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. ## Fixes If it fixes a bug...
The `chain-id` should be a property in the transaction settlement skill: https://github.com/valory-xyz/open-autonomy/blob/v0.14.10/packages/valory/skills/transaction_settlement_abci/rounds.py#L248-L250 If the default chain id needs to be used as a fallback, then we can utilize the default...
## Proposed changes Updated the copyright information in some files, replaced `dummy_author` with `Valory AG`. ## Fixes https://github.com/valory-xyz/open-autonomy/issues/2204 ## Types of changes What types of changes does your code introduce?...
The copyright is incorrect in multiple files. This was not detected because the CI does not check the copyright correctly [here](https://github.com/valory-xyz/open-autonomy/blob/v0.14.10/.github/workflows/main_workflow.yml#L92).
Fix/2203
## Proposed changes Refactored the `check_unreferenced_events` function to return correct error strings, instead of misclassifying them. ## Fixes https://github.com/valory-xyz/open-autonomy/issues/2203 ## Types of changes What types of changes does your code...
Whenever we do not reference a specified event in our rounds, the FSM checker will report something like: ``` Error: Unreferenced events found in `AutomateAbciApp` - Events {'NO_MAJORITY', 'DONE'} are...
https://github.com/valory-xyz/baby-degen/pull/57#discussion_r1507253050
Currently it is not possible to run different deployments for the same service on one device. Making this possible could multiply the number of services running as well as make...
**Is your feature request related to a problem? Please describe.** If an FSM App defines a cross_period_persisted_keys but for whatever reason the FSM App has not set it on the...
[ComponentPackageLoader](https://github.com/valory-xyz/trader/blob/v0.10.2/packages/valory/skills/decision_maker_abci/io_/loader.py#L27) needs to be moved to core.