#43 · Primary category: LLM Application Frameworks

PocketFlow

agentic-ai agentic-framework agentic-workflow agents ai-framework ai-frameworks aiagent aiagents artificial-intelligence flow-based-programming flow-engineering large-language-model large-language-models llm-agent llm-framework pocket-flow pocketflow retrieval-augmented-generation workflow workflow-orchestration

Pocket Flow: 100-line LLM framework. Let Agents build Agents!

Project last updated:07/26/26

GitHub Stars

11.1K

Forks

1.2K

Contributors

28

License

MIT

Why we included this project

Most LLM frameworks ask you to adopt a heavy runtime, but Pocket Flow keeps the whole thing to about a hundred lines. That restraint makes it easy to see exactly what your agent code does, and the graph-style building blocks cover workflow, agent, multi-agent, and RAG patterns without dragging in dependencies or locking you into a vendor. Because the source is small enough to read end to end, you can copy it straight into your project and change it however you like, which makes it useful for learning how agent pipelines fit together or for prototyping quickly. It also holds up as a teaching tool, since the whole abstraction.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category