Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.53 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.53 KB

jason-cli - APT Package for Jason CLI

DESCRIPTION

This package provides the Jason CLI, a command-line interface tool for Jason applications, for Debian, Ubuntu, and derivates.

Jason is an interpreter for an extended version of AgentSpeak. It implements the operational semantics of that language, and provides a platform for the development of multi-agent systems, with many user-customisable features. Jason is available as Open Source, and is distributed under GNU LGPL.

INSTALATION

To install the Jason execute the following commmands in a terminal.

echo "deb [trusted=yes] http://packages.chon.group/ chonos main" | sudo tee /etc/apt/sources.list.d/chonos.list 
sudo apt update
sudo apt install jason-cli

USING

To execute the Jason execute the following commands in a terminal.

jason app create multiagentSystem --console
   Creating directory multiagentSystem

   You can run your application with:
      $ jason multiagentSystem/multiagentSystem.mas2j

jason multiagentSystem/multiagentSystem.mas2j 
   [bob] hello world.
   [alice] hello world.

COPYRIGHT

Jason is developed by Jomi F. Hübner and Rafael H. Bordini, based on previous work done with many colleagues, in particular Michael Fisher, Joyce Martins, Álvaro Moreira, Renata Vieira, Willem Visser, Mike Wooldridge, but also many others, as acknowledged in the manual (see the Jason web site).