Update README.md

This commit is contained in:
Zachary Huang 2025-03-11 11:14:21 -04:00 committed by GitHub
parent 12399cb1fb
commit 07b68556a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 5 deletions

View File

@ -77,11 +77,7 @@ In short, the **100 lines** ensures LLM Agents follows *solid coding practices*
## How does Pocket Flow work? ## How does Pocket Flow work?
The [100 lines](pocketflow/__init__.py) capture what we believe to be the core abstraction of LLM frameworks: The [100 lines](pocketflow/__init__.py) capture the core Graph abstraction of LLM frameworks:
- **Computation**: A *graph* that breaks down tasks into nodes, with *branching, looping, and nesting*.
- **Communication**: A *shared store* that all nodes can read and write to.
<br> <br>
<div align="center"> <div align="center">