README.md

# Fawkes

Fawkes is a system for building chatbots.

Docs: [https://hexdocs.pm/fawkes](https://hexdocs.pm/fawkes).

## Installation

```elixir
def deps do
  [
    {:fawkes, "~> 0.1.0"}
  ]
end
```