Skip to content

Commit

Permalink
ex
Browse files Browse the repository at this point in the history
  • Loading branch information
HomunMage committed Jul 19, 2024
1 parent 8d1f911 commit 193034b
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Frontend/Examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: frontend

---

# Graph Examples
repo at [LangGraph-GUI/examples](https://github.com/LangGraph-GUI/examples)

Remembmer, these examples are act different output and process on different llm model.

To make better output, you need modify or refine prompts.

## Simple DND Play
![](./images/ex_simple_dnd.webp)

This example shows simple loop flow that a player and a hoster on TRPG.

## Save File
![](./images/ex_save_file.webp)

This example shows simple tool and save file

## Lottery
![](./images/ex_lottery.webp)

This example shows simple condition switch to different branch

## DND Play
![](/cover.webp)

This example merges tool using and condition branch
Binary file added Frontend/images/ex_lottery.webp
Binary file not shown.
Binary file added Frontend/images/ex_save_file.webp
Binary file not shown.
Binary file added Frontend/images/ex_simple_dnd.webp
Binary file not shown.
1 change: 1 addition & 0 deletions Frontend/outline.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ <h2>Frontend</h2>
<a href="/Frontend/">About</a></br>
<a href="/Frontend/UI">UI</a></br>
<a href="/Frontend/Graph">Graph</a></br>
<a href="/Frontend/Examples">Examples</a></br>
<a href="/Frontend/Run">Run</a></br>

0 comments on commit 193034b

Please sign in to comment.