From 03b69421b8f204286484c8551b783794c3f41ddf Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:35:33 -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 79ce335..0c82c29 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework - **Expressive**: Everything you love from larger frameworks—([Multi-](https://the-pocket.github.io/PocketFlow/design_pattern/multi_agent.html))[Agents](https://the-pocket.github.io/PocketFlow/design_pattern/agent.html), [Workflow](https://the-pocket.github.io/PocketFlow/design_pattern/workflow.html), [RAG](https://the-pocket.github.io/PocketFlow/design_pattern/rag.html), and more. -- **Lightweight**: Just the pure core graph abstraction in 100 lines. Zero bloat, zero dependencies, zero vendor lock-in. +- **Lightweight**: Just the core graph abstraction in 100 lines. Zero bloat, zero dependencies, zero vendor lock-in. - **Principled**: Built with modularity and clear separation of concerns at its heart.