Update README.md

This commit is contained in:
Zachary Huang 2025-03-14 21:15:53 -04:00 committed by GitHub
parent f63fe8cdf2
commit c5e9a37374
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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).