Git Product home page Git Product logo

pythaiml / jason Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aindilis/jason

1.0 0.0 1.0 12.79 MB

Jason is a fully-fledged interpreter for an extended version of AgentSpeak, a BDI agent-oriented logic programming language.

Home Page: http://jason.sf.net

License: GNU Lesser General Public License v3.0

Shell 0.32% Ruby 0.03% Python 0.01% Java 91.10% XSLT 3.00% Stata 0.01% HTML 1.08% ASL 4.46%

jason's Introduction

Jason

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.

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 documents page).

Documentation

Most of the Jason documentation is available in the doc folder.

Installation

For Jason users

ℹ️
In Jason 2.0 the way to run the Jason IDE (based on jEdit) has changed. Rather than running an application (Jason.exe or Jason.app), the IDE is now run by double clicking the jedit/jedit.jar file or using the script files in the scripts folder.

For Jason developers

git clone https://github.com/jason-lang/jason.git
cd jason
./gradlew config // (1) (2)
  1. the config task builds the jason jar, configure jason properties file, and place all jars in build/libs.

  2. this task also prints out the commands to set up the JASON_HOME and PATH variables.

Examples can be run using the jason shell script, for example:

jason examples/gold-miners-II/miners.mas2j

The Jason IDE based on jEdit can be launched by the jason-ide script or java -jar build/jedit/jedit.jar.

Other useful gradle tasks:

./gradlew jar     // (1)
./gradlew doc     // (2)
./gradlew clean   // (3)
./gradlew release // (4)
  1. generates a new jason jar.

  2. generates the javadoc and transforms asciidoc files into html (Docker must be running for the latter).

  3. cleans all generated files.

  4. produces a zip file in build/distributions to be distributed to users.

An eclipse project to change the Jason implementation can be created form menu "File/Import/Existing Gradle Project".

jason's People

Contributors

jomifred avatar patrickelectric avatar cleberjamaral avatar aindilis avatar rbordini avatar cartisan avatar timkam avatar amandinema avatar aricci303 avatar janpierry avatar oboissier avatar igorcadelima avatar rezenders avatar nick-pearson avatar mvondracek avatar

Stargazers

codephreak avatar

Forkers

minaiml

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.