|
1 | 1 | ---
|
2 | 2 | layout: base
|
| 3 | +title: LangGraph-GUI |
3 | 4 | ---
|
4 | 5 |
|
5 |
| -# [LangGraph-GUI](https://github.com/LangGraph-GUI/LangGraph-GUI/) |
| 6 | +[LangGraph-GUI](https://github.com/LangGraph-GUI/LangGraph-GUI) is a self-host, 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 or K8s(Kubernetes). |
6 | 7 |
|
7 |
| -Welcome to the [LangGraph-GUI](https://github.com/LangGraph-GUI/LangGraph-GUI/) documentation! |
| 8 | + |
8 | 9 |
|
9 |
| -- To understand more about this project, visit the [About](/About) page. |
10 |
| -- For steps on using the GUI frontend, check out the [Frontend](/Frontend) documentation. |
11 |
| -- To explore backend details, see the [Backend](/Backend) documentation. |
12 |
| -- For Windows OS user, see [Windows](/Others/Windows) |
13 |
| -- For additional resources and related side projects, visit the [Others](/Others) page. |
| 10 | +## Components |
14 | 11 |
|
15 |
| -If you have any questions or would like to leave a message, please use our [GitHub Discussions](https://github.com/LangGraph-GUI/LangGraph-GUI/discussions) page. |
| 12 | +LangGraph-GUI comprises the following main components: |
16 | 13 |
|
17 |
| - |
| 14 | +- **[Frontend](/Frontend)**: The default frontend is built with SvelteFlow, providing an intuitive interface for graph editing. |
| 15 | +- **[Backend](/Backend)**: The backend is implemented using Flask, offering a robust and scalable server-side solution. |
| 16 | +- AI-end |
| 17 | + - For running local language models with Ollama AI service, we recommend using NVIDIA Docker. |
| 18 | +- [selfhost](/Setup) |
| 19 | + - For Linux user, just see github repo |
| 20 | + - For Windows OS user, see [Windows](/Setup/Windows) |
18 | 21 |
|
| 22 | +- For additional resources and related side projects, visit the [Others](/Others) page. |
19 | 23 |
|
20 |
| -## Update log and future works: |
21 |
| -* [update log](https://github.com/LangGraph-GUI/LangGraph-GUI/blob/main/CHANGELOG.md) |
22 |
| -* [task manager](https://github.com/orgs/LangGraph-GUI/projects) |
23 | 24 |
|
| 25 | +*If you want to learn more about LangGraph, we also have [learning LangGraph for dummy](https://github.com/LangGraph-GUI/LangGraph-learn)* |
24 | 26 |
|
25 | 27 | ## Others
|
26 |
| -We hope you find the information you need. If you have any questions, feel free to reach out! |
| 28 | + |
| 29 | +- If you have any questions or would like to leave a message, please use our [GitHub Discussions](https://github.com/LangGraph-GUI/LangGraph-GUI/discussions) page, or just open issue. |
| 30 | + |
| 31 | +- [update log](https://github.com/LangGraph-GUI/LangGraph-GUI/blob/main/CHANGELOG.md) |
| 32 | + |
| 33 | +- We hope you find the information you need. If you have any questions, feel free to reach out! |
0 commit comments