main.py
file using the following template:
my_agent
function with the logic you want to execute when the agent is triggered.
localhost:8080/my_agent
that expects a POST request with JSON
data with the following format:my_project
directory and run:
<the_pasted_url>
are important and should be there because you might copy a url with, e.g., an &
character that have a special meaning if it is not within a string (or escaped).