From 4e3357897c5c205797a75f3921763d59cb611384 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Thu, 6 Mar 2025 10:43:11 -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 0cc5e3a..6aa77a9 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Pocket Flow: A [100-line](pocketflow/__init__.py) minimalist LLM framework - **Expressive**: Support ([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), etc.—everything you’d expect from larger frameworks. -- **Lightweight**: Only the [core graph abstraction](https://the-pocket.github.io/PocketFlow/core_abstraction/) in 100 lines. No dependencies or vendor lock-ins. +- **Lightweight**: Only the *core graph abstraction* in 100 lines. No dependencies or vendor lock-ins. -- **Principled**: Designed for clear [modularity](https://the-pocket.github.io/PocketFlow/core_abstraction/node.html) and [separation of concerns](https://the-pocket.github.io/PocketFlow/core_abstraction/communication.html). +- **Principled**: Designed for clear *modularity* and *separation of concerns*. - To install, ```pip install pocketflow```or just copy the [source code](pocketflow/__init__.py) (only 100 lines).