diff --git a/README.md b/README.md index ed2480b..4331419 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,21 @@ > *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.*

- - - +

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. ## ⭐ Example Tutorials for Popular GitHub Repositories! +

+ +

+ - [AutoGen Core](https://the-pocket.github.io/Tutorial-Codebase-Knowledge/AutoGen%20Core) - Build AI teams that talk, think, and solve problems together like coworkers! - [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! diff --git a/assets/example.png b/assets/example.png new file mode 100644 index 0000000..b10861b Binary files /dev/null and b/assets/example.png differ