eevee, the lovable chatbot framework!
eevee is a microservices architecture chatbot framework that lives in k8s
and consists of independent modules that communicate through a common message bus, NATS
| Link |
|---|
| Homepage |
| Documentation |
| Helm Repo |
| Helm Git Repo |
| MetaRepo |
| Operator |
| Connector-IRC |
| Toolbox |
| CLI |
Check out docs/helm for setup instructions.
helm repo add eevee https://helm.eevee.bot/
helm search repo eevee
See charts/eevee/values.yaml for details on the core eevee chart
See charts/eevee-crds/values.yaml for details on the eeevee-crds chart
See charts/eevee-operator/values.yaml for details on the eeevee-operator chart
See charts/eevee-bot/values.yaml for details on the eeevee-bot chart
# The core "eevee" chart brings in "eevee-crds", "eevee-operator", and "eevee-bot" as dependencies
helm upgrade --install eevee eevee/eevee --values eevee-values.yaml
# Alternatively, install the component subcharts on their own
helm upgrade --install eevee-crds eevee/eevee-crds --values eevee-crds-values.yaml
helm upgrade --install eevee-operator eevee/eevee-operator --values eevee-operator-values.yaml
helm upgrade --install eevee-bot eevee/eevee-bot --values eevee-bot-values.yaml
All eevee components are covered under Attribution-NonCommercial-ShareAlike 4.0 International
See LICENSE for details.