Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -427,4 +427,5 @@ temp/

logs.db
benchmarks.html
agent/
agent/
.claude/
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ The central design pattern is the **FSM App**: skills define a finite state mach

## Key Dependencies

- `open-aea[all]==2.1.0rc6` - Core AEA framework
- `open-aea[all]==2.1.0` - Core AEA framework
- `web3>=7,<8` - Ethereum interaction
- `docker==7.1.0` - Container management for deployments
- `Flask>=3.1.0,<4.0.0` - Tendermint monitoring server
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History - `open-autonomy`

# 0.21.12 (TBD)
# 0.21.12 (2026-03-08)

Autonomy:
- Adds aea key to connection also in docker deployment #2408
Expand Down
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name = "pypi"
aiohttp = "<4.0.0,>=3.8.5"
docker = "==7.1.0"
Flask = ">=3.1.0,<4.0.0"
open-aea = {version = "==2.1.0rc6", extras = ["all"]}
open-aea-ledger-ethereum = "==2.1.0rc6"
open-aea-ledger-ethereum-hwi = "==2.1.0rc6"
open-aea-cli-ipfs = "==2.1.0rc6"
open-aea = {version = "==2.1.0", extras = ["all"]}
open-aea-ledger-ethereum = "==2.1.0"
open-aea-ledger-ethereum-hwi = "==2.1.0"
open-aea-cli-ipfs = "==2.1.0"
ipfshttpclient = "==0.8.0a2"
multiaddr = "==0.0.9"
Werkzeug = ">=3.1.0,<4.0.0"
Expand All @@ -32,7 +32,7 @@ typing_extensions = "<=4.15.0,>=3.10.0.2"
hexbytes = "*"
packaging = "*"
pytest-asyncio = "*"
open-aea-ledger-cosmos = "==2.1.0rc6"
open-aea-ledger-cosmos = "==2.1.0"
# we pin this as the range specified in open-aea-ledger-cosmos is wide
grpcio = "==1.78.0"
hypothesis = "==6.21.6"
Expand Down
2 changes: 1 addition & 1 deletion autonomy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__title__ = "open-autonomy"
__description__ = "A framework for the creation of autonomous agent services."
__url__ = "https://github.com/valory-xyz/open-autonomy.git"
__version__ = "0.21.12rc5"
__version__ = "0.21.12"
__author__ = "Valory AG"
__license__ = "Apache-2.0"
__copyright__ = "2021-2024 Valory AG"
2 changes: 1 addition & 1 deletion autonomy/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
ACN_IMAGE_NAME = os.environ.get("ACN_IMAGE_NAME", "valory/open-acn-node")
DEFAULT_DOCKER_IMAGE_AUTHOR = "valory"
OAR_IMAGE = "{image_author}/oar-{agent}:{version}"
ABSTRACT_ROUND_ABCI_SKILL_WITH_HASH = "valory/abstract_round_abci:0.1.0:bafybeicmdgbovdgxy2kiac5qhm2nnqm3dl5fkmnsxfy4cardzyntqqzuwu"
ABSTRACT_ROUND_ABCI_SKILL_WITH_HASH = "valory/abstract_round_abci:0.1.0:bafybeignxomufl7xwd23gtnmdezgbc4ufjsn2npchvqlomd7hxsfxf6ahq"
OLAS_DOCS_URL = "https://stack.olas.network"
8 changes: 4 additions & 4 deletions deployments/Dockerfiles/autonomy-user/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
open-autonomy[all]==0.21.12rc5
open-aea[all]==2.1.0rc6
open-aea-cli-ipfs==2.1.0rc6
open-aea-ledger-ethereum==2.1.0rc6
open-autonomy[all]==0.21.12
open-aea[all]==2.1.0
open-aea-cli-ipfs==2.1.0
open-aea-ledger-ethereum==2.1.0
protobuf<6,>=5
2 changes: 1 addition & 1 deletion deployments/Dockerfiles/autonomy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG AEA_VERSION=2.1.0rc6
ARG AEA_VERSION=2.1.0

FROM valory/open-aea-user:${AEA_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion deployments/Dockerfiles/development/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG AEA_VERSION=2.1.0rc6
ARG AEA_VERSION=2.1.0

FROM valory/open-aea-user:${AEA_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion docs/advanced_reference/commands/autonomy_build-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ autonomy build-image [OPTIONS] [AGENT_PUBLIC_ID]
* Include extra python packages:

```bash
autonomy build-image ... -e open-aea-ledger-flashbots==2.1.0rc6
autonomy build-image ... -e open-aea-ledger-flashbots==2.1.0
```

This will tag the image as `<author>/oar-<agent_package>:<version>`.
4 changes: 2 additions & 2 deletions docs/counter_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ you have followed the [setup instructions](guides/set_up.md#set-up-the-framework

2. Use the CLI to download the `valory/counter` AI agent.
```bash
autonomy fetch valory/counter:0.1.0:bafybeifb7ur6t2mnac2v46tdxqyvgteg674vrjqylxhrx7fbcorphan4vq --remote --service
autonomy fetch valory/counter:0.1.0:bafybeiakt5nbgab6ryek6gwsvsubcn2yppc5mr7eabxyz7262vkkflq7ly --remote --service
cd counter
```

Expand Down Expand Up @@ -284,7 +284,7 @@ First, open a terminal to the root of this repository,
and fetch the `counter_client` agent:

```bash
autonomy fetch valory/counter_client:0.1.0:bafybeicdbi4x2ccq4ikre2r5cuzky4wzgljy3b5npcnhwtfncr5jt77u7a --remote
autonomy fetch valory/counter_client:0.1.0:bafybeietnbmbexup2zrob6envhl4heumjok523aoz3rrl2wacamn6sq2nm --remote
```

This will copy the agent blueprint project in the `counter_client` directory.
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/define_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ If you have [populated the local registry](./overview_of_the_development_process
propagate: true
dependencies:
open-aea-ledger-ethereum:
version: ==2.1.0rc6
version: ==2.1.0
open-aea-test-autonomy:
version: ==0.21.12rc5
version: ==0.21.12
default_connection: null
---
public_id: valory/hello_world_abci:0.1.0
Expand Down
10 changes: 5 additions & 5 deletions docs/guides/overview_of_the_development_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ To follow the next sections, you need to populate the local registry with a numb
"third_party": {
"service/valory/hello_world/0.1.0": "bafybeib5a5qxpx7sq6kzqjuirp6tbrujwz5zvj25ot7nsu3tp3me3ikdhy",
"agent/valory/hello_world/0.1.0": "bafybeigfvkvjaqnelvjgrl2uroxdrwlcsabnusgdnkbsu6smwtg6skd52y",
"connection/valory/abci/0.1.0": "bafybeih4xblxvkk2x3nretjufszkaihlube7esl3mjcm7kixu26bgt63sm",
"connection/valory/abci/0.1.0": "bafybeif2secc2suz4xjzkzczp6illakbuqu26u56kl7seqm3lquzzepafa",
"connection/valory/http_client/0.23.0": "bafybeihel6sg2yayxu7lqygaswdgciaxpqrgsbl5rwx74c6znu5qz2edd4",
"connection/valory/ipfs/0.1.0": "bafybeihpmn5ur4m6sxbgh4whcp33earzbcn2yd4q4eo6cwdkfkznvdpcqe",
"connection/valory/ipfs/0.1.0": "bafybeifcwxo3l56mlcucpdaoqhiczzkbyemrgtffoxzsqx67g567jcfeya",
"connection/valory/ledger/0.19.0": "bafybeid5uwx4uqxkiibw6kazr7my5mk5kcqg2dx2owtcf7kcpbs2jrns2e",
"contract/valory/service_registry/0.1.0": "bafybeifxh3cmxdv6qffnamkvyuihwob7zqvctqc3yf2rulbf3hdrtzqj7i",
"contract/valory/service_registry/0.1.0": "bafybeihwhyccrqd673zjabc7criizxvr7cvqmuuvdg5sfamj4ghddcujha",
"protocol/open_aea/signing/1.0.0": "bafybeifsjmldwyki3beqyvdt5lzenrg6wyrqaar5plc5rpnvtc4zlentye",
"protocol/valory/abci/0.1.0": "bafybeiak4pwac3pwjtd7weskxdhkrcopckr32vtazfbuteu6yqjkwarpte",
"protocol/valory/acn/1.1.0": "bafybeiea66z4k6cgcazxd6qzvnkllulyjzbnxufkoenge7qzh4qfogrvoa",
Expand All @@ -45,8 +45,8 @@ To follow the next sections, you need to populate the local registry with a numb
"protocol/valory/ipfs/0.1.0": "bafybeibz5xqhxdbuvba7nuw2w6ardjermtcoqercopnypdplnaekf3joam",
"protocol/valory/ledger_api/1.0.0": "bafybeiecq56phjfws36rgrefw6niyo4ezesloodsfis647mpm5ygqo4ysi",
"protocol/valory/tendermint/0.1.0": "bafybeihzb7e32f7jcrzvubilqaxzmyk7ea6ss3pg3tliatdlrr76qeknyq",
"skill/valory/abstract_abci/0.1.0": "bafybeierpmmkejvkdnvwl6wfcved5hjqdzwgfncg5ccfp5dctbk4mulfki",
"skill/valory/abstract_round_abci/0.1.0": "bafybeicmdgbovdgxy2kiac5qhm2nnqm3dl5fkmnsxfy4cardzyntqqzuwu",
"skill/valory/abstract_abci/0.1.0": "bafybeiey4gork33j2qr5rik3323isqpmzrnwrd5qsoscstgjcsoz6f7oem",
"skill/valory/abstract_round_abci/0.1.0": "bafybeignxomufl7xwd23gtnmdezgbc4ufjsn2npchvqlomd7hxsfxf6ahq",
"skill/valory/hello_world_abci/0.1.0": "bafybeibj7uripgimp6eklmkltpo2gwqyinq524wficoulod3b5ehzrivv4",
"connection/valory/p2p_libp2p_client/0.1.0": "bafybeielj3jso3wvrarp5n5rq7llpw4vgxybqiyensgjalb5ubfiawwhhu"
}
Expand Down
Loading
Loading