From 73fa435cf1d6500676ed3948791c8fcd27e02f02 Mon Sep 17 00:00:00 2001 From: Martin Beckmann Date: Tue, 17 Jun 2014 15:34:00 +0200 Subject: [PATCH] update README --- README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README b/README index a754e8b..6a607ee 100644 --- a/README +++ b/README @@ -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). @@ -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 ;) ] +