Challenges for Exception Handling in Multi-Agent Systems

  • Authors:
  • Eric Platon;Nicolas Sabouret;Shinichi Honiden

  • Affiliations:
  • National Institute of Informatics, Sokendai, 2-1-2 Hitotsubashi, Chiyoda, 101-8430 Tokyo, and Laboratoire d'Informatique de Paris 6, 104, Avenue du President Kennedy, 75016 Paris,;Laboratoire d'Informatique de Paris 6, 104, Avenue du President Kennedy, 75016 Paris,;National Institute of Informatics, Sokendai, 2-1-2 Hitotsubashi, Chiyoda, 101-8430 Tokyo,

  • Venue:
  • Software Engineering for Multi-Agent Systems V
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Exception handling has a commonly agreed semantics in many programming languages. When an operation is called with inappropriate conditions, the control flow of the program is reversed back to the caller to trigger some handling mechanisms. In Multi-Agent Systems (MAS), this semantics applies to the code of agents, but it does not cover the kind of exceptions that occur at the agent level. For instance, the usual handling semantics does not address the cases where the plan of an agent fails and re-planning is required. In fact, the agent code does not necessarily encounter a programming fault or a `catch' clause in such a case, but the agent has yet to deal with an exceptional situation.In this paper, we survey the literature on exception handling with the aim to demonstrate that research needs to be conducted in the case of MAS due to their openness, heterogeneity, and the encapsulation of agents. We identify research directions from the survey, and we present a simulation scenario to illustrate the occurrence of agent-level exceptions in a simple case. The current result of the survey analysis is that agent exceptions mechanisms should rely on the proactivity of agents, on exploiting the agent environment, on collaborative handling mechanisms, and on the potential links between code-level and agent-level exceptions.