Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Pocket Flow: 100-line LLM framework. Let Agents build Agents!
| Date | Stars |
|---|---|
| 2026-07-24 | 11032 |
| 2026-07-25 | 11037 |
| 2026-07-28 | 11057 |
| 2026-07-30 | 11071 |
| 2026-07-31 | 11072 |
| 2026-08-06 | 11086 |
| 2026-08-15 | 11107 |
| 2026-08-18 | 11111 |
| 2026-08-19 | 11117 |
| 2026-08-20 | 11118 |
| 2026-08-21 | 11119 |
| 2026-08-22 | 11123 |
| 2026-08-23 | 11125 |
| 2026-08-24 | 11125 |
| 2026-08-25 | 11130 |
| 2026-08-26 | 11133 |
| 2026-08-27 | 11133 |
| 2026-08-28 | 11135 |
| 2026-08-29 | 11136 |
| 2026-08-30 | 11134 |
| 2026-08-31 | 11135 |
| 2026-09-01 | 11136 |
| 2026-09-02 | 11140 |
| 2026-09-03 | 11142 |
| 2026-09-04 | 11145 |
| 2026-09-05 | 11148 |
| 2026-09-06 | 11149 |
| 2026-09-07 | 11152 |
| 2026-09-08 | 11152 |
| 2026-09-09 | 11156 |
| 2026-09-10 | 11156 |
| 2026-09-11 | 11158 |
| 2026-09-12 | 11162 |
| 2026-09-13 | 11162 |
| 2026-09-14 | 11164 |
| 2026-09-15 | 11171 |
| 2026-09-16 | 11173 |
| 2026-09-17 | 11178 |
| 2026-09-18 | 11178 |
| 2026-09-19 | 11181 |
| 2026-09-20 | 11186 |
Today
+5 stars today
This week
+24 stars this week
This month
+67 stars this month
Momentum
29.0
growth rate 0.21%/day
<div align="center">
<img src="https://github.com/The-Pocket/.github/raw/main/assets/title.png" alt="Pocket Flow – 100-line minimalist LLM framework" width="600"/>
</div>
<!-- For translation, replace English with [English](https://github.com/The-Pocket/PocketFlow/blob/main/README.md), and remove the link for the target language. -->
English | [中文](https://github.com/The-Pocket/PocketFlow/blob/main/cookbook/pocketflow-batch/translations/README_CHINESE.md) | [Español](https://github.com/The-Pocket/PocketFlow/blob/main/cookbook/pocketflow-batch/translations/README_SPANISH.md) | [日本語](https://github.com/The-Pocket/PocketFlow/blob/main/cookbook/pocketflow-batch/translations/README_JAPANESE.md) | [Deutsch](https://github.com/The-Pocket/PocketFlow/blob/main/cookbook/pocketflow-batch/translations/README_GERMAN.md) | [Русский](https://github.com/The-Pocket/PocketFlow/blob/main/cookbook/pocketflow-batch/translations/README_RUSSIAN.md) | [Português](https://github.com/The-Pocket/PocketFlow/blob/main/cookbook/pocketflow-batch/translations/README_PORTUGUESE.md) | [Français](https://github.com/The-Pocket/PocketFlow/blob/main/cookbook/pocketflow-batch/translations/README_FRENCH.md) | [한국어](https://github.com/The-Pocket/PocketFlow/blob/main/cookbook/pocketflow-batch/translations/README_KOREAN.md)

[](https://the-pocket.github.io/PocketFlow/)
<a href="https://discord.gg/hUHHE9Sa6T">
<img src="https://img.shields.io/discord/1346833819172601907?logo=discord&style=flat">
</a>
Pocket Flow is a [100-line](https://github.com/The-Pocket/PocketFlow/blob/main/pocketflow/__init__.py) minimalist LLM framework
- **Lightweight**: Just 100 lines. Zero bloat, zero dependencies, zero vendor lock-in.
- **Expressive**: Everything you love—([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), and more.
- **[Agentic Coding](https://zacharyhuang.substack.com/p/agentic-coding-the-most-fun-way-to)**: Let AI Agents (e.g., Cursor AI) build Agents—10x productivity boost!
Get started with Pocket Flow:
- To install, ```pip install pocketflow```or just copy the [source code](https://github.com/The-Pocket/PocketFlow/blob/main/pocketflow/__init__.py) (only 100 lines).
- To learn more, check out the [video tutorial](https://youtu.be/0Zr3NwcvpA0) and [documentation](https://the-pocket.github.io/PocketFlow/)
- 🎉 Join our [Discord](https://discord.gg/hUHHE9Sa6T) to connect with other developers building with Pocket Flow!
- 🎉 Pocket Flow now has [Typescript](https://github.com/The-Pocket/PocketFlow-Typescript), [Java](https://github.com/The-Pocket/PocketFlow-Java), [C++](https://github.com/The-Pocket/PocketFlow-CPP), [Go](https://github.com/The-Pocket/PocketFlow-Go), [Rust](https://github.com/The-Pocket/PocketFlow-Rust) and [PHP](https://github.com/The-Pocket/PocketFlow-PHP) versions!
## Why Pocket Flow?
Current LLM frameworks are bloated... You only need 100 lines for LLM Framework!
<div align="center">
<img src="https://github.com/The-Pocket/.github/raw/main/assets/meme.jpg" width="400"/>
| | **Abstraction** | **App-Specific Wrappers** | **Vendor-Specific Wrappers** | **Lines** | **Size** |
|----------------|:-----------------------------: |:-----------------------------------------------------------:|:------------------------------------------------------------:|:---------------:|:----------------------------:|
| LangChain | Agent, Chain | Many <br><sup><sub>(e.g., QA, Summarization)</sub></sup> | Many <br><sup><sub>(e.g., OpenAI, Pinecone, eExcerpt of 18,377 characters
Read on GitHub601
Victor Duarte
5
Redreamality
4
2
racey chan
2
2
2
1
1
noreply · no · China
1
1
1
1
1
1
Ikko Eltociear Ashimine · Japan
1
Ankit P
1
Nilanjan De · @trilogy-group @DevFactory @AI-Builder-Team
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:00988e6f687568e5, topic:agents, topic:agentic-ai, topic:agentic-workflow
matched fp:00988e6f687568e5, topic:workflow, topic:flow-based-programming