Hello.
I'm trying to create a web app that apply my educational , an i want to implement a spade environment in order to execute some complex process using a few agents and connect with Redis. I want to send myAgent from a request GET(POST, UPDATE or DELETE) from API, after it is resolved,, the agent will return the result. For example: post the link /api/sum with list by json like:
And myAgent will calcule, and return a result json like:
Is there any solves or recommendations to this? How to create this API and how to connect system with Redis?
Hello.
I'm trying to create a web app that apply my educational , an i want to implement a spade environment in order to execute some complex process using a few agents and connect with Redis. I want to send myAgent from a request GET(POST, UPDATE or DELETE) from API, after it is resolved,, the agent will return the result. For example: post the link /api/sum with list by json like:
And myAgent will calcule, and return a result json like:
Is there any solves or recommendations to this? How to create this API and how to connect system with Redis?