Skip to content

v1.0.0 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 24 additions & 8 deletions Frontend/UI1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,40 @@ layout: frontend

# UI

## Graph Panel

There are several buttoms
![](./images/panel_major.webp)

## New Graph
### New Graph

New will clean the canvas.

## Save Graph
### Save Graph

Save the graph into json to your computer.

## Load Graph
### Load Graph
Read the graph json from your computer.

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

## SugGraph Panel
### subgraphs select

![](./images/select_subgraph.webp)

change to edit specific subgraph

### subgraph control

![](./images/panel_subgraph.webp)

## Add
Add new subgraph

## Load Subgraph
upload a subgraph

## Save Subgraph
save single subgraph

## Config
* set what llm you want to use
* api key
20 changes: 19 additions & 1 deletion Frontend/UI2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ layout: frontend
There are several buttoms
![](./images/panel_server.webp)

##

## ```☰``` and ```<<```
open and close this menu

## UserID
showing current id (need nginx support)


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


## Upload Files to Server

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

## Clean Server Cache
Remove all files at workspace
Remove all files at workspace


## Config
* set what llm you want to use
* api key
Binary file modified Frontend/images/panel_major.webp
Binary file not shown.
Binary file modified Frontend/images/panel_server.webp
Binary file not shown.
Binary file added Frontend/images/panel_subgraph.webp
Binary file not shown.
Binary file added Frontend/images/select_subgraph.webp
Binary file not shown.
Binary file modified cover.webp
Binary file not shown.