-
I'm using tinylog in my application with this configuration file
```
tinylog.level = warning
tinylog.writer = console
tinylog.format = {date:yyyy-MM-dd HH:mm:ss} {thread} {class}.{method} …
-
The built-in package is very large https://github.com/LightJason/AgentSpeak/tree/master/src/main/java/org/lightjason/agentspeak/action/builtin so a good solution is to build different projects with is…
-
modify return arguments of execution method (https://github.com/LightJason/AgentSpeak/blob/master/src/main/java/org/lightjason/agentspeak/language/execution/IExecution.java#L52) for a strict multi-val…
-
Cloner structure in
* https://github.com/LightJason/AgentSpeak/blob/master/pom.xml#L169-L173
* https://github.com/LightJason/AgentSpeak/blob/master/src/main/java/org/lightjason/agentspeak/language/C…
-
Hello,
I try to create my own language file which is based on the existing Prolog definition. The page is located here https://lightjason.github.io/framework/agentspeak/#lambdaexpression
The language…
-
There are many places in the code that throw too general exceptions, for example `IBaseAgentGenerator` throws an `Exception` in the constructor. These should be better named, maybe with some exception…
-
When a trigger is added to an agent (and saved for execution in the next cycle), this is done in a Map with the trigger's hashCode as key. If there already is a trigger with the same hashCode, the sec…