constellations

Distributed multi-agent framework


Keywords
distributed, gossip
License
Other
Install
pip install constellations==0.0.3

Documentation

Constellations

Constellations is a framework for implementing distributed algorithms. Currently working on the gossip protocol.

Constellations implements a key-value store over a gossip protocol, see the examples for details.

Constellations is a work in progress, tread carefully.

Installation

pip install constellations

Documentation

TODO

Example

Take a look in the scripts folder.