From 9df89521bff25f0aa284781a95b4c645bbd615b2 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Tue, 4 Mar 2025 15:36:42 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 383303e..25f58ab 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ In short, the **100 lines** ensures LLM Agents follows *solid coding practices* -## What can Pocket Flow build? +# What can Pocket Flow build? Below are examples LLM Apps and tutorials @@ -71,7 +71,7 @@ Below are examples LLM Apps and tutorials - Do you want to create your own Python project? Start with [this template](https://github.com/The-Pocket/PocketFlow-Template-Python) -## 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: - **Computation**: A *graph* that breaks down tasks into nodes, with *branching, looping, and nesting*.