Incubating v0.0.1

Mabeam

A multi-agent framework for the BEAM (Erlang VM) that provides agent lifecycle management, message passing, discovery, and extensibility for building distributed agent-based…

Stats & Info

  • Latest release: v0.0.1
  • Recent downloads: 42
  • All-time downloads: 92
  • Maintainers: nshkrdotcom

Tags

MIT Hex.pm

Installation

Add mabeam to your list of dependencies in mix.exs:

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

Then run:

mix deps.get

Resources