mirror of
https://github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge.git
synced 2026-08-29 16:40:32 +08:00
26 lines
605 B
Markdown
26 lines
605 B
Markdown
---
|
|
layout: default
|
|
title: "Home"
|
|
nav_order: 1
|
|
---
|
|
|
|
# Turns Codebase into Easy Tutorial
|
|
|
|
Ever stared at a new codebase written by others feeling completely lost? This project analyzes GitHub repositories and creates beginner-friendly tutorials explaining exactly how the code works.
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/The-Pocket/PocketFlow" target="_blank">
|
|
<img
|
|
src="./assets/banner.png" width="800"
|
|
/>
|
|
</a>
|
|
</p>
|
|
|
|
Built with [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework.
|
|
|
|
## Example Result
|
|
|
|
|
|
- [Autogen Core](./AutoGen Core/index.md)
|
|
|