Flowbot is a powerful chatbot system that provides message processing, workflow automation, and LLM agent capabilities.
- 🤖 Intelligent Chatbot
- 📨 Message Publish/Subscribe Hub
- ⏰ Message Cron, Trigger, Task, Pipeline
- 🔄 Configurable Workflow Actions
- 🧠 LLM Agent System
- Go 1.23 or higher
- OS: Linux/macOS/Windows
# 1. Clone the repository
git clone https://github.com/flowline-io/flowbot.git
cd flowbot
# 2. Configure
cp docs/config.yaml flowbot.yaml
# Modify flowbot.yaml as needed
# 3. Build
go build -v -o flowbot github.com/flowline-io/flowbot/cmd
# 4. Run
chmod +x flowbot
./flowbot
For detailed documentation, please visit our Wiki
Issues and Pull Requests are welcome to help improve the project.
This project is licensed under the GPL-3.0 License.