From d1fd5aa915bf71de00cc0eb2ca3edbe09c877419 Mon Sep 17 00:00:00 2001 From: David Vilela Date: Mon, 20 Jun 2022 18:45:08 +0200 Subject: [PATCH 01/16] docs: add ipfs hashes --- docs/echo_demo.md | 4 ++-- docs/gym-skill.md | 2 +- docs/http-echo-demo.md | 14 +++++++------- docs/quickstart.md | 16 ++++++++-------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/echo_demo.md b/docs/echo_demo.md index d7890bf30d..bcdc7367d3 100644 --- a/docs/echo_demo.md +++ b/docs/echo_demo.md @@ -1,4 +1,4 @@ -This is a simple demo that introduces you to the main components of an AEA. +This is a simple demo that introduces you to the main components of an AEA. A full break down of the development is covered within the Development Quickstart. It is highly recommended that developers begin by following the quick start! @@ -7,7 +7,7 @@ This demo assumes you have followed the setup guide. The fastest way to have your first AEA is to fetch one that already exists! ``` bash -aea fetch open_aea/my_first_aea:0.1.0 --local +aea fetch fetchai/my_first_aea:QmcmunuEAvaKfLCJsgeqF8M5dKARHixu4otUFVGbEenaCm --remote cd my_first_aea ``` ### Install AEA dependencies diff --git a/docs/gym-skill.md b/docs/gym-skill.md index cc5f2b881d..add93d6352 100644 --- a/docs/gym-skill.md +++ b/docs/gym-skill.md @@ -19,7 +19,7 @@ Follow the Preliminaries and Development Quickstart. +A full break down of the development flow is covered within the Development Quickstart. It is highly recommended that developers begin by following the quick start! It is assumed that developers are within a pipenv virtual environment. -A full break down of the development flow is covered within the Development Quickstart. +A full break down of the development flow is covered within the Development Quickstart. The easiest way to get started with the http server is to use our pre-built example skill. ``` bash pipenv shell -aea fetch open_aea/http_echo:0.1.0 --local +aea fetch open_aea/http_echo:QmdyEJWRz4B2PU7ioD17HVVGELihjc4feos6nS2DSL94Rf --remote cd http_echo aea generate-key ethereum; aea add-key ethereum aea run --aev @@ -31,10 +31,10 @@ Successfully added connection 'fetchai/http_server:0.22.0'. Adding skill 'fetchai/http_echo:0.20.0'... Successfully added skill 'fetchai/http_echo:0.20.0'. Agent http_echo successfully fetched. - _ _____ _ - / \ | ____| / \ - / _ \ | _| / _ \ - / ___ \ | |___ / ___ \ + _ _____ _ + / \ | ____| / \ + / _ \ | _| / _ \ + / ___ \ | |___ / ___ \ /_/ \_\|_____|/_/ \_\ v1.4.0 diff --git a/docs/quickstart.md b/docs/quickstart.md index 50c0a807fb..97f711d23d 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -22,9 +22,9 @@ The following hints can help: