Skip to content

cit-lab/eve-java

 
 

Repository files navigation

======= EVE - JAVA implementation

Eve is a multipurpose, web based agent platform. The project aims to develop an open protocol for communication between software agents. Eve is designed as a decentral, scalable system for autonomously acting agents. Eve uses the existing world wide web as platform, and uses existing protocols for data exchange (HTTP) and for messaging (JSON-RPC).

This project contains the Java implementation of Eve. Please refer to the documentation for other implementations.

Documentation is available on http://almende.github.com/eve

Quick start using Maven:

<dependency>
    <groupId>com.almende.eve</groupId>
    <artifactId>eve-full</artifactId>
    <version>3.1.1</version>
</dependency>

or with embedded Jetty 9 servlet container:

<dependency>
    <groupId>com.almende.eve</groupId>
    <artifactId>eve-full-embed</artifactId>
    <version>3.1.1</version>
</dependency>

About

Java implementation of Eve, a multipurpose, web based agent platform

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.2%
  • CSS 1.7%
  • JavaScript 1.2%
  • Other 0.9%