Skip to content

Commit fd64775

Browse files
committed
update readme examples
1 parent ca46798 commit fd64775

File tree

2 files changed

+58
-20
lines changed

2 files changed

+58
-20
lines changed

README.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,50 @@
1414
</a>
1515
</p>
1616

17-
This project crawls GitHub repositories and build a knowledge base from the code:
17+
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:
1818

1919
- **Analyze entire codebases** to identify core abstractions and how they interact
2020

2121
- **Transform complex code** into beginner-friendly tutorials with clear visualizations
2222

2323
- **Build understanding systematically** from fundamentals to advanced concepts in logical steps
2424

25-
Built with [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework.
25+
26+
Check Out Example Tutorials for Popular GitHub Repositories:
27+
28+
- [AutoGen Core](./AutoGen Core/index.md) - Build AI teams that talk, think, and solve problems together like coworkers!
29+
30+
- [Browser Use](./Browser Use/index.md) - Let AI surf the web for you, clicking buttons and filling forms like a digital assistant!
31+
32+
- [Celery](./Celery/index.md) - Supercharge your app with background tasks that run while you sleep!
33+
34+
- [Click](./Click/index.md) - Turn Python functions into slick command-line tools with just a decorator!
35+
36+
- [Crawl4AI](./Crawl4AI/index.md) - Train your AI to extract exactly what matters from any website!
37+
38+
- [CrewAI](./CrewAI/index.md) - Assemble a dream team of AI specialists to tackle impossible problems!
39+
40+
- [DSPy](./DSPy/index.md) - Build LLM apps like Lego blocks that optimize themselves!
41+
42+
- [FastAPI](./FastAPI/index.md) - Create APIs at lightning speed with automatic docs that clients will love!
43+
44+
- [Flask](./Flask/index.md) - Craft web apps with minimal code that scales from prototype to production!
45+
46+
- [LangGraph](./LangGraph/index.md) - Design AI agents as flowcharts where each step remembers what happened before!
47+
48+
- [LevelDB](./LevelDB/index.md) - Store data at warp speed with Google's engine that powers blockchains!
49+
50+
- [MCP Python SDK](./MCP Python SDK/index.md) - Command cloud infrastructure with Python instead of clicking buttons!
51+
52+
- [NumPy Core](./NumPy Core/index.md) - Master the engine behind data science that makes Python as fast as C!
53+
54+
- [OpenManus](./OpenManus/index.md) - Program robot hands that move with human-like precision and grace!
55+
56+
- [Pydantic Core](./Pydantic Core/index.md) - Validate data at rocket speed with just Python type hints!
57+
58+
- [Requests](./Requests/index.md) - Talk to the internet in Python with code so simple it feels like cheating!
59+
60+
- [SmolaAgents](./SmolaAgents/index.md) - Build tiny AI agents that punch way above their weight class!
61+
62+
63+

docs/index.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ Ever stared at a new codebase written by others feeling completely lost? This pr
1818

1919
Built with [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework.
2020

21-
## Example Result
21+
## Example Tutorials for Popular GitHub Repositories
2222

23-
- [AutoGen Core](./AutoGen Core/index.md)
24-
- [Browser Use](./Browser Use/index.md)
25-
- [Celery](./Celery/index.md)
26-
- [Click](./Click/index.md)
27-
- [Crawl4AI](./Crawl4AI/index.md)
28-
- [CrewAI](./CrewAI/index.md)
29-
- [DSPy](./DSPy/index.md)
30-
- [FastAPI](./FastAPI/index.md)
31-
- [Flask](./Flask/index.md)
32-
- [LangGraph](./LangGraph/index.md)
33-
- [LevelDB](./LevelDB/index.md)
34-
- [MCP Python SDK](./MCP Python SDK/index.md)
35-
- [NumPy Core](./NumPy Core/index.md)
36-
- [OpenManus](./OpenManus/index.md)
37-
- [Pydantic Core](./Pydantic Core/index.md)
38-
- [Requests](./Requests/index.md)
39-
- [SmolaAgents](./SmolaAgents/index.md)
23+
- [AutoGen Core](./AutoGen Core/index.md) - Build AI teams that talk, think, and solve problems together like coworkers!
24+
- [Browser Use](./Browser Use/index.md) - Let AI surf the web for you, clicking buttons and filling forms like a digital assistant!
25+
- [Celery](./Celery/index.md) - Supercharge your app with background tasks that run while you sleep!
26+
- [Click](./Click/index.md) - Turn Python functions into slick command-line tools with just a decorator!
27+
- [Crawl4AI](./Crawl4AI/index.md) - Train your AI to extract exactly what matters from any website!
28+
- [CrewAI](./CrewAI/index.md) - Assemble a dream team of AI specialists to tackle impossible problems!
29+
- [DSPy](./DSPy/index.md) - Build LLM apps like Lego blocks that optimize themselves!
30+
- [FastAPI](./FastAPI/index.md) - Create APIs at lightning speed with automatic docs that clients will love!
31+
- [Flask](./Flask/index.md) - Craft web apps with minimal code that scales from prototype to production!
32+
- [LangGraph](./LangGraph/index.md) - Design AI agents as flowcharts where each step remembers what happened before!
33+
- [LevelDB](./LevelDB/index.md) - Store data at warp speed with Google's engine that powers blockchains!
34+
- [MCP Python SDK](./MCP Python SDK/index.md) - Command cloud infrastructure with Python instead of clicking buttons!
35+
- [NumPy Core](./NumPy Core/index.md) - Master the engine behind data science that makes Python as fast as C!
36+
- [OpenManus](./OpenManus/index.md) - Program robot hands that move with human-like precision and grace!
37+
- [Pydantic Core](./Pydantic Core/index.md) - Validate data at rocket speed with just Python type hints!
38+
- [Requests](./Requests/index.md) - Talk to the internet in Python with code so simple it feels like cheating!
39+
- [SmolaAgents](./SmolaAgents/index.md) - Build tiny AI agents that punch way above their weight class!
4040

0 commit comments

Comments
 (0)