Goto

Collaborating Authors

 Baiardi, Martina


On the external concurrency of current BDI frameworks for MAS

arXiv.org Artificial Intelligence

The execution of Belief-Desire-Intention (BDI) agents in a Multi-Agent System (MAS) can be practically implemented on top of low-level concurrency mechanisms that impact on efficiency, determinism, and reproducibility. We argue that developers should specify the MAS behaviour independently of the execution model, and choose or configure the concurrency model later on, according to the specific needs of their target domain, leaving the MAS specification unaffected. We identify patterns for mapping the agent execution over the underlying concurrency abstractions, and investigate which concurrency models are supported by some of the most commonly used BDI platforms. Although most frameworks support multiple concurrency models, we find that they mostly hide them under the hood, making them opaque to the developer, and actually limiting the possibility of fine-tuning the MAS.


Concurrency Model of BDI Programming Frameworks: Why Should We Control It?

arXiv.org Artificial Intelligence

Adopting the right concurrency model is essential, as it deeply impacts many aspects of the agent programming framework and We provide a taxonomy of concurrency models for BDI frameworks, the dynamics of all MASs leveraging it. In particular, the concurrency elicited by analysing state-of-the-art technologies, and aimed at model affects whether, and to what extent, multiple agents helping both BDI designers and developers in making informed can run at the same time, impacting performance and efficiency decisions.