Skip to content

Tags: aiagents/jadescript

Tags

v1.0.20230504

Toggle v1.0.20230504's commit message
update README.md with new plugin/compiler links

v1.0.20230428

Toggle v1.0.20230428's commit message
add localName property to aid type, add debug facilities, fixed small…

… bug in type inferrer

v1.0.20230315

Toggle v1.0.20230315's commit message

v1.0.20230227

Toggle v1.0.20230227's commit message
add jardesc for support jar faster building

v1.0.20221105

Toggle v1.0.20221105's commit message
introduce default element in some message content

When sending messages with performatives accept_proposal, agree, cfp, failure, not_understood, propose, refuse, and reject_proposal, the required content would be a tuple ending with propositional values (e.g., to express reasons, or preconditions).
Now these values can be omitted, and the compiler automatically replaces them with the propositional value True.
Example:
Both

send message agree (A, P) to R

and

send message agree A to R

where A is an action, P is a proposition and R is a receiver, are now valid syntaxes. In the second case, the new compiler converts the content of the message into the tuple (A, True).

v1.0.20221015

Toggle v1.0.20221015's commit message
Generalize and fix runtime type conversion system

v1.0.20220828

Toggle v1.0.20220828's commit message
first commit