From eee5ee808bdf85f26762ea87035ba9c06bd73623 Mon Sep 17 00:00:00 2001 From: zvictor Date: Tue, 25 Mar 2025 00:09:40 +0100 Subject: [PATCH] fix assets location --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 466399d..8336079 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