Cecelia
Cecelia

Reputation: 1

Multi-Agent framework SACI not found error

I am finding java based multi agent framework SACI since the project I am working get errors

import saci.agent.*;

Is there any jar file related with saci?

Upvotes: 0

Views: 49

Answers (1)

Cleber Jorge Amaral
Cleber Jorge Amaral

Reputation: 1442

SACI is not supported by Jason anymore. It is suggested to move to the currently supported infrastructures like centralised, JADE for distributed agents and CArtAgO for distributed artefacts.

Anyway, if you still need it, you can find SACI jar file in old versions like Jason 1.3 (lib/saci.jar). This article about Jason also brings some information on how to use SACI.

Upvotes: 2

Related Questions