Update README.md

This commit is contained in:
Zachary Huang 2025-03-13 11:07:58 -04:00 committed by GitHub
parent c531387685
commit ce4047e88b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ Current LLM frameworks are bloated. You only need 100 lines for LLM Framework!
</div>
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!