Fork me on GitHub

Eve - news

March 30th, 2015: Eve Java Hotfix release 3.1.1 released

This release fixes two resource starvation issues in the threading code. Updating highly adviced.

March 6th, 2015: Eve Java 3.1 Flying Dutchman released!

Somewhat like it’s namesake ship, this latest Eve Java release has appeared unexpectedly on the horizon. Building onto and maturing the 3.X branch, this release contains many small enhancements and some big infrastructure additions:

There have been many non-visible enhancements as well, mostly providing even better performance, error handling and robustness. The performance test, mentioned at the 3.0 release, now shows over 800k RPC calls per second on a 8-core notebook.

The 3.X branch has now been used in various European research projects, proving to be an excellent base for further Eve development. Especially in the realms of multi-agent algorithms, many enhancements and future developments are planned. The Flying Dutchman release is a steppingstone in providing more maturity for the 3.X branch. This ghost ship may only be passing quietly in the night, but is guaranteed to stay afloat forever:)

September 26th, 2014: Eve JS 0.4.3 release!

Stadily working towards a fully featured, mature implementation of Eve in Javascript, we have release version 0.4.3 of evejs. Eve JS is part of the Enmasse.io framework, a toolset of agent capabilities in Javascript.

You can read more about this version on this website and at the Enmasse.io repository.

July 11th, 2014: Eve 3.0 Endeavour released!

After a two months focussed effort we have release Eve 3.0, the “Endeavour”. Eve 3.0 represents a major rewrite of Eve, achieving a remarkable level of flexibility in designing agents.

Her namesake ship, which carried James Cook from South-America to Australia and New Zealand, featured a special shallow keel, allowing the ship to be beached for repairs without a dry-dock. Combined with the ability to navigate shallow waters, this gave her the necessary robustness and flexibility vital to the travels into the unknown.

Where Eve 2.x was designed around a host providing services to the agents, Eve 3.0 takes a more bottom-up approach: There is a library of agent capabilities which can be added to any Java class to form an agent. A capability is self-contained and shares as little as possible with other capabilities. Combined with a very flexible graph-based configuration system(Json DOM), this allows Eve to be used in a large variety of scenarios:

One very noticeable change in agent behaviour compared to earlier versions is the lifecycle of an agent instance. An agent instance now stays in memory by default, with behavior much closer to the normal expected Java object lifecycle. For large scale, low-latency setups, it is still advisable to use the request triggered instance lifecycle, which remains fully supported through the “Wakeable agent” model.

Last but not least, Eve 3.0 provides another significant performance enhancement. In our baseline performance test, based on the Game-of-Life demo, Eve 3.0 gains another 2-3x higher amount of RPC calls per second, compared with Eve 2.X. This, combined with a lines-of-code reduction of 30% and a 20% drop in cyclic-redundancy complexity, makes Eve 3.0 a very capable vessel, like Cook’s Endeavour before her.

The online documentation has been updated and extended: http://eve.almende.com As always, any questions, issues, discussions and ideas can be communicated through Github issues: https://github.com/almende/eve/issues

April 2th, 2014: Eve 2.2.2 bugfix release provided

Thanks to testing and usage of Eve at ASK and RCS, we’ve been able to fix bugs in the 2.2 branch. Most significant fixes are in the AgentProxy and reloading behavior of the agent host.

January 17th, 2014: Eve 2.2.0 Dreadnought released!

The next ship of the line for Eve has cruised into open seas: Eve 2.2.0 Dreadnought has been released and is available through Maven's central repository. This is a Java version release of Eve.

Eve 2.2 brings major enhancements in the transport layer:

But it also introduces various fixes at other places:

As always, if the coming period leads to questions, potential bug reports, and/or general support questions, please don't hesitate to contact me or Jos. Where possible please use the github issue list for this purpose!

Basic links:

On a separate important note: Besides this work on the Java version of Eve, several people are working on the Javascript implementation as well. You can expect news on that front in the near future as well!

Site last rendered 30 March 2015