Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
/ assistant Public archive

Assistant Bot is a workflow engine for chatbot

License

Notifications You must be signed in to change notification settings

tsundata/assistant

Repository files navigation

Assistant Bot

Build CodeQL Lint Go Report Card GitHub release (latest SemVer) GitHub

Architecture

Architecture

Requirements

This project requires Go 1.16 or newer

Installation

  • install MySQL, Redis, etcd, influx

  • install jaeger (optional)

  • import sql files

  • Configuration

cp ./configs/*.yml.example ./config/*.yml
  • Build binary
make build
  • Run
./dist/* -f configs/*.yml

License

Assistant Bot is licensed under the MIT license.