Update README.md

This commit is contained in:
Zachary Huang 2025-02-24 00:00:02 -05:00 committed by GitHub
parent 2cb56b45ad
commit 9af2f9e5cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ To build LLM projects with LLM Agents (Cursor, ChatGPT, Claude, etc.):
## What Is Pocket Flow? Graph + Shared Store
The [100 lines](pocketflow/__init__.py) capture what we believe to be the core abstraction of LLM projects:
- **Computation Model**: A *graph* that breaks down tasks into multiple nodes, with *branching, recursion, and nesting*.
- **Computation Model**: A *graph* that breaks down tasks into multiple nodes, with *branching, looping, and nesting*.
- **Communication Model**: A *shared store* that all graph nodes can read and write to.
<br>