Skip to content

Commit 193034b

Browse files
committed
ex
1 parent 8d1f911 commit 193034b

File tree

5 files changed

+32
-0
lines changed

5 files changed

+32
-0
lines changed

Frontend/Examples.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: frontend
3+
4+
---
5+
6+
# Graph Examples
7+
repo at [LangGraph-GUI/examples](https://github.com/LangGraph-GUI/examples)
8+
9+
Remembmer, these examples are act different output and process on different llm model.
10+
11+
To make better output, you need modify or refine prompts.
12+
13+
## Simple DND Play
14+
![](./images/ex_simple_dnd.webp)
15+
16+
This example shows simple loop flow that a player and a hoster on TRPG.
17+
18+
## Save File
19+
![](./images/ex_save_file.webp)
20+
21+
This example shows simple tool and save file
22+
23+
## Lottery
24+
![](./images/ex_lottery.webp)
25+
26+
This example shows simple condition switch to different branch
27+
28+
## DND Play
29+
![](/cover.webp)
30+
31+
This example merges tool using and condition branch

Frontend/images/ex_lottery.webp

34.6 KB
Binary file not shown.

Frontend/images/ex_save_file.webp

37.1 KB
Binary file not shown.

Frontend/images/ex_simple_dnd.webp

39.5 KB
Binary file not shown.

Frontend/outline.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ <h2>Frontend</h2>
33
<a href="/Frontend/">About</a></br>
44
<a href="/Frontend/UI">UI</a></br>
55
<a href="/Frontend/Graph">Graph</a></br>
6+
<a href="/Frontend/Examples">Examples</a></br>
67
<a href="/Frontend/Run">Run</a></br>

0 commit comments

Comments
 (0)