JGram: Rapid Development of Multi-Agent Pipelines for Real-World Tasks

  • Authors:
  • Rahul Sukthankar;Antoine Brusseau;Ray Pelletier;Robert Stockton

  • Affiliations:
  • -;-;-;-

  • Venue:
  • ASAMA '99 Proceedings of the First International Symposium on Agent Systems and Applications Third International Symposium on Mobile Agents
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

Many real-world tasks can be decomposed into pipelines of sequential operations (where sub-tasks may themselves be composed of one or more pipelines). JGram is a framework enabling rapid development of such multi-agent systems. Each agent's services are specified in the JGram Description Language (JDL), and automatically converted into Java source templates. These services may be invoked synchronously (analogous to function call) or asynchronously (analogous to message passing), in a manner that is transparent to the service's implementation. Complex tasks are created by composing several agent services into hierarchical JGram pipelines in which each agent may dynamically delegate its subtasks to other agents in a recursive manner, and in which errors are handled by a cross-agent, exception mechanism. Although JGram agents communicate using Java's Remote Method Invocation (RMI) protocol, the framework provides significant enhancements such as authentication, encrypted channels, and dynamic service specification. JGram has been used to develop several real-world agent systems. This paper discusses ARGUS, a visitor identification system that integrates a security camera with face detection, face recognition and user notification systems to automatically identify regular visitors arriving at the front door of our building.