This package provides a general framework for multi agent systems. Agent-environment interface is implemented using free monads.
You can simply clone this repository and run cabal-install
:
$ git clone https://github.com/fizruk/free-agent.git
$ cd free-agent
$ cabal install
Haddock documentation is available at http://fizruk.github.io/free-agent/docs/
cabal configure --enable-tests && cabal build && cabal test
Contributions and bug reports are welcome!
Please feel free to contact me via GitHub or on the #haskell IRC channel on irc.freenode.net.
-Nickolay Kudasov