move `./assets` to .github project

This commit is contained in:
zvictor 2025-03-24 23:58:39 +01:00
parent ddf325f6b8
commit 4dac24f9e0
16 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<div align="center">
<img src="./assets/title.png" width="600"/>
<img src="https://raw.githubusercontent.com/The-Pocket/PocketFlow/main/assets/title.png" width="600"/>
</div>
@ -29,7 +29,7 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework
Current LLM frameworks are bloated... You only need 100 lines for LLM Framework!
<div align="center">
<img src="./assets/meme.jpg" width="400"/>
<img src="https://raw.githubusercontent.com/The-Pocket/PocketFlow/main/assets/meme.jpg" width="400"/>
| | **Abstraction** | **App-Specific Wrappers** | **Vendor-Specific Wrappers** | **Lines** | **Size** |
@ -48,14 +48,14 @@ Current LLM frameworks are bloated... You only need 100 lines for LLM Framework!
The [100 lines](pocketflow/__init__.py) capture the core abstraction of LLM frameworks: Graph!
<br>
<div align="center">
<img src="./assets/abstraction.png" width="900"/>
<img src="https://raw.githubusercontent.com/The-Pocket/PocketFlow/main/assets/abstraction.png" width="900"/>
</div>
<br>
From there, it's easy to implement popular design patterns like ([Multi-](https://the-pocket.github.io/PocketFlow/design_pattern/multi_agent.html))[Agents](https://the-pocket.github.io/PocketFlow/design_pattern/agent.html), [Workflow](https://the-pocket.github.io/PocketFlow/design_pattern/workflow.html), [RAG](https://the-pocket.github.io/PocketFlow/design_pattern/rag.html), etc.
<br>
<div align="center">
<img src="./assets/design.png" width="900"/>
<img src="https://raw.githubusercontent.com/The-Pocket/PocketFlow/main/assets/design.png" width="900"/>
</div>
<br>
✨ Below are basic tutorials:
@ -88,7 +88,7 @@ From there, it's easy to implement popular design patterns like ([Multi-](https:
<br>
<div align="center">
<a href="https://youtu.be/Cf38Bi8U0Js" target="_blank">
<img src="./assets/tutorial.png" width="500" alt="IMAGE ALT TEXT" style="cursor: pointer;">
<img src="https://raw.githubusercontent.com/The-Pocket/PocketFlow/main/assets/tutorial.png" width="500" alt="IMAGE ALT TEXT" style="cursor: pointer;">
</a>
</div>
<br>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 538 KiB