This repository was archived by the owner on Jan 18, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork15
Eve is a multipurpose, web based agent platform
NotificationsYou must be signed in to change notification settings
almende/eve
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Eve is a multipurpose, web based agent platform. The project aims to developan open protocol for communication between software agents. Eve is designed asa decentral, scalable system for autonomously acting agents. Eve uses theexisting world wide web as platform, and uses existing protocols for dataexchange (HTTP) and for messaging (JSON-RPC).
This project contains the website and documentation of Eve.There are various implementation of Eve available:
- A Java implementation at:https://github.com/almende/eve-java
- A JavaScript implementation as part of Enmasse.io:https://github.com/enmasseio/evejs
Full documentation is available onhttp://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```