almende / eve-java

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

Home Page:http://eve.almende.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

======= 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

http://eve.almende.com


Languages

Language:Java 96.5%Language:CSS 1.7%Language:JavaScript 1.2%Language:HTML 0.5%Language:Shell 0.0%