Skip to content

Commit 1ec188d

Browse files
committed
u
1 parent 12c0d00 commit 1ec188d

File tree

2 files changed

+29
-9
lines changed

2 files changed

+29
-9
lines changed

About/index.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
1-
# LangGraph-GUI
1+
# About LangGraph-GUI
22

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.
44

5-
![](https://raw.githubusercontent.com/LangGraph-GUI/LangGraph-GUI-frontend/main/cover.webp)
5+
![LangGraph-GUI](https://raw.githubusercontent.com/LangGraph-GUI/LangGraph-GUI-frontend/main/cover.webp)
66

77
## Components
88

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:
1010

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.
1217

13-
If you want Qt version, see [LangGraph-GUI-Qt](https://github.com/LangGraph-GUI/LangGraph-GUI-Qt)
1418

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.

index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# LangGraph-GUI
22

3-
If looking for
3+
Welcome to the LangGraph-GUI project documentation!
4+
5+
- To understand more about this project, visit the [About](/About) page.
6+
- For instructions on using the GUI frontend, check out the [Frontend](/Frontend) documentation.
7+
- To explore backend details, see the [Backend](/Backend) documentation.
8+
- For additional resources and related side projects, visit the [Others](/Others) page.
9+
10+
If you have any questions or would like to leave a message, please visit our [GitHub Discussions](https://github.com/orgs/LangGraph-GUI/discussions) page.
11+
12+
We hope you find the information you need. If you have any questions, feel free to reach out!

0 commit comments

Comments
 (0)