Skip to content

xvronny/eve

 
 

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.0.0</version>
</dependency>

or with embedded Jetty 9 servlet container:

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

About

Eve is a multipurpose, web based agent platform

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.3%
  • CSS 2.8%
  • JavaScript 1.9%