Janus is an open-source multi-agent platform fully implemented in SARL (implemented with Java for its versions 1 and 2). Janus enables developers to quickly create web, enterprise and desktop multiagent-based applications. It provides a comprehensive set of features to develop, run, display and monitor multiagent-based applications. Janus-based applications can be distributed across a network. Janus could be used as an agent-oriented platform, an organizational platform, and/or an holonic platform. It also natively manages the concept of recursive agents and holons.
Janus platform was initially published during the 2007-2008 period as a pure Java framework. Since 2014, Janus is fully reimplemented to support the SARL Agent-Oriented Programming Language. And since 2020, it is fully re-implemented using the SARL language.
The version number of Janus follows a specific convention for its definition. This convention will permits you to select the appropriate version of the Janus runtime environment for the targeted SARL specification.
The version number is composed of 4 numbers, optionally followed by the -SNASPHOT
flag.
The semantic of these components is:
The -SNAPSHOT
postfix indicates a “under-development” version, i.e. it is not yet released.
The Janus platform may be directly download, even if it is recommend to use it through Maven (see below). For downloading the platform, please go to the download page.
Janus is available as a Maven artifact. The artifact is available on the Maven Central Repository. For using Janus in your Maven project, add the following dependency into your POM dependencies:
<dependency>
<groupId>io.janusproject</groupId>
<artifactId>io.janusproject.kernel</artifactId>
<version>3.0.11.0</version>
</dependency>
You should change the version number 3.0.11.0 according to the version of your choice. All of the available version numbers could be found on the Maven Central Repository.
A command-line tool is provided for running Janus. It could be downloaded on the SARL download page. And, you could read the official documentation of this tool.
The API documentation related to the Janus platform is included into the documentation of SARL.
The frequently asked questions related to the Janus platform are hosted by the SARL programming language website. See the Frequently Asked Questions.