From c5e9a37374bd9dc683b2f7cfea5c6819cbf888c2 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Fri, 14 Mar 2025 21:15:53 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c661f25..8ba65d4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework - **Expressive**: Everything you love—([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. -- **AI-Friendly**: Let AI Agents (e.g., Cursor AI) build Agents—10x productivity boost! +- **Agentic Coding**: Let AI Agents (e.g., Cursor AI) build Agents—10x productivity boost! - To install, ```pip install pocketflow```or just copy the [source code](pocketflow/__init__.py) (only 100 lines).