Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
HomunMage committed Jul 19, 2024
1 parent 56db1f4 commit 8d1f911
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Backend/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# LangGraph-GUI

[flask backend](https://github.com/LangGraph-GUI/LangGraph-GUI-backend).
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)

This use Flask server to communicate with frontend.

Current implementation only runs graph.json, need frontend upload.

*For a beginner-friendly introduction to LangGraph, visit [LangGraph-learn](https://github.com/LangGraph-GUI/LangGraph-learn).*


2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Welcome to the LangGraph-GUI project documentation!
- To explore backend details, see the [Backend](/Backend) documentation.
- For additional resources and related side projects, visit the [Others](/Others) page.

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

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

Expand Down

0 comments on commit 8d1f911

Please sign in to comment.