Skip to content

Commit 052e872

Browse files
committed
add example
1 parent 180e0d9 commit 052e872

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,21 @@
55
> *Ever stared at a new codebase written by others feeling completely lost? This tutorial shows you how to build an AI agent that analyzes GitHub repositories and creates beginner-friendly tutorials explaining exactly how the code works.*
66
77
<p align="center">
8-
<a href="https://github.com/The-Pocket/PocketFlow" target="_blank">
9-
<img
10-
src="./assets/banner.png" width="800"
11-
/>
12-
</a>
8+
<img
9+
src="./assets/banner.png" width="800"
10+
/>
1311
</p>
1412

1513
This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework. It crawls GitHub repositories and build a knowledge base from the code. It analyzes entire codebases to identify core abstractions and how they interact, and transforms complex code into beginner-friendly tutorials with clear visualizations.
1614

1715
## ⭐ Example Tutorials for Popular GitHub Repositories!
1816

17+
<p align="center">
18+
<img
19+
src="./assets/example.png" width="600"
20+
/>
21+
</p>
22+
1923
- [AutoGen Core](https://the-pocket.github.io/Tutorial-Codebase-Knowledge/AutoGen%20Core) - Build AI teams that talk, think, and solve problems together like coworkers!
2024

2125
- [Browser Use](https://the-pocket.github.io/Tutorial-Codebase-Knowledge/Browser%20Use) - Let AI surf the web for you, clicking buttons and filling forms like a digital assistant!

assets/example.png

662 KB
Loading

0 commit comments

Comments
 (0)