Skip to content

Commit 0413072

Browse files
authored
Merge pull request #3 from LangGraph-GUI/typescript
v1.0.0
2 parents 056d9b2 + c04d13b commit 0413072

File tree

7 files changed

+43
-9
lines changed

7 files changed

+43
-9
lines changed

Frontend/UI1.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,40 @@ layout: frontend
66

77
# UI
88

9+
## Graph Panel
10+
911
There are several buttoms
1012
![](./images/panel_major.webp)
1113

12-
## New Graph
14+
### New Graph
1315

1416
New will clean the canvas.
1517

16-
## Save Graph
18+
### Save Graph
1719

1820
Save the graph into json to your computer.
1921

20-
## Load Graph
22+
### Load Graph
2123
Read the graph json from your computer.
2224

23-
## Run Graph
24-
Run graph.json on server, for more info, see [Run](./Run)
2525

26+
## SugGraph Panel
27+
### subgraphs select
28+
29+
![](./images/select_subgraph.webp)
30+
31+
change to edit specific subgraph
32+
33+
### subgraph control
34+
35+
![](./images/panel_subgraph.webp)
36+
37+
## Add
38+
Add new subgraph
39+
40+
## Load Subgraph
41+
upload a subgraph
42+
43+
## Save Subgraph
44+
save single subgraph
2645

27-
## Config
28-
* set what llm you want to use
29-
* api key

Frontend/UI2.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ layout: frontend
99
There are several buttoms
1010
![](./images/panel_server.webp)
1111

12+
##
13+
14+
## `````` and ```<<```
15+
open and close this menu
16+
17+
## UserID
18+
showing current id (need nginx support)
19+
20+
21+
## Run Graph
22+
Run graph.json on server, for more info, see [Run](./Run)
23+
24+
1225
## Upload Files to Server
1326

1427
Send file to workspace as environment, for such file processing.
@@ -18,4 +31,9 @@ Send file to workspace as environment, for such file processing.
1831
After process with LLM, download all files in workspace.
1932

2033
## Clean Server Cache
21-
Remove all files at workspace
34+
Remove all files at workspace
35+
36+
37+
## Config
38+
* set what llm you want to use
39+
* api key

Frontend/images/panel_major.webp

-566 Bytes
Binary file not shown.

Frontend/images/panel_server.webp

2.06 KB
Binary file not shown.

Frontend/images/panel_subgraph.webp

3.15 KB
Binary file not shown.

Frontend/images/select_subgraph.webp

2.6 KB
Binary file not shown.

cover.webp

914 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)