Update README.md

This commit is contained in:
Zachary Huang 2025-03-10 09:55:59 -04:00 committed by GitHub
parent 1acdb1a7f9
commit 17418f5c39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 10 deletions

View File

@ -53,16 +53,6 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework
- 🤖 **AI agents** (e.g., Cursor AI) handle the **low-level implementation**.
<br>
<div align="center">
<a href="https://youtu.be/Cf38Bi8U0Js" target="_blank">
<img src="./assets/tutorial.png" width="500" alt="IMAGE ALT TEXT" style="cursor: pointer;">
</a>
</div>
<br>
Compare to other frameworks, Pocket Flow is <i>purpose-built for LLM Agents</i>:
1. **🫠 LangChain-like frameworks** overwhelm Cursor AI with *complex* abstractions, *deprecated* functions and *irritating* dependency issues.