README.md
# Kvasir Agent
[Kvasir](https://github.com/IanLuites/kvasir)
agent extension to allow for aggregated state processes.
## Installation
The package can be installed by adding `kvasir_agent`
to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:kvasir, "~> 0.0.1"},
{:kvasir_agent, "~> 0.0.1"}
]
end
```
The docs can be found at
[https://hexdocs.pm/kvasir_agent](https://hexdocs.pm/kvasir_agent).