Skip to content

Commit 473fdfa

Browse files
committed
u
1 parent 2ab3bb6 commit 473fdfa

File tree

6 files changed

+37
-18
lines changed

6 files changed

+37
-18
lines changed

About/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# LangGraph-GUI
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.
4+
5+
![](https://raw.githubusercontent.com/LangGraph-GUI/LangGraph-GUI-frontend/main/cover.webp)
6+
7+
## Components
8+
9+
We also provide [electron wrapper](https://github.com/LangGraph-GUI/LangGraph-GUI?tab=readme-ov-file#electron-wrapper)
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).
12+
13+
If you want Qt version, see [LangGraph-GUI-Qt](https://github.com/LangGraph-GUI/LangGraph-GUI-Qt)
14+
15+
## Side project
16+
We also have Qt version of [CrewAI-GUI](https://github.com/LangGraph-GUI/CrewAI-GUI)

Backend/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# LangGraph-GUI
2+
3+
[flask backend](https://github.com/LangGraph-GUI/LangGraph-GUI-backend).

Frontend/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# LangGraph-GUI
2+
3+
4+
![](https://raw.githubusercontent.com/LangGraph-GUI/LangGraph-GUI-frontend/main/cover.webp)
5+
6+
##
7+
8+
If you want Qt version, see [LangGraph-GUI-Qt](https://github.com/LangGraph-GUI/LangGraph-GUI-Qt)

Others/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Others
2+
3+
If you want to learn more about LangGraph, we also have [learning LangGraph for dummy](https://github.com/LangGraph-GUI/LangGraph-learn)
4+
5+
## Side project
6+
We also have Qt version of [CrewAI-GUI](https://github.com/LangGraph-GUI/CrewAI-GUI)

_layouts/base.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{%- assign default_paths = site.pages | map: "path" -%}
1212
{%- assign page_paths = site.header_pages | default: default_paths -%}
1313
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
14-
<a class="site-title" rel="author" href="/"><img src="index.webp" Height="32" /> LangGraph-GUI</a>
14+
<a class="site-title" rel="author" href="/"><img src="/index.webp" Height="32" /> LangGraph-GUI</a>
1515

1616
<nav class="site-nav">
1717
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
@@ -24,10 +24,11 @@
2424
</label>
2525

2626
<div class="trigger">
27+
<a class="page-link" href="/About/">About</a>
2728
<a class="page-link" href="/Usage/">Usage</a>
2829
<a class="page-link" href="/Frontend/">Frontend</a>
2930
<a class="page-link" href="/Backend/">Backend</a>
30-
<a class="page-link" href="/LangGraph/">LangGraph</a>
31+
<a class="page-link" href="/Others/">Others</a>
3132
</div>
3233
</nav>
3334
</div>

index.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
11
# LangGraph-GUI
22

3-
[LangGraph-GUI](https://github.com/LangGraph-GUI/LangGraph-GUI) is a user-friendly interface editor for Editing Node-Edge workflow Graph with LangGraph. It supports creating, editing, and running workflows using local language models by Ollama. And It can run with docker compose.
4-
5-
*If you want to learn more about LangGraph, we also have [learning LangGraph for dummy](https://github.com/LangGraph-GUI/LangGraph-learn)*
6-
7-
![](https://raw.githubusercontent.com/LangGraph-GUI/LangGraph-GUI-frontend/main/cover.webp)
8-
9-
## Components
10-
11-
We also provide [electron wrapper](https://github.com/LangGraph-GUI/LangGraph-GUI?tab=readme-ov-file#electron-wrapper)
12-
13-
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).
14-
15-
If you want Qt version, see [LangGraph-GUI-Qt](https://github.com/LangGraph-GUI/LangGraph-GUI-Qt)
16-
17-
## Side project
18-
We also have Qt version of [CrewAI-GUI](https://github.com/LangGraph-GUI/CrewAI-GUI)
3+
If looking for

0 commit comments

Comments
 (0)