Table of Contents
In this document, you will build a web environment to develop agent-based system with Jason language.
This IDE uses GitPod, so you will be asked to allow it to access your GitHub account.
-
Open GitPod with the following link.
-
Register (or login) and then create a new workspace with the recommended settings.
-
Wait the initialization.
-
Open the
main.mas2j
file and you will get the same result as in the picture below
Run the MAS with the command ./gradlew run
in the terminal.
-
Go the Jason Template project
-
Click on "use this template" and then "open in a codespace":
Run the MAS with the command ./gradlew run
in the terminal.