Update README.md

This commit is contained in:
Zachary Huang 2025-02-24 21:03:38 -05:00 committed by GitHub
parent 03389e31c0
commit 496097cef6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -30,13 +30,13 @@ Pocket Flow lets you **build LLM apps just by chatting with agents like Cursor A
</div>
Pocket Flow is *designed for LLM Agents*. If youre using Cursor AI...
Pocket Flow is *built for LLM Agents to build LLM apps*—especially if youre using Cursor AI:
1. **🫠 With LangChain-like frameworks**: Cursor AI gets overwhelmed by complex abstractions and calls deprecated functions by mistake.
2. **😐 With No Framework**: Cursor AI writes functional but lacks modularity and maintainability.
3. **🥰 With Pocket Flow**: (1) Minimal and expressive—easy for Cursor AI. (2) Nodes and flows keep the codes **modular and maintainable**. (3) The shared store **separates data from compute logic**.
1. **🫠 LangChain-like frameworks** overwhelm Cursor AI with complex abstractions and deprecated functions.
2. **😐 Without No Framework,** Cursor AI writes functional code but lacks modularity and maintainability.
3. **🥰 With Pocket Flow**: (1) Minimal and expressive—easy for Cursor AI. (2) Nodes and Flows keep the codes **modular and maintainable**. (3) Shared store **separates data from compute logic**.
With just 100 lines, Pocket Flow ensures Cursor AI follows good coding practices without sacrificing flexibility.
With just 100 lines, Pocket Flow ensures Cursor AI follows solid coding practices without sacrificing flexibility.
---