open-autonomy
open-autonomy copied to clipboard
A framework for the creation of autonomous agent services.
The `SERVICE_MANAGER_TOKEN_COMPATIBLE_CHAINS` doesnt include all supported chains. Check [here](https://github.com/valory-xyz/open-autonomy/blob/v0.15.2/packages/valory/contracts/service_manager/contract.py#L36).
## Proposed changes Basically i am little blocked on support for 3.13. This seems to be caused by a couple of issues. A) abci relies on grpcio `1.53.0` This fails...
The build for user images [started failing](https://github.com/valory-xyz/open-autonomy/actions/runs/13408939780/job/37454660772#step:6:1178) and was not resolved by 206f93d20185d1ed5b9275175adb30d789166434. This needs to be reverted and a proper fix needs to be applied.
When a behaviour or handler tries to access last_round_transition_timestamp during the first round (usually registration), an exception is raised: ``` 2025-02-14 12:34:16.738 2025-02-14T12:34:16.638333006Z stdout F File "/root/agent/vendor/valory/skills/abstract_round_abci/base.py", line 3483, in...
Create test that checks [this range](https://github.com/valory-xyz/open-autonomy/pull/2300#discussion_r1943051472) to ensure Windows compat in the future.
Refactor `gnosis_safe_proxy_factory` -> `gnosis_safe_multisig` `gnosis_safe_proxy_factory` is a very bad name choice. Gnosis safe proxy factory is a native Safe contract, whereas ours is called GnosisSafeMultisig.
## Proposed changes fixing the broken link on open autonomy documents - Deploy the service page. ## Types of changes - [x] Non-breaking fix (non-breaking change which fixes an issue)...
The same param currently cannot be shared in different skills. https://github.com/valory-xyz/open-autonomy/blob/a625d060b483899ca16490d9cf729136ec999375/packages/valory/skills/abstract_round_abci/models.py#L106-L122
**Is your feature request related to a problem? Please describe.** We can not seamlessly use the `ChainType` enum from open-autonomy in Pearl because of the following reasons: - In Pearl,...