From ce4047e88bc2a0cd9139b6a477dfd66021fe8675 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Thu, 13 Mar 2025 11:07:58 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b184203..eebe2bc 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ Current LLM frameworks are bloated. You only need 100 lines for LLM Framework! +Pocket Flow also makes an excellent educational resource by revealing exactly how an LLM framework works under the hood—without the heavy abstractions of larger libraries. + ## How does Pocket Flow work? The [100 lines](pocketflow/__init__.py) capture the core abstraction of LLM frameworks: Graph!