DisSysLab is a lightweight educational framework for building distributed systems using Python.
It is designed to help people, including those unfamiliar with
programming, create multi-agent applications in which agents
communicate by passing messages.
Install locally in editable mode:
git clone https://github.com/kmchandy/DisSysLab.git
cd DisSysLab
pip install -e .