From 635c64abc15a5e6ca15ed18a3da8dbc04caa6dcd Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Fri, 28 Feb 2025 01:58:40 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a3c383..8f8bd20 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,16 @@ For a new development paradigmn: **Build LLM Apps by Chatting with LLM agents, N
-**Compared to other frameworks**, Pocket Flow is *purpose-built for LLM Agents* (e.g., Cursor AI): +**How does Pocket Flow compare to other frameworks?** Pocket Flow is *purpose-built for LLM Agents* (e.g., Cursor AI): 1. **🫠 LangChain-like frameworks** overwhelm Cursor AI with *complex and outdated* abstractions. 2. 😐 **Without a framework**, code is *ad hoc*—suitable only for immediate tasks, *not modular or maintainable*. 3. **🄰 With Pocket Flow**: (1) Minimal and expressive—easy for Cursor AI to pick up. (2) *Nodes and Flows* keep everything *modular*. (3) A *Shared Store* decouples your data structure from compute logic. -In short, the **100 lines** ensures LLM Agents follows *solid coding practices* without sacrificing *flexibility*. To start: - +In short, the **100 lines** ensures LLM Agents follows *solid coding practices* without sacrificing *flexibility*. + +**How to set up Pocket Flow for LLM agents?** + - **For quick questions**: Use the [GPT assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-pocket-flow-assistant) (note: it uses older models not ideal for coding). - **For one-time LLM task**: Create a [ChatGPT](https://help.openai.com/en/articles/10169521-using-projects-in-chatgpt) or [Claude](https://www.anthropic.com/news/projects) project; upload the [docs](docs) to project knowledge. - **For LLM App development**: Use [Cursor AI](https://www.cursor.com/). Copy [.cursorrules](assets/.cursorrules) nto your project root as **[Cursor Rules](https://docs.cursor.com/context/rules-for-ai)**.