jason
jason copied to clipboard
Jason is a fully-fledged interpreter for an extended version of AgentSpeak, a BDI agent-oriented logic programming language.
Following the tutorial [Hello World](http://jason.sourceforge.net/mini-tutorial/hello-bdi/), I think the REPL facility provided by the MAS Console is a bit confusing, and it seems there are a few issues regarding this facility...
I have found that suspending atomic intentions blocks the processing of further events. I guess that is because intentions that process other events (and that would resume the suspended atomic...
Hi, Is it possible to pass command-line arguments when calling the `jason` script? I would like to have command-line arguments when running jason `$jason project.mas2j` that are passed to the...
I followed the instructions from [here](https://github.com/jason-lang/jason/blob/master/doc/tutorials/getting-started/shell-based.adoc), but I get the following error: ``` > gradle -b np30.gradle --console=plain FAILURE: Build failed with an exception. * Where: Build file '/Users/eugen/dev/university/multiagent-systems-nail106/np30.gradle' line:...
Hi, I'm trying to dynamically initialize a Map, in JASON 3.0 as follows: ``` !initializeMap(MO, 5). +!initializeMap(MO, N) 2} [c] type map [c] After put Map is {1->1} [c] After...
Hi, I am using Jason to work on my research (on theory of mind and cooperation). It would be extremely useful for to implement an option selection function (S_O) that...
Hi, I have finally rediscovered Jason and AgentSpeak after 9 years, and am much further along in terms of experience in and knowing enough logic programming (in Prolog) and AI...
I'd love to use Jason as a library in my Gradle-based projects. In particular I don't want to use Eclipse, nor Atom, nor sticking to any particular IDE. Plus, I'd...
It is not clear if Jason is available via Maven or not. I'm aware that http://jacamo.sourceforge.net/maven2/ is a Maven repository where Jason can be attained from using the `org.jason-lang:jason:VERSION` id,...
As title says, is there a way to break from `while` and `for` in Jason? Also, it is reported [here](https://github.com/jason-lang/jason/blob/master/release-notes.adoc#version-112) that these feature are experimental. As of version 2.2, it...