All Projects → jason-lang → Jason

jason-lang / Jason

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

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Jason

Traileraddict.bundle
Stars: ✭ 44 (-63.03%)
Mutual labels:  agent
Cppagent
C++ Agent toolkit - Pre-built binaries, visit: https://github.com/mtconnect/cppagent/releases
Stars: ✭ 75 (-36.97%)
Mutual labels:  agent
Sarl
SARL Agent-Oriented Programming Language http://www.sarl.io
Stars: ✭ 103 (-13.45%)
Mutual labels:  agent
Stackimpact Nodejs
DEPRECATED StackImpact Node.js Profiler - Production-Grade Performance Profiler: CPU, memory allocations, async calls, errors, metrics, and more
Stars: ✭ 46 (-61.34%)
Mutual labels:  agent
Unixagent
This is the OCS unified agent for Unix operating systems
Stars: ✭ 61 (-48.74%)
Mutual labels:  agent
Bigpipe
以Kafka为存储介质,提供异步Http RPC的中间件
Stars: ✭ 84 (-29.41%)
Mutual labels:  agent
Coaty Js
Collaborative IoT framework in JavaScript/TypeScript for Node.js and browsers.
Stars: ✭ 39 (-67.23%)
Mutual labels:  agent
Jvm Profiler
JVM Profiler Sending Metrics to Kafka, Console Output or Custom Reporter
Stars: ✭ 1,558 (+1209.24%)
Mutual labels:  agent
Menubarosxapp
Generic Mac OS X menu bar app (agent) template
Stars: ✭ 63 (-47.06%)
Mutual labels:  agent
Windowsagent
OCS Inventory NG Agent for Windows
Stars: ✭ 100 (-15.97%)
Mutual labels:  agent
Gym Minigrid
Minimalistic gridworld package for OpenAI Gym
Stars: ✭ 1,047 (+779.83%)
Mutual labels:  agent
Newrelic Ruby Agent
New Relic RPM Ruby Agent
Stars: ✭ 1,096 (+821.01%)
Mutual labels:  agent
Earl
Service Objects for Crystal (Agents, Artists, Supervisors, Pools, ...)
Stars: ✭ 89 (-25.21%)
Mutual labels:  agent
Kanela
The Kamon Instrumentation Agent
Stars: ✭ 45 (-62.18%)
Mutual labels:  agent
Illuminati
This is a Platform that collects all the data accuring in your Application and shows the data in real time by using Kibana or other tools.
Stars: ✭ 106 (-10.92%)
Mutual labels:  agent
Fanuc Mtconnect Agent
MTConnect Agent for Fanuc CNC Equipment using Focas over Ethernet
Stars: ✭ 39 (-67.23%)
Mutual labels:  agent
Dd Agent
Datadog Agent Version 5
Stars: ✭ 1,224 (+928.57%)
Mutual labels:  agent
Doom Net Pytorch
Reinforcement learning models in ViZDoom environment
Stars: ✭ 113 (-5.04%)
Mutual labels:  agent
Outis
outis is a custom Remote Administration Tool (RAT) or something like that. It was build to support various transport methods (like DNS) and platforms (like Powershell).
Stars: ✭ 111 (-6.72%)
Mutual labels:  agent
Amon
Amon is a modern server monitoring platform.
Stars: ✭ 1,331 (+1018.49%)
Mutual labels:  agent

= Jason :icons: font

ifdef::env-github[] :tip-caption: 💡 :note-caption: ℹ️ :important-caption: ❗️ :caution-caption: 🔥 :warning-caption: ⚠️ endif::[]

ifdef::env-github[:outfilesuffix: .adoc]

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 http://jomi.das.ufsc.br[Jomi F. Hübner] and http://www.inf.pucrs.br/r.bordini[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 http://jason.sourceforge.net/wp/documents/[documents] page).

== Documentation

Most of the Jason documentation is available link:doc/readme{outfilesuffix}[in the doc folder].

== Installation

=== For Jason users

NOTE: 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".

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].