In JaCaMo, is there a way to do not show the console windows, I mean, "MAS Console" of Jason and "Organization Inspector" that shows Moise configurations?
My jcm file is as follow:
mas auctionAEO {
agent a : auctioneerAEO.asl {
beliefs: total(10)
roles: auctioneer in agrp
}
agent p : participantAEO.asl {
instances: 10
roles: participant in agrp
}
organisation aorg : auction-os.xml {
group agrp : auctionGroup {
debug
}
}
asl-path: src/agt
src/agt/inc
}