Mabeam

A Multi-Agent Framework for the BEAM

Mabeam is a framework for building multi-agent systems on the Erlang VM (BEAM). It provides a set of tools and abstractions for creating, managing, and communicating between agents.

Features

Installation

If available in Hex, the package can be installed by adding mabeam to your list of dependencies in mix.exs:

def deps do
  [
    {:mabeam, "~> 0.0.1"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mabeam.