Skip to content

Commit 8d1f911

Browse files
committed
doc
1 parent 56db1f4 commit 8d1f911

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Backend/index.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# LangGraph-GUI
22

3-
[flask backend](https://github.com/LangGraph-GUI/LangGraph-GUI-backend).
3+
The core file that convert json to LangGraph is [/src/WorkFlow.py](https://github.com/LangGraph-GUI/LangGraph-GUI-backend/blob/main/src/WorkFlow.py)
4+
5+
This use Flask server to communicate with frontend.
6+
7+
Current implementation only runs graph.json, need frontend upload.
8+
9+
*For a beginner-friendly introduction to LangGraph, visit [LangGraph-learn](https://github.com/LangGraph-GUI/LangGraph-learn).*
10+
11+

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Welcome to the LangGraph-GUI project documentation!
1212
- To explore backend details, see the [Backend](/Backend) documentation.
1313
- For additional resources and related side projects, visit the [Others](/Others) page.
1414

15-
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.
15+
If you have any questions or would like to leave a message, please use our [GitHub Discussions](https://github.com/orgs/LangGraph-GUI/discussions) page.
1616

1717
![LangGraph-GUI](/cover.webp)
1818

0 commit comments

Comments
 (0)