Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
martbeck committed Jun 17, 2014
1 parent dd21aa4 commit 73fa435
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README
Expand Up @@ -3,11 +3,11 @@ Hello :)

FLUXY is a lightweight Python Multi Agent Framework. It abstracts from the concrete message transport layer, thus
more or less any message oriented middleware can easily be used with it. Just extend the "abstract"
MTL/MTLActor classes. For the moment it comes with a binding to ZeroMQ.
MTL/MTLAgent classes. For the moment it comes with a binding to ZeroMQ.

Being inspired by MaDKit FLUXY is an Organization Centric MAS solution (OCMAS).
Similar to MaDKit it implements the Agent/Group/Role (AGR) model.
Any number of agents can be members of any number of groups where they can have an arbitrary of roles within.
Any number of agents can be members of any number of groups where they can have an arbitrary number of roles within.

FLUXY also enables a consequently asynchronous programming style (Closures as callbacks and so on).

Expand Down Expand Up @@ -43,7 +43,11 @@ Some configuration can be done in the Config.py file.
Questions:
=========

Simply write me an email: martin.beckmann (at) evolving-algorithms.org (Martin Beckmann)
Simply send me an email: martin.beckmann (at) evolving-algorithms.org (Martin Beckmann)


[ More documentation and extensions coming soon ;) ]




0 comments on commit 73fa435

Please sign in to comment.