Update README.md

This commit is contained in:
Zachary Huang 2025-02-25 11:06:44 -05:00 committed by GitHub
parent 16f71289db
commit c628e19696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 7 deletions

View File

@ -36,17 +36,13 @@ Pocket Flow lets you **build LLM apps simply by chatting with LLM agents** (like
<br>
Compared to other frameworks, Pocket Flow is **purpose-built for LLM Agents**:
**Compared to other frameworks**, Pocket Flow is *purpose-built for LLM Agents*:
1. **🫠 LangChain-like frameworks** overwhelm Cursor AI with complex and outdated abstractions.
2. **😐 Ironically, **No Framework** is better as it yields *functional* code—but it ends up ad hoc, one-shot, and hard to maintaina.
2. 😐 Ironically, **No Framework** is better as it yields *functional* code—but it ends up ad hoc, one-shot, and hard to maintaina.
3. **🥰 With Pocket Flow**: (1) Minimal and expressive—easy for Cursor AI. (2) **Nodes and Flows** keep everything *modular and organized*. (3) A **Shared Store** decouples your data structure from compute logic.
In short, the **100 lines** ensures Cursor AI follows solid coding practices without sacrificing flexibility.
---
To set up:
In short, the **100 lines** ensures Cursor AI follows solid coding practices without sacrificing flexibility. To start:
- **[Cursor Rules](https://docs.cursor.com/context/rules-for-ai)**: Copy [.cursorrules](assets/.cursorrules) into your projects root.