Skip to content

Assignment - Distributed Artificial Intelligence and Intelligent Agents

Notifications You must be signed in to change notification settings

wpnpeiris/SmartMuseum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SmartMuseum

Assignment of Distributed Artificial Intelligence and Intelligent Agents

About

Smart Museum is a simple Agent framework build on top of JADE. The main task of this homework is to identify the main Agents and their Behaviors. Also to use Directory Facilitator (DF) Agent in JADE to register and discover Agent's services.

Technologies

##Prerequisite

  • Maven 3.x as the build tool
  • Java 7

Build the Application

  • mvn package

Start Main Container

  • java -jar target/smartmuseum-1.0.0.jar -gui

Start Profiler Agent

  • java -jar target/smartmuseum-1.0.0.jar -container -host localhost Profiler1:kth.id2209.profiler.ProfilerAgent

Start Curator Agent

  • java -jar target/smartmuseum-1.0.0.jar -container -host localhost Curator1:kth.id2209.curator.CuratorAgent

Start TourGuide Agent

  • java -jar target/smartmuseum-1.0.0.jar -container -host localhost TourGuide:kth.id2209.tourguide.TourGuideAgent

About

Assignment - Distributed Artificial Intelligence and Intelligent Agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages