1 / 21

J ava A gent DE velopment Framework

JADE is a Java-based software framework that simplifies the implementation of multi-agent systems and complies with FIPA specifications. It provides agent communication through message passing using FIPA ACL. JADE includes agent platforms, management components, and message transport protocols. Integration with JESS allows reasoning capabilities.

lhatfield
Download Presentation

J ava A gent DE velopment Framework

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Java Agent DEvelopment Framework JADE g913838 曾文駒

  2. Introduction • JADE • is a software framework fully implemented in Java language. • simplifies the implementation of multi-agent systems through a middle-ware that claims to comply with the FIPA specifications. • is free software (under LGPL) and is distributed by TILAB.

  3. Agent • A computational process that implements the autonomous, communicating functionality of an application. • All agent communication is performed through message passing, where FIPA ACL is the language to represent messages. • All agent have an Agent Identifier (AID).

  4. FIPA ACL Message Parameters

  5. ACL Messagein JADE GUI

  6. Message Transport Protocol (MTP) • Three possible message transport protocol: • Internet Inter-ORB Protocol (IIOP) • Wireless Application Protocol (WAP) • HyperText Transmission Protocol (HTTP)

  7. Agent Platform (AP) • An AP provides the physical infrastructure in which agents can be deployed. • An AP consists of the machine(s), operating system, agent support software, FIPA agent management components (DF, AMS and MTS) and agents.

  8. Agent Platform (cont.) • The agent platform can be distributed on several hosts. • Only one Java application, and therefore only one Java Virtual Machine (JVM), is executed on each host.

  9. Agent Management Reference Model

  10. Agent Management Reference Model (cont.) • Agent • Agent Platform (AP) • Directory Facilitator (DF) • Agent Management System (AMS) • Message Transport Service (MTS) • Software

  11. GUI of JADE

  12. GUI of JADE - DirectoryFacilitator

  13. GUI of JADE - DummyAgent

  14. GUI of JADE - SnifferAgent

  15. GUI of JADE – IntrospectorAgent

  16. Integration with JESS • JADE offers also a so-called JessBehaviour that allows full integration with JESS • JADE provides the shell of the agent and guarantees the FIPA compliance • JESS is the engine of the agent that performs all the necessary reasoning

  17. Simple App. ─ ThanksAgent • When Born • registers with the DF • creates two child agents • each of this new agents registers with the DF • If • the father agent sends a message of greeting to the child agent • Then • it waits for an answer to the greeting • it thanks the agents that have answered

  18. Internet Resource • JESS • http://herzberg.ca.sandia.gov/jess/ • JADE • http://sharon.cselt.it/projects/jade/ • FIPA • http://www.fipa.org/ • LEAP • http://leap.crm-paris.com/

  19. Internet Resource • JESS • http://herzberg.ca.sandia.gov/jess/ • JADE • http://sharon.cselt.it/projects/jade/ • FIPA • http://www.fipa.org/ • LEAP • http://leap.crm-paris.com/

More Related