Open-autonomy

Latest version: v0.19.7

Safety actively analyzes 724004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 18

0.10.1

Autonomy:
- Adds support for updating the tendermint P2P URL at the runtime, take a look [here](https://github.com/valory-xyz/open-autonomy/pull/1923#discussion_r1163904995) to understand more
- Adds support for specifying `NFT` image path when minting the components
- Updates the minting tools to dump metadata as a `json` file after minting the component
- Updates the manual build mechanism to index agent using `all_parameters` parameter if available

Packages:
- Adds better exception handling when sending multiple transactions

Docs:
- Adds instructions for running a single agent

Chores:
- Fixes the dependency versions on the documentation `Dockerfile`
- Adds `mkdocs.yaml` configuration that needed to be removed due to incorrect dependencies in the previous release

0.10.0.post2

Autonomy:
- Updates the `autonomy publish` command to avoid publishing temporary files
- Adds support for specifying owner when minting a component using `--owner` flag on `autonomy mint` command
- Makes error messages on the on chain dependency checks more user friendly
- Updates the dependency verification check to handle cases where there are multiple dependencies with the same public ID
- Updates the runtime tendermint override update logic to account for `--n` flag
- Updates the runtime setup override update logic to set parameters as defined data types instead of a `list` of the said data type

Packages:
- Adds support for defining owner independent of the transaction sender when minting component on service manager and component registries manager contracts

0.10.0.post1

Autonomy:
- Makes the usage of the `flashbots` plugin optional in the deployments

0.10.0

Autonomy:
- Adds support for using hardware wallets for minting and managing services on-chain
- Updates the FSM scaffold tool to add the newly scaffolded package to the `packages.json` after scaffolding the skill
- Adds support for `kubernetes` builds on the `from-token` deployments using `--kubernetes` flag
- Adds support for specifying whether the deployment should run directly or not, using `--no-deploy` flag on the `from-deploy` command
- Removes the support for `--force` flag on the autonomy deploy build command
- Adds support for configuring networks in a deployment setup to expose various agent ports
- Adds a naming convention checker for the FSM specifications. From now on
- A round name should end with `Round`
- ABCI app class name should end with `AbciApp`
- Deprecates the usage of the special environment variables from the agent deployment setup
- Adds support for usage of the `flashbots` ledger plugin on the docker images

Packages:
- Deprecates the usage of the special environment variables for the agent configurations:
- In the ABCI skill override don't use `TENDERMINT_URL` and `TENDERMINT_COM_URL` for tendermint parameters
- In the ABCI connection override don't use `ABCI_HOST` and `ABCI_PORT` for ABCI connection parameters
- Tendermint and ABCI connection parameters now use the same environment variables' pattern as all other
configurations
- Refactors the `AbciAppDB`'s `create()`. It is responsible for setting the cross-period keys for the new period
and converting the corresponding data to the correct format. The skills using the `create()` method now
do not need to manually set the data for the next period as this is handled automatically via the
cross-period keys (1827)
- The setup parameters should not be defined as lists anymore (1833)
- `observation_interval` has been renamed to `reset_pause_duration` (1836)
- Adds support for the `flashbots` ledger plugin (1885)
- Adds a flag called `use_termination` in the configuration to enable or disable the usage of termination (1891)

Tests:
- Updates the test to remove the usage of --force flag

Docs:
- Adds the description column to the package list in the docs
- Corrects a code snippet in docs
- Simplifies explanation of `what is an agent service`

Chores:
- Updates the workflows to use python `3.10.9` instead of `3.10.10` to avoid timeouts

0.9.1

Autonomy:
- Updates the `docker-compose` template to enable the usage of `host.docker.internal` as host machine gateway

Tests:
- Adds test coverage for newly introduced commands on `autonomy analyse` group

Docs:
- Updates the documentation on the usage of custom images in agent deployments.

Chore:
- Updates the `tomte` version in the `Pipfile`

0.9.0

Autonomy:
- Updates the on-chain interaction functionalities to wait for the relevant event to make sure the interaction was successful
- Makes the usage of local tendermint chain optional in the deployment setup
- Introduces `autonomy analyse dialogues` command for analysing the dialogue definitions in a skill package
- Introduces `autonomy analyse service` command for checking the deployment readiness of a service
- Introduces `autonomy analyse logs` command for analysing the agent runtime logs
- Adds support for defining custom author name for docker images on the `autonomy build-image` command
- Removes the usage of `MAX_PARTICIPANTS` environment variable from deployment setup
- Adds support for updating the consensus threshold at the runtime using the on-chain metadata

Packages:
- Makes the synchronized database `serializable` and `hashable`
- Backports the `makerDAO multicall2` contract from [`agent-academy-1`](https://github.com/valory-xyz/agent-academy-1) repository
- Simplifies the way the initial height is set on resets. Now, the initial height will always be `0`
- Removes the need for declaring the `payload_attribute` on the round class implementation
- Updates the base rounds to simplify the usage when payloads have multiple attributes
- Adds support for synchronizing the database on registration so that agents can rejoin at any point
- Removes `reset_index` from `AbciApp` implementation
- Adds restrictions on which agents can submit in late message round
- Fixes overlapping blocks by setting unique chain Ids among the tendermint resets
- Updates the rejoin mechanism to
- Restart tendermint whenever there's a connection drop, from the abci or otherwise
- Makes sure monitoring is performed even when tendermint is reset by the tendermint server
- Clean up `timeouts` and `last_timestamp` before trying to restore state received from peers
- Don't wait for the reset pause duration in cases when reset is performed for recovery
- Enables `ACN` communication for rejoining agents, by accepting `requests/responses` from `all_participants`
- Removes `consensus` parameter from the skills' configurations and replaces the `max_participants` with the length of the `all_participants` list
- Updates the `BaseParams` implementation to enforce minimum values for `reset_pause_duration`
- Updates the `AbciAppDB` implementation to make sure `cross_period_keys` and the database conditions are defined as sets


Tests:
- Adds test coverage for registry contracts
- Adds test for building and running the base autonomy image, the agent runtime image and the tendermint server image
- Re-enables the fuzzer tests for the `valory/abci` connection on windows platform

Docs:
- Removes the usage of `max_participants` parameter
- Rearranges the on-chain registration section to match with the Autonolas protocol documentation
- Adds a link to the `whitepaper`
- Adds documentation on the deployment readiness checks for a service
- Adds a guide on initializing an empty local packages repository

Chores:
- Increases `CI` timeout for the tests from `70` minutes to `90` minutes
- Bumps `tomte` to `v0.2.2`

Page 13 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.