PocketFlow
Pocket Flow: 100-line LLM framework. Let Agents build Agents!
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.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- PParker MartinezMay 14, 2026
100-line LLM framework is the right size for understanding what's actually happening under the hood.
- PPeyton ThompsonApr 24, 2026
Production use is possible but the real value is understanding agent patterns without framework magic.
- EElliot JohnsonMar 26, 2026
Used as a teaching tool for LLM agent concepts. The small surface area makes it genuinely learnable.
- AAvery AndersonMar 25, 2026
Letting Agents build Agents is a compelling meta-capability when the framework is this minimal.
- BBlake RiveraMar 13, 2026
The simplicity is the feature. Most frameworks hide too much — PocketFlow makes tradeoffs explicit.