JADE Java Agent DEvelopment Framework g 913838 1

  • Slides: 21
Download presentation
JADE Java Agent DEvelopment Framework g 913838 曾文駒 1

JADE Java Agent DEvelopment Framework g 913838 曾文駒 1

Introduction n JADE is a software framework fully implemented in Java language. n simplifies

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

Agent n n n A computational process that implements the autonomous, communicating functionality of

Agent n n n 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). 3

4

4

FIPA ACL Message Parameters Parameter Category of Parameters performative Type of communicative acts sender

FIPA ACL Message Parameters Parameter Category of Parameters performative Type of communicative acts sender receiver Participant in communication reply-to content Content of message language encoding Description of Content ontology protocol conversation-id reply-with Control of conversation in-reply-to reply-by 5

ACL Message in JADE GUI 6

ACL Message in JADE GUI 6

Message Transport Protocol (MTP) n Three possible message transport protocol: Internet Inter-ORB Protocol (IIOP)

Message Transport Protocol (MTP) n Three possible message transport protocol: Internet Inter-ORB Protocol (IIOP) n Wireless Application Protocol (WAP) n Hyper. Text Transmission Protocol (HTTP) n 7

Agent Platform (AP) n n An AP provides the physical infrastructure in which agents

Agent Platform (AP) n n 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. ) n n The agent platform can be distributed on several

Agent Platform (cont. ) n n 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

10

10

Agent Management Reference Model 11

Agent Management Reference Model 11

Agent Management Reference Model (cont. ) n n n Agent Platform (AP) Directory Facilitator

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

GUI of JADE 13

GUI of JADE 13

GUI of JADE - Directory. Facilitator 14

GUI of JADE - Directory. Facilitator 14

GUI of JADE - Dummy. Agent 15

GUI of JADE - Dummy. Agent 15

GUI of JADE - Sniffer. Agent 16

GUI of JADE - Sniffer. Agent 16

GUI of JADE – Introspector. Agent 17

GUI of JADE – Introspector. Agent 17

Integration with JESS n JADE offers also a so-called Jess. Behaviour that allows full

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

Simple App. ─ Thanks. Agent n When Born registers with the DF n creates

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

Internet Resource n JESS n n http: //herzberg. ca. sandia. gov/jess/ JADE http: //sharon.

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

Internet Resource n JESS n n http: //herzberg. ca. sandia. gov/jess/ JADE http: //sharon.

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