From 1acdb1a7f9a278b59cc18707daf44c223102b997 Mon Sep 17 00:00:00 2001
From: Zachary Huang <33015448+zachary62@users.noreply.github.com>
Date: Sun, 9 Mar 2025 11:13:42 -0400
Subject: [PATCH] Update README.md
---
README.md | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 9c14269..ef1bba1 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework
- To learn more, check out the [documentation](https://the-pocket.github.io/PocketFlow/). For an in-depth design dive, read the [essay](https://github.com/The-Pocket/.github/blob/main/profile/pocketflow.md).
-- 🎉 We now have a [discord](https://discord.gg/hUHHE9Sa6T)
+- 🎉 We now have a [discord](https://discord.gg/hUHHE9Sa6T)!
## What can Pocket Flow build?
@@ -41,9 +41,9 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework
-- Want to learn how I vibe code these LLM Apps? Check out [my YouTube](https://www.youtube.com/@ZacharyLLM?sub_confirmation=1)
+- Want to learn how I vibe code these LLM Apps? Check out [my YouTube](https://www.youtube.com/@ZacharyLLM?sub_confirmation=1)!
-- Want to create your own Python project? Start with [this template](https://github.com/The-Pocket/PocketFlow-Template-Python)
+- Want to create your own Python project? Start with [this template](https://github.com/The-Pocket/PocketFlow-Template-Python)!
## Why Pocket Flow?
@@ -51,7 +51,7 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework
- 😎 **Humans** craft the **high-level requirements and system design**.
-- 🤖 **AI agents** (e.g., Cursor AI) handle the **low-level implementation**
+- 🤖 **AI agents** (e.g., Cursor AI) handle the **low-level implementation**.
@@ -63,7 +63,7 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework
-Compare to other frameworks, Pocket Flow is purpose-built for LLM Agents
+Compare to other frameworks, Pocket Flow is purpose-built for LLM Agents:
1. **🫠LangChain-like frameworks** overwhelm Cursor AI with *complex* abstractions, *deprecated* functions and *irritating* dependency issues.
@@ -79,7 +79,9 @@ 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.