|
1 |
| -# LangGraph-GUI |
| 1 | +# About LangGraph-GUI |
2 | 2 |
|
3 |
| -[LangGraph-GUI](https://github.com/LangGraph-GUI/LangGraph-GUI) is a user-friendly interface for editing Node-Edge workflow Graph to LangGraph. It supports creating, editing, and running workflows using local language models by Ollama. And It can run with docker compose. |
| 3 | +[LangGraph-GUI](https://github.com/LangGraph-GUI/LangGraph-GUI) is a user-friendly interface designed for editing Node-Edge workflow graphs using LangGraph. This tool supports creating, editing, and running workflows with local language models such Ollama. It can be easily deployed using Docker Compose. |
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 | ## Components
|
8 | 8 |
|
9 |
| -We also provide [electron wrapper](https://github.com/LangGraph-GUI/LangGraph-GUI?tab=readme-ov-file#electron-wrapper) |
| 9 | +LangGraph-GUI comprises the following main components: |
10 | 10 |
|
11 |
| -The default set is [Reactflow frontend](https://github.com/LangGraph-GUI/LangGraph-GUI-frontend) and [flask backend](https://github.com/LangGraph-GUI/LangGraph-GUI-backend). |
| 11 | +- [**Frontend**](https://github.com/LangGraph-GUI/LangGraph-GUI-frontend): The default frontend is built with ReactFlow, providing an intuitive interface for graph editing. |
| 12 | + - for more info, please view [Frontend](/Frontend) |
| 13 | +- [**Backend**](https://github.com/LangGraph-GUI/LangGraph-GUI-backend): The backend is implemented using Flask, offering a robust and scalable server-side solution. |
| 14 | + - for more info, please view [Backend](/Backend) |
| 15 | +- AI-end |
| 16 | + - For running local language models with Ollama AI service, we recommend using NVIDIA Docker. |
12 | 17 |
|
13 |
| -If you want Qt version, see [LangGraph-GUI-Qt](https://github.com/LangGraph-GUI/LangGraph-GUI-Qt) |
14 | 18 |
|
15 |
| -## Side project |
16 |
| -We also have Qt version of [CrewAI-GUI](https://github.com/LangGraph-GUI/CrewAI-GUI) |
| 19 | +## Docker COmpose |
| 20 | +To run LangGraph-GUI using Docker Compose, refer to the detailed instructions available in the [LangGraph-GUI repository](https://github.com/LangGraph-GUI/LangGraph-GUI). |
| 21 | + |
| 22 | +## Electron wrapper |
| 23 | + |
| 24 | +For those who prefer a desktop application, we also provide an [Electron wrapper](https://github.com/LangGraph-GUI/LangGraph-GUI?tab=readme-ov-file#electron-wrapper). |
| 25 | + |
| 26 | + |
| 27 | +We hope you find LangGraph-GUI useful for your workflow management needs. For more information, visit our [GitHub Discussions](https://github.com/orgs/LangGraph-GUI/discussions) page to leave any questions or feedback. |
0 commit comments