README.md
# Sage
A library for an inter-connected society of agents, inspired by [Jean-Francois Cloutier](https://github.com/jfcloutier/ev3)'s [EV3 project](https://github.com/jfcloutier/ev3).
## Installation
Add sage to your list of dependencies in `mix.exs`:
def deps do
[{:sage, "~> 0.0.1"}]
end