PocketFlow
Pocket Flow is a 100-line minimalist LLM framework designed to simplify the development of large language model applications. It leverages a core graph abstraction, enabling users to easily implement popular design patterns like multi-agents, workflows, and RAG without bloat or dependencies.
PocketFlow is currently grouped under RAG / Knowledge Base, which makes it easier to evaluate through workflow fit instead of isolated features alone. Based on the available data, it leans most heavily toward Lightweight and minimalist (100 lines, zero dependencies). and Building and orchestrating AI agents (e.g., research agents, multi-agents).. The listed license is MIT, which is useful when adoption constraints matter. It also shows measurable community traction with 11.0k GitHub stars.
Features
Why choose it
Trade-offs
Compatibility
Quick start
Use cases
How it compares
Alternatives
Related searches
Comments
- ?usr_seed_0366May 14, 2026
100-line LLM framework is the right size for understanding what's actually happening under the hood.
- ?usr_seed_0474Apr 24, 2026
Production use is possible but the real value is understanding agent patterns without framework magic.
- ?usr_seed_0430Mar 26, 2026
Used as a teaching tool for LLM agent concepts. The small surface area makes it genuinely learnable.
- ?usr_seed_0660Mar 25, 2026
Letting Agents build Agents is a compelling meta-capability when the framework is this minimal.
- ?usr_seed_0111Mar 13, 2026
The simplicity is the feature. Most frameworks hide too much — PocketFlow makes tradeoffs explicit.