From 07b68556a17a97b893f38260044a49f1083a58ac Mon Sep 17 00:00:00 2001
From: Zachary Huang <33015448+zachary62@users.noreply.github.com>
Date: Tue, 11 Mar 2025 11:14:21 -0400
Subject: [PATCH] Update README.md
---
README.md | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/README.md b/README.md
index a3e8613..4867357 100644
--- a/README.md
+++ b/README.md
@@ -77,11 +77,7 @@ In short, the **100 lines** ensures LLM Agents follows *solid coding practices*
## How does Pocket Flow work?
-The [100 lines](pocketflow/__init__.py) capture what we believe to be the core 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.
+The [100 lines](pocketflow/__init__.py) capture the core Graph abstraction of LLM frameworks: