Questions tagged [agents-jade]

JADE - Java Agent Development framework

JADE is a software framework fully implemented in Java, that simplifies the implementation of multi-agent systems through a middle-ware that complies with the FIPA specifications.

JADE provides:

  • An environment where JADE agents are executed;
  • Class Libraries to create agents using heritage and redefinition of behaviors;
  • A graphical toolkit to monitor and manage the platform of agents.

Official website: http://jade.tilab.com/

Online documentation: http://jade.tilab.com/documentation/tutorials-guides/

Latest Version: 4.5 (released: 08/06/2017)

279 questions
0
votes
1 answer

How to make agent as stationary and create new agent and add parameter on it and move it to Remote?

I am programming in Jade for the first time. And I want some help regarding the problem of mobility of agent. To make agent as stationary mobility by Jade, should I extends jade.core.Agent or another class? and If I want it to move or dispatch…
0
votes
1 answer

How to create Agent and migrate it to Remot host?

I am looking to create Multi-agent systems based focused crawling. I have seen different mobile framworks such as Aglet, JADE, etc,. My work is want to create a number of agent at resident Local host and want to move it with parameter to resident…
-1
votes
1 answer

why Runtime.instance always giving me error

hey everyone i'm new at #jade and now i'm trying to write #main class and i have error at "#Runtime rt=new Runtime.instance();" this line ,i added all external jars for jade but still have this problem what dose that mean pLiz help import…
Mimi
  • 13
  • 4
-1
votes
1 answer

so i have an issue, on clicking register the server loads user/user/register....what might be the problem?

these are the node.js codes in my project i used jade so the register and login are the templates in my view folder this is the app.js code var router = express.Router(); var multer = require('multer'); var upload = multer({dest:…
-1
votes
2 answers

How to send messages between a web client and a JADE multi-agent system?

I am working on a JADE project and I want to build a React app to interact with my agents. I would like to send messages to specific agents from my web client using REST. I know that it is possible to send POST requests, but what the body should…
Dastamn
  • 73
  • 1
  • 7
-1
votes
1 answer

How to change the GUI of MAS in JADE?

This is the GUI that i'm using right now And this is the GUI that i want to achieve How do i do that?
newtojade
  • 1
  • 1
-1
votes
1 answer

How can I add JADE to Eclipse and make a program using JADE?

I want programming in jade for first time.How i can add JADE in eclipse and use it? I want to add JADE to eclipse, but I cannot add it to libraries in Eclipse.
shaghayegh
  • 29
  • 1
  • 1
-2
votes
1 answer

How do intelligent Agents work with data base?

I am working with JADE framework and I want to know is there any way for intelligent agents to work with some kind of data base, where they can read from it and write some information?.. I tried to make a connection between excel (using jxl) and my…
-3
votes
1 answer

Which Agent-Based framework for Java is preferable?

I am researching agent based frameworks for Java and want one that is simple and easy to implement. Google search uncovered jade, wade, and jac.
d-man
  • 57,473
  • 85
  • 212
  • 296
1 2 3
18
19