-
Couldn't load subscription status.
- Fork 13
Description
Good afternoon,
I came across https://innovationlab.fetch.ai/resources/docs/agent-communication/uagent-uagent-communication, and noticed that despite this section is marked as uAgent to uAgent communication, there is no implementation for two agents using REST api endpoints, but rather sending a -curl request. This is not what I was expecting to see whilst trying to find alternative ways for 2 uagents communication.
Therefore, I have implemented 2 agents communication using REST API end points and "aiohttp" python library.
It can be found in my repo: https://github.com/iliarusskikh/fetchai_agents/tree/main/uAgentTOuAgent_communication, as REST_agent1.py && REST_agent2.py. Please, include similar implementation in the Fetchai docs, as this would be super helpful. Thanks
Kind regards,
Ilia