Update README.md

This commit is contained in:
Zachary Huang 2025-02-24 20:51:04 -05:00 committed by GitHub
parent 8fd5ceb062
commit 03389e31c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ Pocket Flow lets you **build LLM apps just by chatting with agents like Cursor A
Pocket Flow is *designed for LLM Agents*. If youre using Cursor AI... Pocket Flow is *designed for LLM Agents*. If youre using Cursor AI...
1. **🫠 With frameworks like LangChain**: Cursor AI often relies on deprecated packages or “hallucinates” functions. 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 not maintainable for real projects. 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**. 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**.
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 good coding practices without sacrificing flexibility.