fetchai / agents-aea

A framework for autonomous economic agent (AEA) development
https://docs.fetch.ai/aea/
Apache License 2.0
211 stars 63 forks source link

Tutiral for intermediate to advanced #2606

Open 8ball030 opened 3 years ago

8ball030 commented 3 years ago

Is your feature request related to a problem? Please describe. the implementation for Inter skill communication is very poorly documented.

However, it is hugely powerful and really allows the power of the modular approach to skills and behaviours.

I think a couple of tutorials here would go a long way to show how you build from simpler building blocks to much more advanced behaviors.

Describe the solution you'd like Intermediate tutorial;

  1. Http server parses post request;
  2. Http server sends bytes of request to separate skill for processing.

Intermediate to advanced tutorial

  1. Open API spec
  2. Protocol generator 3 http server takes request and parses to custom message
  3. Http server sends to skill
DavidMinarsch commented 3 years ago

Nice suggestions :)