Update README.md

This commit is contained in:
Zachary Huang 2025-03-10 21:33:08 -04:00 committed by GitHub
parent 46bb4e9b35
commit 52c0a52252
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework
- **Expressive**: Everything you love from larger frameworks—([Multi-](https://the-pocket.github.io/PocketFlow/design_pattern/multi_agent.html))[Agents](https://the-pocket.github.io/PocketFlow/design_pattern/agent.html), [Workflow](https://the-pocket.github.io/PocketFlow/design_pattern/workflow.html), [RAG](https://the-pocket.github.io/PocketFlow/design_pattern/rag.html), and more. - **Expressive**: Everything you love from larger frameworks—([Multi-](https://the-pocket.github.io/PocketFlow/design_pattern/multi_agent.html))[Agents](https://the-pocket.github.io/PocketFlow/design_pattern/agent.html), [Workflow](https://the-pocket.github.io/PocketFlow/design_pattern/workflow.html), [RAG](https://the-pocket.github.io/PocketFlow/design_pattern/rag.html), and more.
- **AI-Friendly**: Intuitive enough for AI agents (e.g., Cursor AI) to help humans code. - **AI-Friendly**: Intuitive enough for AI agents (e.g., Cursor AI) to build agents!
- **Principled**: Built with modularity and clear separation of concerns at its heart for maintainable codes. - **Principled**: Built with modularity and clear separation of concerns at its heart for maintainable codes.
@ -47,7 +47,7 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework
## Why Pocket Flow? ## Why Pocket Flow?
🚀 **[Vibe Coding](https://x.com/karpathy/status/1886192184808149383)** the fastest paradigm for building LLM systems! 🚀 **Agents build Agents** the fastest paradigm for building LLM systems!
- 😎 **Humans** craft the **high-level requirements and system design**. - 😎 **Humans** craft the **high-level requirements and system design**.