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
Installation
Add mabeam to your list of dependencies in mix.exs:
def deps do
[
{:mabeam, "~> 0.0.1"}
]
endThen run:
mix deps.get