Skip to content

Commit 92db963

Browse files
committed
v2.0.0
1 parent b20d9c4 commit 92db963

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

About/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
LangGraph-GUI comprises the following main components:
1616

17-
- **Frontend**: The default frontend is built with ReactFlow, providing an intuitive interface for graph editing.
17+
- **Frontend**: The default frontend is built with SvelteFlow, providing an intuitive interface for graph editing.
1818
- for more info, please view [Frontend](/Frontend)
1919
- **Backend**: The backend is implemented using Flask, offering a robust and scalable server-side solution.
2020
- for more info, please view [Backend](/Backend)

Backend/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ you can put anything at ext
4343

4444
This use FastAPI server to communicate with frontend.
4545

46-
Current implementation only runs graph.json.
46+
Current implementation only runs workflow.json.
4747

4848
## multi user support
4949
if you use [nginx.conf](https://github.com/LangGraph-GUI/LangGraph-GUI/blob/main/nginx/nginx.conf)

Frontend/Run.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ layout: frontend
44
---
55

66
# Run Graph
7-
This will Run graph.json on server.
7+
This will Run workflow.json on server.
88
That is, you need upload graph.json first.
99

1010
![](./images/run_window.webp)
1111

1212
## Run
13-
Execute graph.json into LangGraph with LLM.
13+
Execute workflow.json into LangGraph with LLM.
1414
After Run, recommand get files from server.
1515

1616
## Leave
1717
Leave run menu
1818

1919
## Text Space
20-
Show infomation when server running
20+
Show infomation when server running

Frontend/UI2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ showing current id (need nginx support)
1919

2020

2121
## Run Graph
22-
Run graph.json on server, for more info, see [Run](./Run)
22+
Run workflow.json on server, for more info, see [Run](./Run)
2323

2424

2525
## Upload Files to Server

Frontend/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ This is node-edge based gui will export to json as saved graph.
1010

1111
![](/cover.webp)
1212

13-
*This is LangGraph-GUI ReactFlow frontend, If you want to run in docker compose, see [LangGraph-GUI](https://github.com/LangGraph-GUI/LangGraph-GUI)*
13+
*This is LangGraph-GUI SvelteFlow frontend, If you want to run in docker compose, see [LangGraph-GUI](https://github.com/LangGraph-GUI/LangGraph-GUI)*
1414

Others/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ If you want to learn more about LangGraph, we also have [learning LangGraph for
44

55
## deprecated projects
66

7+
* old reactflow ver: [LangGraph-GUI-reactflow](https://github.com/LangGraph-GUI/LangGraph-GUI-reactflow)
78
* old js version: [LangGraph-GUI](https://github.com/LangGraph-GUI/LangGraph-GUI/tree/0.6.1)
89
* old flask version: [backend](https://github.com/LangGraph-GUI/LangGraph-GUI-backend/tree/flask)
910
* old Qt version: [LangGraph-GUI-Qt](https://github.com/LangGraph-GUI/LangGraph-GUI-backend/tree/GUI-Qt)

_includes

Submodule _includes updated 1 file

0 commit comments

Comments
 (0)