Open Autonomy Versions Save

A framework for the creation of autonomous agent services.

v0.14.14.post1

3 days ago
  • fix for small bug in 0.14.14

v0.14.14

1 week ago

What's Changed

Full Changelog: https://github.com/valory-xyz/open-autonomy/compare/v0.14.13...v0.14.14

v0.14.13

2 weeks ago

Autonomy:

  • Adds support for transaction not found error on the transaction settlment tool

Packages:

  • Adds a test for testing the usage of nested directories with the IPFS connection

v0.14.12

1 month ago

Autonomy:

  • Adds more chain profiles to reduce on-chain interaction complexity
  • Updates the develop mode to use a pre-built image for better user experience
  • Pins click to >=8.1.0,<9

Packages:

  • Updates the abstract_round_abci skill so that the offence status changes are only stored in the DB if slashing is enabled

v0.14.11.post1

2 months ago

Packages:

  • Fixes third party package hashes

v0.14.11

2 months ago

Autonomy:

  • Adds support for mounting custom volumes on the service deployments
  • Make threshold argument optional when minting a service

Packages:

  • Updates the contract API calls to utilise the chain_id parameter Add support for specifying chain_id on get_transaction_receipt

v0.14.10

2 months ago

Packages:

  • Fixes the recovery logic on the abstract_round_abci skill

v0.14.9

2 months ago

Autonomy:

  • Adds support for loading docker client from docker-desktop context

v0.14.8

3 months ago

Autonomy:

  • Pins python-dotenv>=0.14.5,<0.22.0 and typing_extensions>=3.10.0.2

Chore:

  • Skips data packages from the API generator script

v0.14.7

3 months ago

Autonomy:

  • Updates the Tendermint image to run the Tendermint node as a non-root user

Docs:

  • Updates hello-world hashes
  • Updates the ledger plugin installation instructions