Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 935 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 935 Bytes

EVE - Website and documentation

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 website and documentation of Eve. There are various implementation of Eve available:

Full documentation is available on http://almende.github.com/eve

If you originally had cloned this repository for the Java implementation, please update your working copies to reflect the new location: ``` git remote set-url origin git@github.com:almende/eve-java ```