From 9af2f9e5cdf432b69a6068c231deb049f1184b9a Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Mon, 24 Feb 2025 00:00:02 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c9013c..f1cb7e7 100644 --- a/README.md +++ b/README.md @@ -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.