A simple dialog flow with a intuitive flow editor, include a local LLM manager and integrated Ollama and OpenAI.
See the code简体中文 | English
only ONE executable file, you can use it directly, including intent detection, AI management, a visual process editor and a response system.

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.OpenAI API may expose some data).By default application will listen to
127.0.0.1:12715, you can use-ipand-portspecify new value, e.g.:dialogflow -ip 0.0.0.0 -port 8888
https://easyflow-ai.github.io/
| Node | Name |
|---|---|
![]() | Dialog 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.






-ip and -port parameters to perform the listening IP address and port, e.g.: dialogflow -ip 0.0.0.0 -port 8888.new IP:new port to see the application in actionRust
53.4%
Vue
39.4%
JavaScript
4.8%
Java
1.3%
A simple dialog flow with a intuitive flow editor, include a local LLM manager and integrated Ollama and OpenAI.
See the code简体中文 | English
only ONE executable file, you can use it directly, including intent detection, AI management, a visual process editor and a response system.

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.OpenAI API may expose some data).By default application will listen to
127.0.0.1:12715, you can use-ipand-portspecify new value, e.g.:dialogflow -ip 0.0.0.0 -port 8888
https://easyflow-ai.github.io/
| Node | Name |
|---|---|
![]() | Dialog 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.






-ip and -port parameters to perform the listening IP address and port, e.g.: dialogflow -ip 0.0.0.0 -port 8888.new IP:new port to see the application in actionRust
53.4%
Vue
39.4%
JavaScript
4.8%
Java
1.3%