Kvasir Agent

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:

def deps do
[
{:kvasir, "~> 0.0.1"},
{:kvasir_agent, "~> 0.0.1"}
]
end

The docs can be found at https://hexdocs.pm/kvasir_agent.