Skip to content

songday/easyflow-rs

 
 

Repository files navigation

简体中文 | English

Dialog flow chat bot

only ONE executable file, you can use it directly, including intent detection, AI management, a visual process editor and a response system.

Dialog flow editor

✨ Features

  • 🛒 Light Only ONE executable file, it can run smoothly on laptops without GPUs (data files will be created at runtime automatically).
  • 🐱‍🏍 AI powered Integrated Huggingface local models (Llama, Phi-3, Gemma, Multilingual E5, MiniLM L6v2, NomicEmbedTextV1_5, etc.), Ollama and OpenAI, this can be used for Chat, Text generation and Intent detection.
  • 🚀 Fast Built on Rust and Vue3.
  • 😀 Simple Use the mouse to drag and drop with our intuitive node-based editor.
  • 🔐 Safe 100% open source, all runtime data is saved locally (Using OpenAI API may expose some data).

Give it a try!

By default application will listen to 127.0.0.1:12715, you can use -ip and -port specify new value, e.g.: dialogflow -ip 0.0.0.0 -port 8888

Check out introduction page

https://easyflow-ai.github.io/

Function nodes

Node Name
DialogNode Dialog Node
LLM chat node Large language model chat node
Knowledge base answer node
Conditions node
Goto node
Collect node
External HTTP node
Send email node
The end node

Using the different nodes above, to arrange and combine, you can get a conversational bot that can handle problems in different scenarios.

Screenshots

Homepage

Robot detail

Trying a demo dialog flow

Demo

Setup a condition branch

Setup a condition branch

Text generation

Text generation

Testing a dialog flow

Flow testing tool

Get started

Docker image

  1. docker pull dialogflowchatbot/demo
  2. docker run -dp 127.0.0.1:12715:12715 --name dialogflowdemo dialogflowchatbot/demo
  3. Open your browser and visit: http://127.0.0.1:12715/

Binary release

  1. From Github release page, depending on the operating system, download the application.
  2. Run it directly, or use the -ip and -port parameters to perform the listening IP address and port, e.g.: dialogflow -ip 0.0.0.0 -port 8888.
  3. Open your browser and visit http://localhost:12715 (by default) or http://new IP:new port to see the application in action
  4. Add a main flow and click its name into it
  5. Create dialog flow by dragging and drop nodes onto canvas
  6. Test it

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 53.4%
  • Vue 39.4%
  • JavaScript 4.8%
  • Java 1.3%
  • Python 0.7%
  • HTML 0.2%
  • Other 0.2%