From 441bb2737673dc4c81a1e4c1c92c91a3bc8f7fae Mon Sep 17 00:00:00 2001 From: zvictor Date: Tue, 25 Mar 2025 09:38:36 +0100 Subject: [PATCH] standardize the assets domain --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8336079..29d884f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- +
@@ -29,7 +29,7 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework Current LLM frameworks are bloated... You only need 100 lines for LLM Framework!
- + | | **Abstraction** | **App-Specific Wrappers** | **Vendor-Specific Wrappers** | **Lines** | **Size** | @@ -48,14 +48,14 @@ Current LLM frameworks are bloated... You only need 100 lines for LLM Framework! The [100 lines](pocketflow/__init__.py) capture the core abstraction of LLM frameworks: Graph!
- +

From there, it's easy to implement popular design patterns like ([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), etc.
- +

✨ Below are basic tutorials: @@ -88,7 +88,7 @@ From there, it's easy to implement popular design patterns like ([Multi-](https:
- IMAGE ALT TEXT + IMAGE ALT TEXT